cursor table_list_c is
(select table_owner||'.'||table_name tab_name from scr_process@scr_link
where (owner||'.'||table_name ) not in(
select owner||'.'||table_name tab_name from dba_tables@scr_link
));
Try the above.
|
Results 1 to 4 of 4
Thread: Problem with db link usageThreaded View
|
Click Here to Expand Forum to Full Width |