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: Help needed with database links

Re: Help needed with database links

From: david_g <david_l_gouldNOdaSPAM_at_yahoo.com.invalid>
Date: Mon, 10 Jan 2000 04:49:19 -0800
Message-ID: <26f15c5e.a00a3318@usw-ex0106-048.remarq.com>


create database link mylinkname -
connect to schemaname identified by schemapassword - using 'tnsnamesdbname'

where tnsnamesdbname is the name of the database as is included in your tnsnames.ora file

you can then try it out with
select * from v$database_at_mylinkname;

Received on Mon Jan 10 2000 - 06:49:19 CST

Original text of this message

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