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: CPU Pegged at 100%

RE: CPU Pegged at 100%

From: Gaja Krishna Vaidyanatha <oraperfman_at_yahoo.com>
Date: Fri, 26 Apr 2002 13:43:21 -0800
Message-ID: <F001.00451190.20020426134321@fatcity.com>


Hi Raghu,

Can you trace a couple of your top sessions by setting 10046 and see which SQL statements are causing the most resource consumption. This will give us an idea of the "cause". The "effect" that you are seeing is a very high level of CPU consumption and waits for the cache buffers chains latches.

>From the look of it (and we need to confirm this with
the trace data), your SQL statements are probably performing more logical I/O than what is required. The report you shared with us, reveals 5,806 Logical I/Os per second over a 24.42 minutes. With 1482 seconds in this time period, the amount of logical I/O performed is 8,604,492 blocks. How many concurrent sessions did you have then?

The symptom of cache buffers chains contention may corroborate that there could be more logical I/O performed than what is required. You need to investigate what is causing this and whether or not this is reasonable?

One of the potential reasons for this could be "over-indexing" of the tables and/or "forceful use of indexes for many queries", which may do quite well with full-table scans. Use the 10046 trace data as your "starting point" to take you down the right path for your problem solving process.

Cheers,

Gaja


Gaja Krishna Vaidyanatha
Director, Storage Management Products,
Quest Software, Inc.
Co-author - Oracle Performance Tuning 101 http://www.osborne.com/database_erp/0072131454/0072131454.shtml

Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gaja Krishna Vaidyanatha
  INET: oraperfman_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 Fri Apr 26 2002 - 16:43:21 CDT

Original text of this message

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