A company is planning to migrate a large on-premises Oracle database (10 TB) to Cloud SQL for PostgreSQL. They need to minimise downtime and ensure data integrity. Which TWO services or tools should they use? (Choose TWO.)
Trap 1: Migrate for Compute Engine
Migrate for Compute Engine is for migrating virtual machines, not databases.
Trap 2: Cloud Dataflow
Cloud Dataflow is a data processing service, not a database migration tool.
Trap 3: Cloud Scheduler
Cloud Scheduler is for scheduling jobs, not for database migration.
- A
Migrate for Compute Engine
Why wrong: Migrate for Compute Engine is for migrating virtual machines, not databases.
- B
Cloud Dataflow
Why wrong: Cloud Dataflow is a data processing service, not a database migration tool.
- C
Cloud Scheduler
Why wrong: Cloud Scheduler is for scheduling jobs, not for database migration.
- D
Database Migration Service (DMS)
Database Migration Service (DMS) supports online migration from Oracle to Cloud SQL for PostgreSQL with minimal downtime.
- E
Cloud SQL Auth Proxy
Why wrong: Cloud SQL Auth Proxy is used for secure client connections to Cloud SQL, but it is not a migration tool and is not required for the migration.