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: Index advice requested.

Re: Index advice requested.

From: Frank <franjoe_at_frisurf.no>
Date: Mon, 19 Nov 2001 20:25:25 +0100
Message-ID: <73dK7.5116$B87.79716@news1.oke.nextra.no>


Hi!

Have you thought about putting your remote tables in an inline view (espescially if they are related to eachother) so that the inline view might be sent to the remote database for processing?

SELECT ??????
FROM (SELECT ????? FROM remote_table a, remote_table b WHERE...=....) v local_table a,
local_table b
WHERE v.??????= ??????
AND ...... Frank Received on Mon Nov 19 2001 - 13:25:25 CST

Original text of this message

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