Medium1 markMultiple Choice
Domain 4.3: Migration StrategyDatabase MigrationDMSSCTAurora

AWS SAP-C02 · Question 43 · Domain 4.3: Migration Strategy

An enterprise is migrating a 50 TB Oracle database to Amazon Aurora PostgreSQL. The migration must have near-zero downtime. The source database uses complex stored procedures and proprietary Oracle features. How should the Solutions Architect execute this migration?

Answer options:

A.

Use AWS Database Migration Service (DMS) to migrate both the schema and the data.

B.

Use AWS Schema Conversion Tool (SCT) to convert the schema and stored procedures. Use AWS DMS with Change Data Capture (CDC) for the data migration.

C.

Export the Oracle database to CSV files, transfer via AWS Snowball, and use the PostgreSQL COPY command.

D.

Use AWS Application Migration Service (MGN) to replicate the Oracle server to EC2.

How to approach this question

Recognize that heterogeneous migrations require SCT for schema and DMS for data.

Full Answer

B.Use AWS Schema Conversion Tool (SCT) to convert the schema and stored procedures. Use AWS DMS with Change Data Capture (CDC) for the data migration.✓ Correct
For heterogeneous database migrations (e.g., Oracle to PostgreSQL), the AWS Schema Conversion Tool (SCT) is required to translate the schema, views, and stored procedures. AWS DMS is then used to move the data, and CDC ensures near-zero downtime by keeping the target in sync until cutover.

Common mistakes

Assuming DMS can convert complex stored procedures.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4

75 questions · hints · full answers · grading

More questions from this exam