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!

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

RobeenMar 23 2018 — edited Mar 23 2018

Red Hat Linux 7

Oracle Database 12.1.0.2

Hello,

I am getting an error when querying a remote table(DB lcms1) from production(DB archicom)

From archicom:

SQL> select * from LYT_CAMPAIGN_MASTER@LYT;

ERROR:

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

no rows selected

I tried to create a table on archicom as follows

create table lyt_campaign2 as select * from lyt_campaign_master@LYT;

Table got created successfully and I was able to select all data from lyt_campaign2.

I noticed if I select * from LYT_CAMPAIGN_MASTER on DB lcms1, all data could be viewed.

Please advise.

Regards,

Joe

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 20 2018
Added on Mar 23 2018
2 comments
519 views