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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: server is joining remote tables locally

Re: server is joining remote tables locally

From: Alfonso León <aleon68_at_gmail.com>
Date: Thu, 10 Mar 2005 15:26:13 -0500
Message-ID: <83a585ac0503101226b706d4f@mail.gmail.com>


been there, done that, didn't work

On Thu, 10 Mar 2005 15:37:30 -0500, David Wendelken <davewendelken_at_earthlink.net> wrote:
>
> I would try this to see if you get a quick fix:
>
> select *
> from a
> ,(select * from b_at_site1 b, c_at_site1 c
> where b.col3 = c.col4
> ) bc
> where a.col1 = bc.col2
>
> >select *
> >from a, b_at_site1 b c_at_site1 c
> >where a.col1=b.col2 and
> >b.col3 = c.col4
> >
>
> That might cause the join in the remote database.
>
> --
> http://www.freelists.org/webpage/oracle-l
>

-- 
Alfonso Leon
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 10 2005 - 15:29:32 CST

Original text of this message

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