Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-04030 Out of Process memory
How big was the OS process ?
Monitor what the process is doing, any memory allocation in a loop ?
I had this error once and it was an Oracle bug (804 on hpux 10.20), Oracle was having a problem releasing memory so after 100 000 calls of a function the process was crashing (ora-4030) because it was reaching the OS memory limit (700M) .
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?paquette=20stephane?= INET: stephane_paquette_at_yahoo.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).Received on Sun Nov 10 2002 - 16:48:22 CST