Hi, curious if there's a method or recommended practices to be able to replicate or sync an on-prem oracle to a cloudSQL(PostgreSQL) instance? I'm not ready to move my DB over completely as our DB is too integral to our business partners and moving it would be too disruptive. However i'd like to start getting that data to cloud as realtime as possible.
Is there a method i can use to replicate or sync to cloudSQL? or am i better off using pub/sub to publish the oracle data to cloud and consume/load into my postgresql instance?
thx
Mike
There are several methods and best practices for replicating or syncing an on-premises Oracle database to a Cloud SQL (PostgreSQL) instance in Google Cloud. Here are some options:
The best replication or syncing method depends on your specific needs, technical expertise, and budget. DMS is suitable for straightforward migrations or initial replications, Striim for comprehensive third-party integration.
Thanks tremendously! I was looking into DMS ... I'll have to go through the exercise of sizing to determine cost but i appreciate the low-latency that DMS brings.