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

Home -> Community -> Mailing Lists -> Oracle-L -> SV: tkprof and parse count?

SV: tkprof and parse count?

From: Michael Garfield Sørensen <mgs_at_CeDeT.dk>
Date: Mon, 8 Mar 2004 21:23:52 +0100
Message-Id: <20040308202352.0B9E747FE90@pfepa.post.tele.dk>

I personally think it just means that you did not have timed statistics enabled! And thus the tracing wasn't able to report any timings!

HTH
Michael Garfield Sørensen, CeDeT

-----Oprindelig meddelelse-----

Fra: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] På vegne af ryan.gaffuri_at_cox.net
Sendt: 8. marts 2004 20:50
Til: oracle-l_at_freelists.org
Emne: tkprof and parse count?

Below is a simple tkprof output. Why is my parse count = 4? if there is no CPU time used? I take this to mean, I did not incur a hard parse? How come the 'count' goes up? I can't find this in the docs on metalink.

select 2
from
 dual

call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ----------



Parse 4 0.00 0.00 0 0 0 0
Execute 4 0.00 0.00 0 0 0 0
Fetch 8 0.00 0.00 0 12 0 4
------- ------ -------- ---------- ---------- ---------- ----------


total 16 0.00 0.00 0 12 0 4

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Mar 08 2004 - 14:20:28 CST

Original text of this message

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