Sign in or 

|
monojit00 |
Database link/how to fetch data
Oct 22 2009, 4:36 PM EDT
i have created a database link, i am able to fetch data by giving the following query..select a,b,c from Schema.Table@DB_LinkName (i have 4 columns namely a,b,c,d where a,b,c are of varchar2 type and column d is of CLOB type) But i am not able to fetch columns which is CLOB type ie column "d". following query results an error as b is of CLOB type. select a,b,c,d from Schema.Table@DB_LinkName Can anyone please help me to sort this out..!!! Do you find this valuable?
Keyword tags:
@
CLOB
database link
db_link
dblink
fetch data
LOB
remote server
select statement
|
|
naveenhks |
1. RE: Database link/how to fetch data
Oct 23 2009, 2:12 PM EDT
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:52297289480186Check this above link in asktom site Do you find this valuable? |