Re: tkprof output help

  • From: Daniel Fink <Daniel.Fink@xxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 28 Apr 2004 14:46:38 -0600

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@xxxxxxxxxxx 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@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: