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: Efficient SQL

Re: Efficient SQL

From: Altitude <rawatd_at_logica.com>
Date: Tue, 15 Jun 1999 15:08:25 +0100
Message-ID: <37665E59.D12D6BB2@logica.com>


Thanks for the suggestions and explanations.

Altitude wrote:

> Hi,
>
> We've been looking at improving the efficiency and peformance of some
> Oracle SQL (Both in Pro*C and in triggers). I've found out that for
> SELECT statements, the FROM clause should always have the smallest table
> last (since this is the driving table). Why is this? How does Oracle
> actually parse a SELECT stament and why is this method more efficient?
> My second question is more general ... are there any books which discuss
> the performance and effciency issues with respect to Oracle SQL?
> Nothing to complicated, as I'm only a beginner, but just something which
> will explain to me how to write efficient joins for example.
>
> Any help will be greatly appreciated.
> Thanks in advance.
Received on Tue Jun 15 1999 - 09:08:25 CDT

Original text of this message

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