Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> tkprof interpreatation question
Hi,
>From the following tkprof output it looks like we are doing lot of
fetch calls and also lot of misses during parsing and we have
following 2 questions:
call count cpu elapsed disk query current rows
Parse 2 0.02 0.02 0 0 0 0 Execute 7 0.09 0.08 0 5 0 0 Fetch 2017 0.63 0.75 203 47302 0 15000
total 2026 0.75 0.86 203 47307 0 15000
Misses in library cache during parse: 1
Misses in library cache during execute: 5
Optimizer mode: ALL_ROWS
Thanks
--Harvinder
Received on Thu Mar 01 2007 - 15:56:42 CST
![]() |
![]() |