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: oracle 8.1.7 SQL tuning

Re: oracle 8.1.7 SQL tuning

From: Chris Leonard <chris_at_databaseguy.com>
Date: Mon, 1 Oct 2001 12:32:05 -0500
Message-ID: <3bb8a6f0@post.usenet.com>

In addition to Valery's reading tip, you should know that the last table given *is* the driving table when using the rule-based optimizer, but it is not when using the cost-based optimizer. For more info, you should read up on optimization modes as well as hints (as Valery has suggested, it appears). In addition to the Oracle documentation, Richard Niemiec's book Oracle Performance Tuning Tips & Techniques is someplace you could look for related information.

Hope this helps,
Chris



Chris Leonard
MCSE, MCDBA, MCT, OCP, CIW
The Database Guy at PPI
http://www.propoint.com
Brainbench MVP for Oracle Admin
http://www.brainbench.com

"Jon" <jonathan.harvey_at_cerillion.com> wrote in message news:1001934612.4575.0.nnrp-07.c3adc012_at_news.demon.co.uk...
> I have (mistakenly) been reading the documentation and it seems to imply
> that the order at which you specify the joins affects the performance
> because it specifies to Oracle which table is to used as the driving table
> for the join. Can anyone please correct me or add details to this
seemingly
> surprising feature. Thanks in advance.
>
>

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Received on Mon Oct 01 2001 - 12:32:05 CDT

Original text of this message

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