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 used from remote tables

flying_penguinJan 11 2008 — edited Jan 11 2008
While executing a Stored proc, we got the error:ORA-22992 Cannot use LOB Locators used from remote tables .

From OTN i learnt that you can't select LOBs from a remote table using DB links. So i suggested to create a view on the table which has the LOB field and use this view in the query rather than the table.

Onsite DBA created a materialised view on this table and everything is working fine. But, isn't a normal VIEW (not a Materialized view) enough for this purpose considering the space overhead ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2008
Added on Jan 11 2008
2 comments
1,673 views