Migration Overview
This section provides high-level guidance for customers looking to migrate from Oracle to MySQL using DMS Schema Conversion.
DMS Schema Conversion automatically converts your source Oracle database schemas and most of the database code objects to a format compatible with MySQL. This conversion includes tables, views, stored procedures, functions, data types, synonyms, and so on. Any objects that DMS Schema Conversion can’t convert automatically are clearly marked. To complete the migration, you can convert these objects manually.
At a high level, DMS Schema Conversion operates with the following three components: instance profiles, data providers, and migration projects. An instance profile specifies network and security settings. A data provider stores database connection credentials. A migration project contains data providers, an instance profile, and migration rules. Amazon DMS uses data providers and an instance profile to design a process that converts database schemas and code objects.
The following diagram illustrates the DMS Schema Conversion process for this walkthrough.

Start the walkthrough by creating the required resources.