yassinemannai
Programmer
hi,
I have an Oracle data base (A) and other oracle db ( B)
I want to link A to B with:
create database link link_127 to system identified by manager using 'bib'( bib is in tnsnames.ora )
the link is created.
i have a table in B ( test).
I try this command( I am logged in A)
select * from test@link_127;
but the system generate error
what's the solution
please help me
I have an Oracle data base (A) and other oracle db ( B)
I want to link A to B with:
create database link link_127 to system identified by manager using 'bib'( bib is in tnsnames.ora )
the link is created.
i have a table in B ( test).
I try this command( I am logged in A)
select * from test@link_127;
but the system generate error
what's the solution
please help me