|
OraDump to MySQL
|
|
OraDump-to-MySQL is a program to convert Oracle dump files into MySQL
database. It works with all versions of Unix and Windows MySQL servers and
supports all Oracle data types except BFILE and MLSLABEL.
OraDump-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.
|