Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: tkprof output help
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
-- 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
![]() |
![]() |