Home > Documentation >
Oracle to MySQL > Tutorial
Step 1 of 6. Select Conversion Mode
On this step user should specify how to convert Oracle database into MySQL
format. Oracle to MySQL convertrer provides two options of database
migration:
- Move to MySQL server directly - the converter migrates Oracle
database to MySQL server directly. It requires live instance of MySQL server
and sufficient permissions to write into a database on the target server.
See Connect to MySQL Server section for related
information.
- Store into dump file - exports the contents of Oracle database into
a local SQL script file. The resulting file contains MySQL data definition
statements to create tables and 'INSERT' statements to fill tables with
the data. See Import MySQL dump files
article for related information.
Have questions? Contact us