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

Home -> Community -> Usenet -> c.d.o.server -> Re: how to create a database link

Re: how to create a database link

From: David Fitzjarrell <oratune_at_aol.com>
Date: Mon, 08 Jan 2001 20:28:40 GMT
Message-ID: <93d7tc$6nt$1@nnrp1.deja.com>

In our last gripping episode ouaatchane76_at_my-deja.com wrote:
> Hi,
> how cani dreate a database link from another database by using
 sqlplus.
> thanks.
>
> Sent via Deja.com
> http://www.deja.com/
>

This is covered quite well in the documentation. Nonetheless:

create [public] database link <linkname> connect to <username> identified by <password> using <connect string>;

Using Oracle Names the linkname must be the same as the connect string or you will receive an error message.

--
David Fitzjarrell
Oracle Certified DBA


Sent via Deja.com
http://www.deja.com/
Received on Mon Jan 08 2001 - 14:28:40 CST

Original text of this message

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