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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL Tuning question?

Re: SQL Tuning question?

From: Danisment Gazi Unal (Unal Bilisim) <danisment.unal_at_unal-bilisim.com>
Date: Sat, 12 May 2001 02:43:00 -0700
Message-ID: <F001.00301F3F.20010512022043@fatcity.com>

Hello,

I think, there are 3 factors in performance tuning:

Most imporatnt factor in performance tuning is the time. Of course others are important, too. But, others are indirect indicator. For example:

As we see above, second one takes less time although it gest more blocks. we can't say that problem is in second one(if there is a problem in one of them).

And,

speed is indirect indicator, too. nobody asks the speed of cars in formula races, but asks time spent in races.

I think, time is the most important factor. itrprof is based on time. you can run itrprof to see bottlenecks. it's at
http://www.unal-bilisim.com/products/itrprof/itrprof.html

regards...

Seema Singh wrote:

> Hi Gurus
> When I run one complex query I get the following statistics.
> Statistics
> ----------------------------------------------------------
> 832 recursive calls
> 4 db block gets
> 98502 consistent gets
> 0 physical reads
> 0 redo size
> 995 bytes sent via SQL*Net to client
> 4306 bytes received via SQL*Net from client
> 1 SQL*Net roundtrips to/from client
> 427 sorts (memory)
> 0 sorts (disk)
> 0 rows processed
>
> Is this statistics good for executed sql statment?After looking the above
> statistics what we can say?
> Thanks
> -SEEMA
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Seema Singh
> INET: oracledbam_at_hotmail.com
>
> 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: ListGuru_at_fatcity.com (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).

--
Use itrprof SQL Analyzer.

It formats SQL_TRACE/Event10046 traces and gives tuning advises.

It's web based, no download, no configuration.
Just click http://www.unal-bilisim.com/products/itrprof/itrprof_index.html


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Danisment Gazi Unal (Unal Bilisim)
  INET: danisment.unal_at_unal-bilisim.com

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: ListGuru_at_fatcity.com (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).
Received on Sat May 12 2001 - 04:43:00 CDT

Original text of this message

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