From:       To:      

Home > Documentation > Oracle to MySQL

Merging Oracle data into the MySQL database

Oracle to MySQL converter merges data according to the following algorithm. If a table has primary key or an unique index, the application inserts into MySQL database only those records whose key/index value does not exist in the destination table. Otherwise, the converter appends all rows from Oracle table to the corresponding MySQL table. If the structures of source and destination tables are different, the program transforms each record of the source table so that it conforms to the destination table structure.

Have more questions? Contact us