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: Database link

Re: Database link

From: Mario Bucsics <mario.bucsicsNObdSPAM_at_siemens.at>
Date: Tue, 21 Sep 1999 00:46:11 -0700
Message-ID: <3fc5848e.1a55a1f2@usw-ex0102-010.remarq.com>

You could do this in the following way:

create database link "linkname" connect to "username" identified by "passwort" using "test.world";

THis example is a privat database link, if you like to make the link public include the public keyword after the "create" .

 Mario Bucsics

Received on Tue Sep 21 1999 - 02:46:11 CDT

Original text of this message

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