|
Oracle-to-MySQL is a program to migrate Oracle databases to MySQL server.
It works with all versions of Unix and Windows MySQL servers and with
all versions of Oracle servers starting from 8i. All Oracle data types
(except BFILE and MLSLABEL) and attributes are supported.
Oracle-to-MySQL converter can do indirect conversion when there is no
connection to MySQL server. Accroding this scenario it converts Oracle
data into a local MySQL dump file instead of migrating to MySQL server
directly. The dump file contains MySQL statements that creates all tables
and to fills them with the data. Later you can
import dump file into MySQL database.
|