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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Database Link Won't work

Re: Oracle Database Link Won't work

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 13 May 2005 07:10:02 -0700
Message-ID: <1115993402.694017.81000@o13g2000cwo.googlegroups.com>


Sybrand is right in that your post is confusing.

By default a link name should be the remote database name dot the domain name and the using clause of the link would reference the TNSNAMES.ora service name for the remote database or as the version 9.2 DBA Admin manual puts it >>
Typically, a database link has the same name as the global database name of the remote database that it references. For example, if the global database name of a database is sales.us.oracle.com, then the database link is also called sales.us.oracle.com. <<

So if the remote database name is FIN1, the local database domain is WORLD, and the TNSNAMES.or entry for the database is FINANCE then create public database link FIN1.WORLD connect .... using 'FINANCE'

HTH -- Mark D Powell -- Received on Fri May 13 2005 - 09:10:02 CDT

Original text of this message

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