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: Rash of shared memory errors

RE: Rash of shared memory errors

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Sun, 23 Sep 2001 20:54:26 -0700
Message-ID: <F001.00395D75.20010923205517@fatcity.com>

Arn,

You could be running into bug 1397603 that is fixed in the 8.1.7.2 patchset. The workaround is to set _db_handles_cached = 0 although if a db already has a problem with latch contention, this is likely to make it worse. Bug 1397603 is a generic bug specific to 8.1.7.

The following query can be used to monitor the memory usage for state objects:

SELECT * FROM V$SGASTAT WHERE NAME LIKE '%tate object%';

This memory use should level off after the db has been in use for a few hours. If it's constantly growing then it's most likely bug 1397603.

There is a similar bug specific to 8.1.6.3, bug 1640583, that doesn't have a workaround. There are PSE (patchset exceptions) for this bug on most platforms, however. Contact OSS for the PSE. BTW, this PSE is mandatory for running apps 11i on 8.1.6.3.

HTH,


Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_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 Sun Sep 23 2001 - 22:54:26 CDT

Original text of this message

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