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: Queries across databases

Re: Queries across databases

From: Andy Kent <andykent.bristol1095_at_virgin.net>
Date: 8 Nov 2005 02:47:47 -0800
Message-ID: <1131446867.187246.19070@g43g2000cwa.googlegroups.com>


Thanks - a DBLINK it is then.

How come this works:

Connect SYSTEM/pword_at_TC6.XYZ.COM;
select * from dual;

But this gets "ORA-12154: TNS:could not resolve service name"?

create public database link tc6 using 'TC6.XYZ.COM'; select * from dual_at_tc6;

Andy Received on Tue Nov 08 2005 - 04:47:47 CST

Original text of this message

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