Re: Can you create a database link back to same database instance?

From: Martin Berger <martin.a.berger_at_gmail.com>
Date: Tue, 10 Mar 2009 11:33:33 +0100
Message-Id: <B356E3B5-45F9-4BE3-97A1-EE2027CD739F_at_gmail.com>



Which error-message does you get?

> I have this application that archives data to a different schema on
> the same instance using database link. This is probably due to the
> fact that in the Production environment it is archived to a
> different instance. Two schemas are using database links to
> connect to themselves. One successfully connects using the same
> service name to itself but the other does not. I am wondering what
> the trick the schema has while the other one can't connect.
>
> Example: In tnsnames.ora two service names are defined DB1 and DB2
> (these are also the SID's)
>
> At DB1 instance a public database link is created.
>
> CREATE PUBLIC DATABASE LINK arcdb CONNECT TO arc_db IDENTIFIED
> BY .....
> USING "DB1";
>
> This works. But in the other instance,
>
> CREATE PUBLIC DATABASE LINK arcdb CONNECT TO arc_db IDENTIFIED BY ...
> USING "DB2";
>
> doesn't work.



--
http://www.freelists.org/webpage/oracle-l


  • application/pkcs7-signature attachment: smime.p7s
Received on Tue Mar 10 2009 - 05:33:33 CDT

Original text of this message