1829815 Members
1759 Online
109993 Solutions
New Discussion

ORA-04030

 
Neil Camp_3
Occasional Contributor

ORA-04030

Has anyone seen this error before, if so how can I fix it. Thanks.

kgefec: fatal error 0
ORA-00000: normal, successful completion
ORA-04030: out of process memory when trying to allocate 24 bytes (Alloc statemen,DALC, ttcbur DTYPB alloc)
Errors in file :
ORA-00000: normal, successful completion
ORA-04030: out of process memory when trying to allocate 24 bytes (Alloc statemen,DALC, ttcbur DTYPB alloc)


----- Call Stack Trace -----
Error: stisini(),13 - Can't open /opt/oracle/product/8.1.6/bin/oracleError: Stack Initialization Failure
Error: ssdinit() failed 13
calling call entry argument values in hex
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------

----- Argument/Register Address Dump -----



----- End of Call Stack Trace -----

kgepop: no error frame to pop to for error 0
ORA-00000: normal, successful completion
ORA-04030: out of process memory when trying to allocate 24 bytes (Alloc statemen,DALC, ttcbur DTYPB alloc)
Errors in file :
ORA-00000: normal, successful completion
ORA-04030: out of process memory when trying to allocate 24 bytes (Alloc statemen,DALC, ttcbur DTYPB alloc)


----- Call Stack Trace -----
Error: stisini(),13 - Can't open /opt/oracle/product/8.1.6/bin/oracleError: Stack Initialization Failure
Error: ssdinit() failed 13
calling call entry argument values in hex
location type point (? means dubious value)
-------------------- -------- -------------------- ----------------------------

----- Argument/Register Address Dump -----



----- End of Call Stack Trace -----

Memory fault(coredump)
1 REPLY 1
Rita C Workman
Honored Contributor

Re: ORA-04030

Here is what this error means, and basically it could be caused by a shortage of memory being allocated...or.....a problem with the application code.

ORA-04030: out of process memory when trying to allocate num bytes str,str

Cause: Operating system process private memory has been exhausted.

Action: See the database administrator or operating system administrator to increase process memory quota. There
may be a bug in the application that causes excessive allocations of process memory space.

Hope this helps,
Rita