Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-04030 error
Include in the init.ora the event with the error and errorstack to find out where it is hanging:
event="4030 trace name errorstack level 10"
If it is hanging in a create of java procedure,
increase the java_pool_size,
java_soft_sessionspace_limit,
java_max_sessionspace_size. If it is an common
procedure, increase the shared_pool_size and
shared_pool_reserved_size.
Although I think you are hitting a bug. While testing those parameters I've mentioned, call Oracle an give them the trace of the errorstack. Also refer to bug 1747011 solved on 8.1.7.2.
Regards.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Christian Trassens INET: ctrassens_at_yahoo.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 Sep 17 2001 - 04:14:56 CDT