A company is migrating its SAP ERP system to AWS using a heterogeneous migration where the source database is Oracle and the target is SAP HANA. Which AWS service is essential for converting the Oracle schema to SAP HANA schema?
SCT converts schemas between different database engines.
Why this answer
AWS Schema Conversion Tool (SCT) is designed to convert database schemas from one engine to another, including Oracle to SAP HANA. Option A is correct. Option B (DMS) migrates data but does not convert schema.
Option C (SMS) is for server migration. Option D (DataSync) is for file transfer.