Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> mysql to oracle
Hi,
I have a mysql db and I made a dump with mysqldump in a text file
(ex. mysql_dump.sql).
I know that there's the way to use an existing text file to create a
db with oracle using this sintax:
sql> @file_name.sql
The problem is that the sql file was created by mysqldump and its
syntax is very different if compared with a sql file create, for
example, with the expdp and impdp utilities provided by oracle.
So, i'm looking for a tool capable to make a conversion of the sql
file created with mysqldump in order to have a file that I can use to
recreate the db under oracle.
If possible I need an open source tool 'cause my db server runs linux (FC4).
Regards, Simone Saravalli
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Mar 17 2006 - 01:40:56 CST
![]() |
![]() |