Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: what is purify

RE: what is purify

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Thu, 24 Oct 2002 05:23:34 -0800
Message-ID: <F001.004F241F.20021024052334@fatcity.com>

 ('binary' encoding is not supported, stored as-is)

>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: sfaroult_at_oriolecorp.com

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 Thu Oct 24 2002 - 08:23:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US