A company is planning to migrate its legacy on-premises Oracle database to an Amazon Aurora MySQL-Compatible Edition DB cluster. The database contains critical transaction tables, and the migration must minimize downtime by using continuous replication. The database size is , and the network connection between the on-premises data center and AWS is a VPN link. Which two of the following actions must the solutions architect perform to convert the schema and replicate the data successfully?
- Use the AWS Schema Conversion Tool (SCT) to generate an assessment report, convert the Oracle database schema, and apply the converted schema to the target Aurora MySQL DB cluster.Cevap
- Enable supplemental logging on the source Oracle database for the tables being replicated, and configure the AWS DMS replication task to perform a full load followed by ongoing replication (Change Data Capture).Cevap
- CClassify the migration as a replatforming strategy and deploy the AWS Application Migration Service (MGN) agent on the source database host to replicate the server block-by-block directly into Amazon RDS.
- DConfigure the AWS DMS replication task to capture ongoing changes using default settings without modifying source database logging, allowing DMS to parse standard Oracle redo logs directly.
- EReplicate the initial full load of the database directly over the existing site-to-site VPN connection using AWS DMS to save costs.
Cevap
Use the AWS Schema Conversion Tool (SCT) to convert the schema, and enable supplemental logging on the source Oracle database while setting up an AWS DMS task for full load and Change Data Capture (CDC).
For a heterogeneous database migration (Oracle to Aurora MySQL), the database schema must be converted using the AWS Schema Conversion Tool (SCT) because the source and target database engines use different SQL dialects and structures. To support ongoing replication (Change Data Capture) and minimize downtime, the source database must be configured to provide transaction logs with sufficient detail. For an Oracle source database, this requires enabling supplemental logging so that AWS DMS can capture row-level changes from the redo logs.
Adım Adım Çözüm
Anahtar Kavram
Heterogeneous database migration and schema conversion using SCT and DMS with CDC