Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: CPU Problem
Hamid - Does the system performance become sluggish for other users during
this time? My offhand guess is that the subquery is repeatedly scanning data
blocks it has loaded in memory. Have you used EXPLAIN PLAN? Can you run
STATSPACK during this situation? Or if you find it easier, examine
V$SESSION_WAIT or V$SESSION_EVENT to see what your system waits are. Bear in
mind that you must check the difference in values over a time interval,
something STATSPACK will do for you.
Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
dwilliams_at_lifetouch.com
-----Original Message-----
Sent: Thursday, November 07, 2002 3:04 PM
To: Multiple recipients of list ORACLE-L
Hi List,
We are facing with some CPU problem (cpu 100% usage!), Just want to get some
idea from you guys, any clue what can cause this problem:
Here is a copy of some part of ora.ini
This happen during usage of some long query with subquery, this can be the
cause of problem or just some wrong setting in ini file.
I appreciate your help.
compatible = 8.1.7.4
db_block_buffers = 10000 db_block_lru_latches = 4 db_block_size = 8192 db_file_multiblock_read_count = 16
log_buffer = 262144 log_checkpoint_interval = 10000 log_checkpoint_timeout = 1800 max_enabled_roles = 30
Hamid Alavi
Office 818 737-0526
Cell 818 416-5095
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hamid Alavi
INET: hamid.alavi_at_quovadx.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Nov 07 2002 - 15:24:02 CST