Hi

I'm looking for docs that explain tuning of SQL statements. But, no stories
about latches, buffers, TKPROF, blocks, V$ views... Just simple (or
advanced?) tips on:

-  ordering of tables in FROM part of select (where goes the largest table,
and where to put the smallest table), and why is it so,

- if i have multiple  ANDed conditions, in where part of select, where to
put the most restrictive, at the left end or at the right end? How does
oracle evaluates ANDed and ORed list, from left to right or counterwise?

- aditional tips: how to avoid OR and use AND instead, how to make query to
use index, tips on EXISTS, NOT IN...

Before diving into V$ stuff, I want do try simple query rewriting.

Thanks in advance

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DKTS
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to