Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Reading BLOB from SQL Server 2005 using DB Link from Oracle 10g

891464Mar 6 2012 — edited Mar 14 2012
Hi All,

I am trying to read a table's data from SQL Server 2005 using ODBC DB Link created in Oracle 10g (10.2.0.3/4) database. I am not using oracle gateway.

I am able read all data except for the BLOB data from SQL server 2005. It gives error given below when I try to execute query SELECT * from T_TRANSACTION_DATA@sdeslink inside a stored procedure:

ORA-22992: cannot use LOB locators selected from remote tables

Kindly help how to read BLOB from SQL server 2005 inside Oracle 10g.

Best Regards!

Irfan
This post has been answered by Mkirtley-Oracle on Mar 6 2012
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 11 2012
Added on Mar 6 2012
7 comments
907 views