<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ORA-04030 message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857633#M95283</link>
    <description>Alan,&lt;BR /&gt;Thanks for the input.&lt;BR /&gt;The dba has changed the sort area size the help alleviate the problem.  He had done this earlier this am.&lt;BR /&gt;The document was a great for helping me understand the problem.&lt;BR /&gt;Happy Holidays!&lt;BR /&gt;Nancy</description>
    <pubDate>Wed, 04 Dec 2002 15:41:13 GMT</pubDate>
    <dc:creator>nancy rippey</dc:creator>
    <dc:date>2002-12-04T15:41:13Z</dc:date>
    <item>
      <title>ORA-04030 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857630#M95280</link>
      <description>The following message is being received ORA-04030: out of process mmory when rying to alloate 920 bytes (callheap,temporary memory)&lt;BR /&gt;&lt;BR /&gt;Ouput from swapinfo&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        3072     882    2190   29%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    1175   -1175&lt;BR /&gt;memory     3147    2298     849   73%&lt;BR /&gt;total      6219    4355    1864   70%       -       0    -   &lt;BR /&gt;&lt;BR /&gt;maxdsiz id st to 0x08000000 (134217728)&lt;BR /&gt;&lt;BR /&gt;Any suggestions on what I should look at/change would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Dec 2002 15:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857630#M95280</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-12-04T15:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-04030 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857631#M95281</link>
      <description>this is an Oracle bug:&lt;BR /&gt;&lt;BR /&gt;Bug 1839080      Fixed: 8173 &lt;BR /&gt;Hash Join &lt;BR /&gt;Resource Leaks (eg: Memory Leak) &lt;BR /&gt;Complex join queries involving Hash-Join may result in&lt;BR /&gt;Memory leak leading to ORA-4030 out of process memory.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Dec 2002 15:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857631#M95281</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-12-04T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-04030 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857632#M95282</link>
      <description>Here's some more information on other possable causes:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID:  Note:199746.1 &lt;BR /&gt;Subject:  How to Resolve ORA-4030 Errors on UNIX &lt;BR /&gt;Type:  BULLETIN &lt;BR /&gt;Status:  PUBLISHED &lt;BR /&gt; Content Type:  TEXT/PLAIN &lt;BR /&gt;Creation Date:  16-JUN-2002 &lt;BR /&gt;Last Revision Date:  07-NOV-2002 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;PURPOSE ======= Provide assistance in resolving ORA-4030 errors on UNIX systems.    SCOPE &amp;amp; APPLICATION =================== This document is useful for DBA's and System Administrators tasked with  resolving an ORA-4030 error.   BACKGROUND ========== The ORA-4030 error is caused when an Oracle process(while doing work on behalf  of a client program) requests additional memory from the operating system,  but the operating system cannot accommodate the request.  This can occur because the operating system does not have enough physical memory or swap available for the  process, the OS is configured to limit the amount of memory available for UNIX processes or an actual Oracle BUG has been encountered.   HOW TO RESOLVE THE ORA-4030 =========================== 1. Reduce the PGA (Program Global Area) for the client process encountering the error. This is valid if the database is not configured with MTS (Multi Threaded Server) or Shared Servers.   For Oracle 8i and below the major portion of ORA-4030 instances can be solved by reducing the SORT_AREA_SIZE for the sessions. This will lessen the demand that the process places on physical memory. SORT_AREA_SIZE can be modified by the 'alter session' command but persistent changes must be recorded in the  init&lt;SID&gt;.ora. See the Oracle Reference guide available on your Online Generic  Documentation CD-ROM for more information on the 'sort_area_size' parameter.  For Oracle 9i and up, the PGA can be sized using the PGA_AGGREGATE_TARGET  parameter set in the init.ora or spfile.ora (See [NOTE:153367.1] and  [NOTE:146577.1]).   2. Increase the amount of memory a UNIX process can request and use from the operating system. This usually refers to stack and/or data size UNIX process  resource limits.  This process varies slightly depending on the UNIX platform and the type of UNIX shell you are using.  Generally speaking either the 'limit' or 'ulimit' command will allow your System Administrator to increase memory and data size limits. Oracle Support cannot recommend a specific value for these limits. However, doubling existing values or setting them to 'unlimited' is usually sufficient.  For more information please refer to:  [NOTE:188149.1] How to Display and Change UNIX Process Resource Limits  3. Increase the amount of swap available on your system.  You should have 2-3  times the amount of physical memory available as swap space.  4. Finally, if you still experience the problem after addressing the above issues, it's recommended that you move to the latest patchset release to eliminate any possible Oracle product defects:   [NOTE:169547.1] Understanding and Obtaining Oracle RDBMS Patchsets  REFERENCES ========== [NOTE:19836.1] OERR:  ORA 4030  "out of process memory when [NOTE:1023744.6] ORA-04030 -07324: AFTER INCREASING THE SGA OR EXECUTING A                   LARGE QUERY [NOTE:61896.1] SOLARIS: SGA size, sgabeg attach address and Sun architectures [NOTE:153655.1] SOLARIS Determing Oracle Memory Usage on Solaris &lt;NOTE.123754.1&gt; AIX Determining Oracle memory usage on AIX [NOTE:174555.1] Determining the Size of an Oracle Process&lt;/NOTE.123754.1&gt;&lt;/SID&gt;</description>
      <pubDate>Wed, 04 Dec 2002 15:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857632#M95282</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-12-04T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-04030 message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857633#M95283</link>
      <description>Alan,&lt;BR /&gt;Thanks for the input.&lt;BR /&gt;The dba has changed the sort area size the help alleviate the problem.  He had done this earlier this am.&lt;BR /&gt;The document was a great for helping me understand the problem.&lt;BR /&gt;Happy Holidays!&lt;BR /&gt;Nancy</description>
      <pubDate>Wed, 04 Dec 2002 15:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ora-04030-message/m-p/2857633#M95283</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2002-12-04T15:41:13Z</dc:date>
    </item>
  </channel>
</rss>

