aan anna philip
aan anna philip

Reputation: 71

Is there any way to sync on premise oracle table data to a table in Aurora postgres RDS?

I've migrated a On premise Oracle to Aurora Postgres on AWS RDS. my migration process is described in the below image.

enter image description here

I'm looking for an option to sync data from on prem oracle to aurora postgres (Something like, if one row inserted/updated in particular table, that data should come and update/insert in aurora postgres table).

Is it possible ?

Upvotes: 3

Views: 1165

Answers (1)

Yes you'll want to use the DMS (Database Migration Service) which can do continuous data replication from source to target DB's

https://aws.amazon.com/dms/

Upvotes: 2

Related Questions