A company is migrating an on-premises Oracle OLTP database to Amazon Aurora PostgreSQL. The database has a complex schema with stored procedures, triggers, and sequences. During the migration, the team notices that the conversion tool reports several incompatibilities. Which strategy should the team use to handle the database schema changes with minimal downtime?
SCT automates schema conversion, and DMS supports minimal downtime via ongoing replication.
Why this answer
Option B is correct because AWS DMS can handle ongoing replication after initial load, and the AWS Schema Conversion Tool (SCT) can convert schema. Option A is wrong because converting manually is error-prone and time-consuming. Option C is wrong because Babelfish is for SQL Server, not Oracle.
Option D is wrong because writing a custom script is not recommended given available tools.