AWS Certified Database – Specialty — Question 356

A company hosts a 2 TB Oracle database in its on-premises data center. A database specialist is migrating the database from on premises to an Amazon Aurora
PostgreSQL database on AWS.
The database specialist identifies a problem that relates to compatibility Oracle stores metadata in its data dictionary in uppercase, but PostgreSQL stores the metadata in lowercase. The database specialist must resolve this problem to complete the migration.
What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: B

Explanation

Using AWS Database Migration Service (AWS DMS) mapping rules with the 'convert-lowercase' rule-action is the most operationally efficient solution because it natively handles the case conversion during replication without extra infrastructure. Modifying the source schema manually or using AWS Glue adds unnecessary complexity and overhead. The AWS Schema Conversion Tool conversion agent is not designed for this specific metadata transformation during active replication.