Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 'latch free' contention...

'latch free' contention...

From: NetComrade <andreyNSPAM_at_bookexchange.net>
Date: 2000/04/07
Message-ID: <38ed1a10.19893789@news.earthlink.net>#1/1

recently I had a spiked load on my db, there is no io problems, or so it seems (no iowait in top, which also seems a bit weird, b/c it usually states something like 6-7 percent). here's what I got from v$system_wait

SQLWKS> select * from v$system_event
     2> where average_wait>10
     3>  order by lower(event) 
     4> 

EVENT
TOTAL_WAIT TOTAL_TIME TIME_WAITE AVERAGE_WA

The thing that I don't understand the most is those timers. Log switch problem has been 'kindof' fixed.. (there were some contention on the disk).
Any hints on what to do here? I am not asking to fix the problem.. just some hints :) I can't find any useful documentation on these issues.

Thanx.



In case I forgot to mention:
We use Oracle 7.3.4 and 8.1.6 on Solaris 2.6, 2.7 boxes
Andrey Dmitriev	 eFax: (978) 383-5892  Daytime: (917) 750-3630
AOL: NetComrade	 ICQ: 11340726 remove NSPAM to email
Received on Fri Apr 07 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US