|
Oracle-to-MySQL is a program to migrate Oracle databases to MySQL server.
|
Features
- All versions of 32- and 64- bit Windows and Linux/Unix Oracle servers are supported
- Oracle components installation is not necessary
- Special approach for Virtual Server users
- Command line support
- Converts indexes with all necessary attributes
- Converts foreign keys
- Converts views

- Option to merge Oracle data into an existing MySQL database
- Option to synchronize MySQL database with Oracle data
- Option to convert individual tables
- Option to convert partial data using SELECT-queries
- Option to export Oracle data into MySQL dump file
- Support for multibyte character sets
- Quick Launch
- Easy-to-use wizard-style interface
- Full install/uninstall support
- Unlimited 24/7 support service
- 1-year subscription for updates
Limitations
- Does not convert stored procedures
- Does not convert columns having user-defined types
- Demo version converts only 5 records per table
- Demo version does not convert queries/views and foreign keys
Requirements
- Necessary privileges to write into the destination database
|
|
|
Download trial version
of Oracle-to-MySQL
Virtual Server users option
- ask your Virtual Server administrator to create blank database for
you
- run Oracle-to-MySQL and select this database as the conversion
target
- click "Yes" when you will be asked if you'd like to overwrite
existing MySQL database
Quick Lauch
Synchronization
People(
ID INT NOT NULL,
FName VARCHAR2(50) / VARCHAR(50),
LName VARCHAR2(50) / VARCHAR(50),
EMail VARCHAR2(50) / VARCHAR(50),
Primary Key (ID)
);
This table has the following contents in Oracle database:
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
In MySQL database:
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@yahoo.com |
After migrating Oracle data to MySQL in "Synchronize"
mode Oracle table is kept untouched and MySQL table is modified as
(pay attention to the cell marked red):
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
MySQL dump file
Try before you buy
Download trial version
of Oracle-to-MySQL
Ordering
|