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: Retrieve data from two databases

Re: Retrieve data from two databases

From: sybrandb <sybrandb_at_gmail.com>
Date: 19 Jan 2007 03:50:16 -0800
Message-ID: <1169207416.709222.249970@51g2000cwl.googlegroups.com>

On Jan 19, 12:44 pm, saju..._at_gmail.com wrote:
> Hello ,
>
> I need to make a query to get and compare data from two databases . I
> tried a query with inner join ..but it did not work ...gave me and
> error that the query is not properly ended .
> Can anyone help me in this ?
> I am using oracle 8i .
>
> sars

And your statement was?
There is nothing special with such a query. just
select e.*
from emp e, dept_at_remote d
where d.deptno = e.deptno
/

and that is all

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Fri Jan 19 2007 - 05:50:16 CST

Original text of this message

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