| Generated keys |
Maps primary-key sequences to MySQL generated-key columns and reseeds above loaded values. |
Run a test insert in tables that used Oracle sequences. |
| Object names |
Maps Oracle schemas into MySQL databases and applies the identifier policy selected in the wizard. |
Confirm application code uses the same casing and database names as the target. |
| Views |
Translates selected Oracle views and SELECT-type queries to MySQL-compatible view SQL. |
Review generated SQL before production; see views translation. |
| Application SQL |
Does not rewrite SQL embedded in your application code. |
Update Oracle-only syntax: MINUS to LEFT JOIN / NOT EXISTS, INTERSECT to join logic, CONNECT BY to recursive CTEs, ROWNUM to LIMIT, and (+) joins to ANSI joins. |
| PL/SQL code |
Keeps the migration focused on schema objects and data movement. |
Port packages, procedures, triggers, materialized views, and DBMS_* calls manually if they are still used. |