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?