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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Objects destruction

Re: Objects destruction

From: <agis_at_diax>
Date: Mon, 21 Aug 2000 16:35:49 +0200
Message-ID: <39A13E44.53062E3@dplanet.ch>

Thanks
We also tried this. We actually also wrote a destructor method into the object where we set all the variables of the object to NULL. After calling that method, we also set the object itself to NULL. Didn't help unfortunately.

^Socrates^ wrote:

> try, Set NULL the Objects.
>
> agis_at_diax <agis_at_dplanet.ch> escribió en el mensaje de noticias
> 39A1154C.EF605973_at_dplanet.ch...
> > Hi
> >
> > We are running a lot of PL/SQL code and are also using Objects. When we
> > do a big transaction, we get an error message "out of process memory...
> > (pga heap, ksm stack)".
> > We think it might have to do with our objects, as there are constructors
> > for them, but there seems to be no deconstructor. Oracle also said that
> > they don't do any garbage collection. Does somebody know how I get the
> > memory from my objects freed.
> >
> > Thanks
> > Hanspeter
> >
Received on Mon Aug 21 2000 - 09:35:49 CDT

Original text of this message

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