SprintFlunky
Programmer
I have to move a large amount of data (6.8 million records) from an Oracle (Unix server) database to a DB2 (Unix server) database. The current process utilizes a DB2 Connect PL\SQL routine to select from\insert into loop to load the records, but it takes days. We have some performance tuning we can perform, but I'm afraid the process will never achieve the results that I really need, so I'm researching alternatives.
Oracle has the capability to point to an external file as the underlying data source for a table and I was wondering if DB2 has the same capabilities. If it does then I can simply transfer the file and "point" the DB2 table to the new file. Does anyone know if DB2 has the equivalent of the external table?
Thanks in advance.
Chris
Oracle has the capability to point to an external file as the underlying data source for a table and I was wondering if DB2 has the same capabilities. If it does then I can simply transfer the file and "point" the DB2 table to the new file. Does anyone know if DB2 has the equivalent of the external table?
Thanks in advance.
Chris