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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Tuning

Re: Tuning

From: damorgan <damorgan_at_exesolutions.com>
Date: Mon, 09 Dec 2002 23:02:31 GMT
Message-ID: <3DF52100.AD7D345E@exesolutions.com>


"O.C." wrote:

> Hi !
> What is faster in embedded SQL (in PRO-C):
> 1. One join of 5 large tables or
> 2. Splitt the this big SQL into 3-4 parts (and use the output of one sql
> result
> as bind variables for the next sql statement)
>
> Indexes are in use.
>
> Thank you !

Running EXPLAIN PLAN. There are too many variables for even an educated guess.

Dan Morgan Received on Mon Dec 09 2002 - 17:02:31 CST

Original text of this message

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