Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> trace output of a paralell query
Hi gurus ,
Below is the trace output of a paralell query . In this output , i dont understand why the execute values are non zero although the statement is a select . I expect to see non zero values in fetch columns .
select /*+full(t)*/
count(*)
from tuketici t
call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ----------
Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 46
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ----------
call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ----------
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 46
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ----------
This time i can see nonzero fetch values.
Kind Regards,
hope
Received on Wed Sep 01 2004 - 09:24:44 CDT
![]() |
![]() |