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: tkprof output help

Re: tkprof output help

From: Daniel Fink <Daniel.Fink_at_Sun.COM>
Date: Wed, 28 Apr 2004 14:46:38 -0600
Message-id: <4090182E.4FE9CD1@sun.com>


You had 247 executions of the statement, each execution returns 1 row for a grand total of 247 rows returned.

If you had 1 execution with 247 fetches to return 1 row, I'm thinking you have a serious row-chaining problem.

Daniel

thump604_at_comcast.net wrote:

> There is 1 row in the S_PARTY_PER_DTL_X table that would have a specific PAR_ROW_ID so why would it take 247 row fetches and 247 rows processed?
>
> call count cpu elapsed disk query current rows
> ------- ------ -------- ---------- ---------- ---------- ---------- ----------
> Parse 1 0.00 0.00 0 0 0 0
> Execute 247 0.02 0.01 0 0 0 0
> Fetch 247 0.01 0.01 0 998 0 247
> ------- ------ -------- ---------- ---------- ---------- ---------- ----------
> total 495 0.03 0.02 0 998 0 247



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 Wed Apr 28 2004 - 15:45:38 CDT

Original text of this message

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