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-04030

RE: ORA-04030

From: Koivu, Lisa <lkoivu_at_qode.com>
Date: Mon, 23 Apr 2001 09:21:29 -0700
Message-ID: <F001.002EF3B4.20010423090143@fatcity.com>

Hi Riyaj, 

I think you are referring to the ORA-4031 error?  4031 refers to a fragmented SGA.  4030 is the OS.

Correct me if I am wrong.

qodd bar:/oracle/local>oerr ora 4030                                                                                            

04030, 00000, "out of process memory when trying to allocate %s bytes (%s,%s)" // *Cause:  Operating system process private memory has been exhausted // *Action:
qodd bar:/oracle/local>oerr ora 4031
04031, 00000, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\")"

// *Cause:  More shared memory is needed than was allocated in the shared

//          pool.
// *Action: If the shared pool is out of memory, either use the

//          dbms_shared_pool package to pin large packages,
//          reduce your use of shared memory, or increase the amount of
//          available shared memory by increasing the value of the
//          INIT.ORA parameters "shared_pool_reserved_size" and
//          "shared_pool_size".
//          If the large pool is out of memory, increase the INIT.ORA
//          parameter "large_pool_size". 
qodd bar:/oracle/local>

-----Original Message-----
From: Riyaj_Shamsudeen_at_i2.com [mailto:Riyaj_Shamsudeen_at_i2.com] Sent: Monday, April 23, 2001 12:02 PM
To: Multiple recipients of list ORACLE-L Subject: Re: ORA-04030

How big is your shared pool size ? Do you have many dynamic SQLs ? You may want to keep the sys packages in the shared pool, so that your shared pool won't be fragmented by dynamic SQLs.

Thanks
Riyaj "Re-yas" Shamsudeen
Certified Oracle DBA
i2 technologies   www.i2.com

                                                                                                                           

                    "Dorozhkin, Anton"                                                                                     

                    <Anton.Dorozhkin_at_artificia        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>  

                    l-life.ru>                        cc:                                                                  

                    Sent by: root_at_fatcity.com         Subject:     ORA-04030                                               

                                                                                                                           

                                                                                                                           

                    04/21/01 07:05 AM                                                                                      

                    Please respond to ORACLE-L                                                                             

                                                                                                                           

                                                                                                                           




I've got a such error when run a PL/SQL scripts on Windows 2000, Orcale 8.1.7 with 128MB memory

ORA-04030: out of process memory when trying to allocate 257280 bytes (PLS non-lib hp,PAR.C:parchk:ptb)

I've tried to change settings in init.ora but this didn't help.

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Dorozhkin, Anton
  INET: Anton.Dorozhkin_at_artificial-life.ru


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).





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Riyaj_Shamsudeen_at_i2.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 Mon Apr 23 2001 - 11:21:29 CDT

Original text of this message

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