Mysql – exporting some table table from oracle DB to Mysql DB

MySQLoracle

I need to export some of the tables from Oracle DB to Mysql DB..i dont have any previous experience of export and Import. Could some please tell me how to do that ?

Best Answer

Oracle export tools use their own proprietary format that MySQL can not process.

Just unload your data to CSV or insert statements with SQL Developer, then load the result in MySQL

https://stackoverflow.com/questions/4168398/how-to-export-query-result-to-csv-in-oracle-sql-developer