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: ora - 4031 while inserting into a parent table

Re: ora - 4031 while inserting into a parent table

From: Christian Trassens <ctrassens_at_yahoo.com>
Date: Fri, 31 Aug 2001 02:36:41 -0700
Message-ID: <F001.0037EAF6.20010831014524@fatcity.com>

KQLs heap is part of dictionary cache. However since 8.0.X it is allocated in the library cache. Therefore you should insist with increasing shared pool and monitoring the amount needed for that heap from v$subcache:

select name,heap_sz,heap_aloc,heap_used from v$subcache
where heap_num=10;

Also look in the v$sgastat for the free memory and v$shared_pool_reserved for statistics of the shared pool reserved.

Finally if it isn't get solved, call Oracle support because there are bugs asociated with 4031 errors.

Regards.


Eng. Christian Trassens
Senior DBA
Systems Engineer
ctrassens_at_yahoo.com
ctrassens_at_hotmail.com
Phone : 541149816062

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: Christian Trassens
  INET: ctrassens_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 Aug 31 2001 - 04:36:41 CDT

Original text of this message

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