>Now in a dump, Oracle see's something called purify
>and want us to disable it to see if that makes a
>difference.
>
>Never heard of purify - what is this??
>

A product which checks memory allocation - that you are not writing at an address 
location you have freed or that you have no memory leak. They somewhat intercept calls 
to malloc(), free() and the like before forwarding them to the memory. May have some 
impact on performance but I doubt the Oracle explanation. I think that Oracle uses 
this product (not enough), the reference to it may well be in their code.

Regards,

Stephane Faroult
Oriole
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroul
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to