Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Event 10235
Hi!
This event is meant for detectiong heap corruptions, by doing additional checks when allocating/deallocating memory. (It affects heap manager).
When set on level 2 it does some check of heap structure when freeing it (level 1) + when allocating/deallocating memory in heap, the memory is filled with junk (level 2). I assume it's because, when you have complete junk in your heap (not some leftover from other session) you'll more likely have a crash in case of some mispointing pointer, thus detecting problems earlier.
So, it's for diagnostics, and you should remove it, especially when on decent Oracle version.
Tanel.
> One of our databases has the 10235 (level 2) event set. Unfortunately, the
Metalink doc is very sparse (barely more than oerr). It mentions that it
protects internal memory management structures. What I am needing are
reasons why this event would be set. Anyone have experience with this event
and what some of the motivations were?
>
> Dan
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tanel Poder INET: tanel.poder.003_at_mail.ee 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 Mon Aug 11 2003 - 13:19:23 CDT
![]() |
![]() |