Database Administration (MOSC)

MOSC Banner

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

edited Jan 27, 2017 2:14PM in Database Administration (MOSC) 4 commentsAnswered

Hi Friends,

I am trying to create a view in my local database for a table in the remote database using DBLINK.

Below is the SQL Statement,

CREATE VIEW ABC AS SELECT * FROM Rockstar.Table1@MYDBLINK;

                                        

I am getting the below error.

ERROR at line 1:

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

Upon checking the Description of Table 1, Table 1 has a column which is of the Data Type CLOB.

How can I resolve this issue? Please help.

Thanks,

Su.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center