How to pull SQL Server 2008 image column over db link to BLOB
Anytime I try to access the column in sql server containing my pdf file, I get ORA-00997: illegal use of LONG datatype.
I need to insert into Oracle table select all data out of a table over db link to SQL Server. One of the columns is type image.
How can I do this? Thanks!