Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: set event 4031
Henry,
The event will cause a trace file to be generated for any session that encounters an ORA-4031. Is it possible that it wasn't one of the sessions being logged that generated the error? If you look in the trace file you should see the current SQL being executed that may give you more info about the session generating the error.
Also, be aware that there's a bug on 8.1.6.3 where ORA-4031's can occur attempting to allocate state objects, often accompanied by heavy latch contention on the 'cache buffer chains' latch. This is bug 1640583. You might want to check with support as there are PSE's (patchset exceptions) available for several platforms.
This is not the same as bug 1397603 where ORA-4031's are also reported when allocating state objects. This bug is specific to 8.1.7 and the workaround is to set _db_handles_cached = 0.
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_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 Sun Sep 02 2001 - 10:34:39 CDT