oracle table(with Blob column) to be loaded to db2 table.
984981Jan 15 2013 — edited Jan 15 2013hi All
I want to load data from an Oracle table to db2 table. The problem is one column is of blob datatype. Can u suggest how can i do this export/import?
For the other columns, i can easily export to csv/ascii text file and import to db2 table, but how to do this for Blob column??