Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8 DB link to Oracle 7.3.4

Re: Oracle 8 DB link to Oracle 7.3.4

From: Peter Chan <chanp_at_nortelnetworks.ca>
Date: Fri, 15 Jan 1999 10:31:33 -0500
Message-ID: <369F5F55.993042A7@nortelnetworks.ca>


You probably performed the following command, or something like the following:

create public database link oracle7_db_link connect to user
identified by password
using 'oracle7_db';

Where the part that has "oracle7_db", this alias needs to be defined in your "tnsnames.ora" file.

I hope this helps.

Russ Frier wrote:

> I have a puzzling situation. In an Oracle 8 database, I create a db link
> to an oracle 7 database. I know that this oracle 7 database is up and
> reachable from the same machine that the oracle 8 database is running on
> (via sqlplus,svrmgrl). However, when I create the link and attempt to
> use it, I get the message:
> 'ORA-12154: TNS:could not resolve service name'. Any ideas?
> Russ

--
Peter Chan, Nortel Networks email: chanp_at_nortelnetworks.ca Received on Fri Jan 15 1999 - 09:31:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US