Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Have difficulty in understanding the tkprof result
hi, dbas: From top result i noticed that there is an oracle server
process consuming much cpu, so i traced it and tkprofed it and i got the
following result: select user_account into :b0 from UserPrivateInfo
where user_id=:b1
call count cpu elapsed disk query current rows ------- ------ --------
---------- ---------- ---------- ---------- ---------- Parse 5 0.02 0.00
0 0 0 0 Execute 30964 2.76 2.44 0 0 0 0 Fetch 30964 3.49 2.64 0 123865 0
30964 ------- ------ -------- ---------- ---------- ----------
---------- ---------- total 61933 6.27 5.08 0 123865 0 30964
Misses in library cache during parse: 1 Optimizer goal: FIRST_ROWS Parsing user id: 32
Rows Row Source Operation -------
--------------------------------------------------- 1 TABLE ACCESS BY
INDEX ROWID USERPRIVATEINFO 2 INDEX UNIQUE SCAN (object id 6593) as you
see, this is just a select statement, there should not be any execute
cpu, how now there is so much, as you see. Can someone help me on this
issue? thanks.
--
Posted via dBforums
http://dbforums.com
Received on Tue Jun 04 2002 - 04:08:14 CDT
![]() |
![]() |