Google Cloud Professional Cloud Database Engineer — Question 160

You are planning the migration of a large Oracle database to AlloyDB for PostgreSQL. The database contains a large amount of application logic written as stored procedures that needs to be migrated to the target database. You want to minimize both migration effort and downtime for the migration. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using Database Migration Service with a conversion workspace allows for efficient schema and code conversion, along with the ability to perform backfill and change data capture, minimizing downtime. Options A and B do not fully address the need for change data capture, and D specifies a legacy workspace which may not be as effective as the standard conversion workspace in this context.