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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Memory leaks on OCIEnvCreate ?

Re: Memory leaks on OCIEnvCreate ?

From: Herode <cbrun_at_geomapgis.com>
Date: 26 Apr 2006 03:36:54 -0700
Message-ID: <1146047814.664368.99050@u72g2000cwu.googlegroups.com>


A new object is allocated and destroyed in each loop. There are as many call to Initialize() than to Terminate().

Anyway, I also tried with an explicit call to env.Terminate() in the loop. With no better results... Received on Wed Apr 26 2006 - 05:36:54 CDT

Original text of this message

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