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: tkprof - disk reads greater than query+current

Re: tkprof - disk reads greater than query+current

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 20 Apr 2007 19:59:43 +0100
Message-ID: <456dnchFtt-Sk7TbRVnyiAA@bt.com>

<wagen123_at_yahoo.com> wrote in message
news:1177091894.510369.289760_at_b58g2000hsg.googlegroups.com...
> Hi,
>
> Oracle10g 10.1.0.3
>
> call count cpu elapsed disk query
> current rows
> ------- ------ -------- ---------- ---------- ---------- ----------
> ----------
> Parse 1 0.09 0.93 9 963
> 0 0
> Execute 1 0.02 0.40 0 18
> 0 0
> Fetch 3 2.05 11.40 11352 7909
> 0 21
> ------- ------ -------- ---------- ---------- ---------- ----------
> ----------
> total 5 2.16 12.74 11361 8890
> 0 21
>
> Can anyone help me understand why disk reads is greater than query
> +current?
>
>
> Thanks
> wagen
>

It would be good to hear something about the SQL. For example, I think it was around that version that a SAMPLE clause would produce this oddity:

    physical reads would be the number
    of blocks reads, query/current would     be the number used for sampling.

-- 
Regards

Jonathan Lewis
http://jonathanlewis.wordpress.com

Author: Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html

The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
Received on Fri Apr 20 2007 - 13:59:43 CDT

Original text of this message

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