convert oracle to mysql, oracle to mysql converter, oracle2mysql, free download
FAQ  |  Site map  |  Contact Us
About Us How to Buy Discounts Migration Service Support Become a Partner Articles

Oracle to MySQL

[FAQ]  [Release Notes]  [Download]  [Buy]
Latest version 5.1 released 02/27/2012

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

If you are using Virtual Server hosting you probably have no sufficient privileges to create new databases on the target MySQL server. For this case we recommend the following approach:

  1. ask your Virtual Server administrator to create blank database for you
  2. run Oracle-to-MySQL and select this database as the conversion target
  3. click "Yes" when you will be asked if you'd like to overwrite existing MySQL database

Quick Lauch

Once you stored conversion settings into profile you can run the program in Quick Launch mode. Just launch Windows Explorer and double-click on the profile description (.o2s) file with left mouse button. This will cause Oracle-to-MySQL wizard to launch conversion loading the necessary settings from the specified profile. Then you will be taken right to the screen with progress of conversion without entering all conversion settings.

Synchronization

Oracle-to-MySQL implements synchronization as combination of insert Oracle records that are missing in MySQL table and update existing MySQL records with Oracle data. For synchronization purpose source and destination tables must have identical structures and have primary key or unique index defined. Assume both Oracle and MySQL databases have table "People" defined as below:

    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

Oracle-to-MySQL converter allows users to do indirect conversion and get more control over the process. Following this way, the program converts Oracle data into a local MySQL dump file instead of moving it to MySQL server directly. This dump file contains MySQL statements to create all tables and to fill them with the data. Click here to learn how to import dump file into MySQL database.

Try before you buy

Still not sure the program fits your needs? Try free demo version with limited features. It will allow you to convert only five records for each database table. Test the quality of the demo and come back to place an order if satisfied with the results.

Download trial version of Oracle-to-MySQL

Ordering

Intelligent Converters software is distributed through downloading from our server only. For online credit card purchasing select the desired software package in the table below and click the corresponding ORDER NOW link. To learn about alternative payment options please visit our Ordering Page.

 

Oracle-to-MySQL
order single product
$49 ORDER NOW
Two Products Bundle
order Oracle-to-MySQL + MySQL-to-Oracle, save $24.5
$73.5 ORDER NOW
OraDump-to-MySQL
a program to convert Oracle dump file into MySQL database
$79 ORDER NOW
MySQL Migration Toolkit
software pack to convert any data source to MySQL
and vice versa
$99 ORDER NOW
Oracle Migration Toolkit
software pack to convert any data source to Oracle
and vice versa
$99 ORDER NOW