How to Export SQL Server IMAGE data to Oracle's BLOB?
- by alextansc
I'm trying to export a table with IMAGE data type fields in SQL Server 2005 to a table with BLOB data type fields in Oracle 11g. What is the recommended way to perform this operation, assuming we have more than a thousand records to export at once?