Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Problems with database link - 8.1.6
Hello, Manas,
I think it's about the GLOBAL_NAME init parameter on the server site.
Check to see if you have GLOBAL_NAME set to TRUE where PROD points to.
Be very careful about GLOBAL_NAME, coz when it set to be TRUE, then you are using DB_NAME.DB_DOMAIN instead of just the DB_NAME.
Hope it helps!
Yours,
Keith Shum
kshum_at_iLux.com
iLux Corporation
Phone (510) 226-5600 x 643
Fax (510) 226-8182
Cellular Phone (510) 435-0286
5600 Mowry School Road, Newark, CA 94560
http://www.iLux.com
-----Original Message-----
Sent: Tuesday, February 13, 2001 2:11 PM
To: Multiple recipients of list ORACLE-L
Hi:
I'm having problems setting up and using database link.
My create statement looks as follows:
create database link PROD connect to xuser identified by xpwd using
'TRNGPROD';
I then execute :
select * from sysadm.employees_at_PROD.
and get the following error:
ORA-12154: TNS:could not resolve service name
However I can connect to TRNGPROD from SQLPlus.
What am I doing wrong?
TIA,
Manas.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Manas Dasgupta
INET: manas.dasgupta_at_pfsfhq.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).
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 Tue Feb 13 2001 - 18:50:39 CST