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: Names Servers - How To Remove

Re: Names Servers - How To Remove

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Tue, 22 Apr 2003 16:06:38 GMT
Message-ID: <MPG.190f086695a37db2989746@news.la.sbcglobal.net>


"Chris \( Val \)" <chrisval_at_bigpond.com.au> said...
>
> I still have a lot to learn in Oracle, no doubt about it.
>
> I am trying to create a database link in PL/SQL using 9i
> on one machine to 9i on another. I'm not sure I understand
> these configuration files enough to do it without some help.
>
> Can you offer some suggestions to get me on the right track ?
>
> Thanks.
> Chris Val
>

Using sqlplus on the source database, you create a database link to the target database. You only have to do this once, so PL/SQL is probably not the best choice; use sqlplus.

You use a different syntax depending on whether you want to connect as the same userid (an identical Oracle userid must exist on both the source and the target db) or as a different userid (in which case, you supply the userid/password in the database link).

You can find the syntax in the SQL Reference manual at tahiti.oracle.com (create database link <name>...).

-- 
/Karsten
DBA > retired > DBA
Received on Tue Apr 22 2003 - 11:06:38 CDT

Original text of this message

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