CREATE PUBLIC DATABASE LINK db1
USING 'db1_link';
on db2:
select * from user_tables@db1; is this correct?
If so, how does this work with clobs? how do you see the clob's or blob's from db1 an db2?
*Which the db1_link is the tnsname set up for the db1_link, correct?




Reply With Quote