Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to reset a pl/sql-collection ?
@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