How to Export SQL Server IMAGE data to Oracle's BLOB?
Posted
by alextansc
on Server Fault
See other posts from Server Fault
or by alextansc
Published on 2010-04-07T11:12:03Z
Indexed on
2010/04/07
11:13 UTC
Read the original article
Hit count: 214
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?
© Server Fault or respective owner