Migrate data solutions1 / 5
You are designing a migration strategy for moving a 5 TB Oracle database to Cloud SQL for PostgreSQL. The application can tolerate a maximum of 30 minutes of downtime. Which migration approach is most appropriate?
CorrectIncorrect
Alex
Database Migration Service (DMS) supports continuous migration for Oracle to Cloud SQL for PostgreSQL. During continuous migration, DMS first performs a full dump of source data, then switches to Change Data Capture (CDC) using Oracle LogMiner to replicate ongoing changes. This enables near-zero downtime: you stop source writes, verify data, and promote the destination. For a 5 TB database with a 30-minute downtime window, continuous migration is ideal because CDC keeps the destination synchronized until cutover. A SQL dump export requires extended downtime proportional to database size. Manual re-entry is impractical at scale. Datastream to Cloud Storage via Dataflow adds unnecessary intermediate steps and complexity compared to DMS's native CDC pipeline. Ref: cloud.google.com/database-migration/docs/oracle-to-postgresql/scenario-overview
Sourcedocs.cloud.google.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account