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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Diagnose Slow System

Re: Diagnose Slow System

From: Bill Pass <wbpass_at_yahoo.com>
Date: Thu, 23 May 2002 16:00:38 -0800
Message-ID: <F001.0046A26D.20020523160038@fatcity.com>


Although the wait per enqueue is high, it is not where the majority of wait time is being spent. I would be more concerned about the full table scans as indicated by the 'db scattered read events'.

If you can capture the sid in v$session_wait for this event, you can track down the object being full table scanned and the offending SQL. Perhaps it is normal, perhaps not. It could be driving longer waits on sequential reads and potentially enqueues for the ST enqueue (your dump did not actually reveal anything waiting on an enqueue, just holding them. again only 147 instances of where a wait actually occurred over a 12 or 24 hour period is pretty low).


Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  INET: wbpass_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu May 23 2002 - 19:00:38 CDT

Original text of this message

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