Hi Gurus,
I would like to migrate data from Informix to Oracle 9i db. Could any one let me know how can i do this.Also send me the details of scripts/methods/tools for migration.
Regards,
Sudheer
Printable View
Hi Gurus,
I would like to migrate data from Informix to Oracle 9i db. Could any one let me know how can i do this.Also send me the details of scripts/methods/tools for migration.
Regards,
Sudheer
Check out the Oracle Migration Workbench...
I do this a lot in my work.
Normally we have the customer export the data to flat-files.
From there I re-create the tables and load the data into Oracle
using sql-loader.
Once loaded I then manipulate the data to migrate it into the
new data-model we designed.