Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: smon 4030 - quick ideas?
>>>
>>>ORA-04030 means that the Oracle process attempted to
>>>allocate more memory for heap, similar to using the C
>>>"malloc()" function, so process limits could be very relevant...
Right, Tim, but since I didn't see what platform it is or any other detail, I'd like to remind people that malloc() (actually the brk() system call) also fails if the heap whacks the attach address of the SGA. If there has been any of that funky SGA relocation down to addresses just north of the initialized data you'll get this too. So, questions:
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jun 02 2006 - 19:11:56 CDT