AWS SAP-C02 · Question 64 · Domain 4.3: Migration Strategy
An enterprise is migrating a large Oracle database to Amazon Aurora PostgreSQL. The database contains complex PL/SQL stored procedures. The migration must be completed with minimal downtime. Which combination of AWS tools should the Architect use to perform this migration?
An enterprise is migrating a large Oracle database to Amazon Aurora PostgreSQL. The database contains complex PL/SQL stored procedures. The migration must be completed with minimal downtime. Which combination of AWS tools should the Architect use to perform this migration?
Answer options:
Use the AWS Schema Conversion Tool (SCT) to convert the schema and stored procedures. Use AWS Database Migration Service (DMS) with Change Data Capture (CDC) for the data migration.
Use AWS Database Migration Service (DMS) to convert the schema and migrate the data simultaneously.
Use AWS Application Migration Service (MGN) to replicate the Oracle server to an EC2 instance, then use pg_dump to move data to Aurora.
Export the Oracle database using Data Pump, upload to Amazon S3, and use the Aurora PostgreSQL import feature.
How to approach this question
Full Answer
Common mistakes
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 5
75 questions · hints · full answers · grading
Expert