ORA-22992 Error [message #248838] |
Mon, 02 July 2007 05:15  |
sreehari
Messages: 101 Registered: May 2006
|
Senior Member |
|
|
Hi
I have created a database link to access remote table which has a CLOB column
When i try to query the data it says
ORA-22992 Cannot use LOB Locators used from remote tables
But i need to insert this data from remote table to a local table.
Please suggest me how can i acheive this.
Thanks in advacne.
|
|
|
|
Re: ORA-22992 Error [message #250674 is a reply to message #248838] |
Tue, 10 July 2007 15:27  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>But i need to insert this data from remote table to a local table.
Don't pull the data to you, push it from the source database to the target database.
|
|
|