Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving schema from DB2 to Oracle9i
I agree with Harry. Just dump the data into a delimited file, FTP that
to the Oracle box, use sqlldr. Simple.
You might need to do a little data manipulation on the DB2 side to convert some of the data into a form that is a better fit with Oracle such as formatting separate DB2 date and time columns into one field in the delimited file.
HTH -- Mark D Powell -- Received on Tue Jan 04 2005 - 19:02:30 CST