MySQL Forums
Forum List  »  Oracle

Re: migrating oracle to mysql
Posted by: John Moll
Date: March 02, 2006 12:29PM

1. Migrate the database schema definition
2. Migrate data

While converting schema or migrating small amounts of data is not a difficult task, so you can find many software converters who can do this job for you. Mysql migration toolkit will do a good job too in this case.

When there is task to migrate large volumes of data from Oracle production database into MySQL and perfomance is critical, then you may want to look into some high-end tools like FastReader : www.wisdomforce.com . Because you need to perfom direct read rather than executing sql queries that could potentionally overload production database .

Options: ReplyQuote


Subject
Views
Written By
Posted
5757
September 07, 2005 07:48PM
2669
February 09, 2006 06:54PM
Re: migrating oracle to mysql
5213
March 02, 2006 12:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.