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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to reset a pl/sql-collection ?

Re: How to reset a pl/sql-collection ?

From: Jens <jens.mayer1_at_gmx.de>
Date: 23 Sep 2005 02:19:04 -0700
Message-ID: <1127467144.874418.264430@g49g2000cwa.googlegroups.com>


@Cris: oops - I'm sorrry: until now I've only used the delete-method to delete single elements from a collection, I didn't know the use of delete without arguments.

My question remains the same:

will the memory allocated by the collection immediately be released after resetting/deleting or is there something like a "garbage collector" which releases the memory only from time to time (like in Java) ?

The reason why I'm asking is: the resetting/filling of the collection will be done very often and very rapidly. I don't want to get into memory-trouble...

Jens Received on Fri Sep 23 2005 - 04:19:04 CDT

Original text of this message

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