I need to extract all the tables out of a Oracle database and import into a IBM DB2 Universal database Version 7 database running on Redhat. How do I go about doing this?
It depends on how much data is in the Oracle database..
The basic method would be to output the data from each table into a comma-delimited file which the DB2 database may be able to read..( would require pre-creation of the tables in the DB2 database )
But, given the competition between the 2 companies, I would check with IBM about a data migration tool...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.