Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-02085
Try
global_names = false
in your init<SID>.ora file.
Igor Neyman, OCP DBA
ineyman_at_perceptron.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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Igor Neyman INET: ineyman_at_perceptron.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:47:38 CST