Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Question on SQL*Net message from client
Hi,
We see lot of waits in the database on "SQL*Net message from client" and following is one of the sample query with wait events from tkprof, what can be the possible reason for long wait for this event for truncate command?
TRUNCATE TABLE tab1
call count cpu elapsed disk query current rows
Parse 1 0.00 0.00 0 0 0 0
Execute 1 0.27 0.36 18 2 122 0
Fetch 0 0.00 0.00 0 0 0 0
total 2 0.27 0.36 18 2 122 0
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 172
Elapsed times include waiting on following events:
Event waited on Times Max. Wait TotalWaited
db file sequential read 18 0.000.00
enq: RO - fast object reuse 6 0.010.02
local write wait 11 0.000.05
log file sync 1 0.000.00
SQL*Net message to client 1 0.000.00
SQL*Net message from client 1 120.46120.46
Thanks
--Harvinder
--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 09 2007 - 17:16:22 CDT