Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to create two db-links within one schema when global_names=tr
Look up the details of 'connection qualifiers'.
create public database link DB1_at_HR
connect to hr identified by pwd_hr using 'DB1';
create public database link DB1_at_SHIP
connect to shipping identified by pwd_shipping using 'DB1';
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk
Coming soon a new one-day tutorial:
Cost Based Optimisation
(see http://www.jlcomp.demon.co.uk/tutorial.html )
Next Seminar dates:
(see http://www.jlcomp.demon.co.uk/seminar.html )
____England______January 21/23
____USA_(CA, TX)_August
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Date: 08 January 2003 10:57
global_names=tr
>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
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jonathan Lewis INET: jonathan_at_jlcomp.demon.co.uk Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 08 2003 - 05:13:58 CST
![]() |
![]() |