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

Home -> Community -> Mailing Lists -> Oracle-L -> ORA-02085

ORA-02085

From: <tday6_at_csc.com>
Date: Thu, 10 Jan 2002 10:05:41 -0800
Message-ID: <F001.003ECB88.20020110094011@fatcity.com>

Oracle 8.1.6, using Net8, wants me to name my db_link the same as the database that it's linking to.

I don't want to.

Tried using a synonym but that didn't work.

Tried using create database link linkname connect to userid identified by password
 using ' (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521)) ) (CONNECT_DATA =
(SERVICE_NAME = dbname) ) )' ;

Didn't work. It created the database link just fine but when I try to use it I get:

ORA-02085: database link linkname connects to dbname

Anyone know of any work-arounds.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: tday6_at_csc.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 Jan 10 2002 - 12:05:41 CST

Original text of this message

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