0

I have an Oracle database and I want to migrate data to a Mysql database since I'm trying to configure an application to work with Mysql.

I tried this using Mysql Workbench Migration Wizard, but I am unable to connect to the Oracle database.

I got this error:

"The specified DSN contains an architecture mismatch between the Driver an Application"

And I also got http://bugs.mysql.com/bug.php?id=66609 link and it says that Workbench doesn't support Oracle.

Are there any other free tools to migrate data from Oracle to Mysql ?

Or any other alternatives to get this done?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
kalani
  • 143
  • 1
  • 4
  • 11

3 Answers3

0

Export to excel and import it with SQL Navicat Premium mysql

Agoeng Liu
  • 674
  • 3
  • 10
  • 30
0

MySQL Workbench has a dedicated migration module, supporting various source RDBMS (provided they have a JDBC driver) as well as MySQL to MySQL transitions (e.g. for upgrading or migrating a MySQL server to a new machine).

MySQL Workbench is free. For more informations, downloads, blogs etc see http://mysqlworkbench.org

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
0

With FoxWeave, an integration tool, you can also migrate data from oracle db to mysql db.

Captain Haddock
  • 488
  • 2
  • 7