How to access Clob data from remote database
775803May 28 2010 — edited May 28 2010Hi,
I have a requirement to access real time data from remote database. Table contain the clob data. When I query remote database through db link it shows an error "You can’t select a CLOB over a database link". Then I searched on web and found solution: create a global temporary table. That is working fine but takes lot of time to access data.Please suggest me any other alternative solution of this problem.
Thanks