Hi!
Is there a way to create two db-links within one schema when global_names=true?
e.g.
create public database link DB1 connect to hr identified by pwd_hr using 'DB1';
create public database link DB1 (???) connect to shipping identified by
pwd_shipping using 'DB1';
This is 8.1.7 on Solaris.
Thanks,
Helmut
