Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: HELP! - SQL*NET from 8.1.6 to 7.3.4
Here is the link.
CREATE PUBLIC DATABASE LINK LCLAIMS_FINQUAL1.KMG.COM
CONNECT TO LCLAIMS IDENTIFIED BY password USING 'finqual1'
;
Here is my last attempt at the tnsnames. It has gone through several
encarnations.
finqual1.KMG.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = world)
(PROTOCOL = TCP)
(HOST = reliant)
(PORT = 1525))
(SID = finqual1) (GLOBAL_NAME=FINQUAL1.world)
The listner on the server has been working for years. There is no kminstl1
on
any server, in any tnsnames.ora or listener.ora file.
Ron Smith
Database Administration
rlsmith_at_kmg.com
-----Original Message-----
From: Winnie_Liu_at_infonet.com [mailto:Winnie_Liu_at_infonet.com]
Sent: Wednesday, November 08, 2000 3:29 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: HELP! - SQL*NET from 8.1.6 to 7.3.4
Give us more information as of how you create the dblink. And what is the tnsnames.ora file look like in the 816 box. Can you find the kminstl1 entry in your tnsnames.ora file?
Winnie
"Smith, Ron L." <rlsmith_at_kmg.com>@fatcity.com on 11/08/2000 12:46:37 PM
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:
I am trying to connect an 8.1.6 instance to a 7.3.4 instance through a database link. I get and error message something like: ORA-02085 Database Link FINQUAL1.KMG.COM connects to KMINSTL1.WORLD. There is no KMINSTL1.world anywhere. The link points to FINQUAL1. Can anyone help?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Smith, Ron L. INET: rlsmith_at_kmg.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: INET: Winnie_Liu_at_infonet.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 mayReceived on Wed Nov 08 2000 - 16:01:53 CST
![]() |
![]() |