Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Problem with database link
I've found that it is the global_name, not the db_domain, which gets
appended to the dblink. You can check the global_name by
select * from global_name
I've had problems with dblinks if the global_name is not the same as the
db_domain. In that case, describing over a dblink fails.
HTH,
Gary
Gary Kirsh
Next Extent, Inc
-----Original Message-----
Sent: Thursday, April 12, 2001 12:01 PM
To: Multiple recipients of list ORACLE-L
You could try setting GLOBAL_NAMES to FALSE in your init.ora file. By default, it's set to TRUE. Once I set mine to FALSE, I was able to create public database links easily.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: dana INET: danamn2000_at_yahoo.com 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: 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Kirsh, Gary INET: gary.kirsh_at_gs.com 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: 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 Thu Apr 12 2001 - 10:55:31 CDT
![]() |
![]() |