Hi all.
I have recently had to enable global_names in order to set up a
replicated environment. The application uses a database link to
reconnect to the database under a differant user id (I inheirited
this, I had nothing to do with the design!). Appearantly,
global_names has a prblem with this...
SQL> select * from [EMAIL PROTECTED];
select * from [EMAIL PROTECTED]
*
ERROR at line 1:
ORA-02085: database link DONOT_TRIGGER.WORLD connects to DRL2.WORLD
SQL> !oerr ORA 2085
02085, 00000, "database link %s connects to %s"
// *Cause: a database link connected to a database with a different name.
// The connection is rejected.
// *Action: create a database link with the same name as the database it
// connects to, or set global_names=false.
So, does anybody have any work arounds or ideas how I can get this
thing working again?
TIA,
John P Weatherman
Database Administrator
Replacements Ltd.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: John Weatherman
INET: [EMAIL PROTECTED]
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).