MySQL Forums
Forum List  »  Oracle

Re: Import Data from MySql to Oracle
Posted by: hector vass
Date: August 23, 2009 05:39PM

Might get a better reply posting on an Oracle forum ... but being magnanimous
Big data volumes
mysql: select into outfile 'mydata'
oracle: sqlldr data='mydata'
Small volumes & 2x way
Write a script ... perl DBD or odbc connections to both databases

Options: ReplyQuote


Subject
Views
Written By
Posted
11257
August 17, 2009 11:27PM
Re: Import Data from MySql to Oracle
4676
August 23, 2009 05:39PM
4518
August 25, 2009 03:01AM


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.