Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

object tables/associative arrays are using lots of memory what is alternate

613632Dec 14 2007 — edited Dec 14 2007
I'm using mostly object tables/associative arrays in my package and it is using lots of server memorey so i want to use a different technicque to save momorey .
like using create global temporary table or nested Table Store as or creating table run time at the start and droping it in the end .
do have any suggestion for this ?
for this package i'm retriving data from different table into object tables and do calculation in memorey before i send data to front end for reporting using reference cursor .
give me your suggetion or if you know any example code for this type of process using different technique please let us know .
thank you very much
regards
shailen Patel
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2008
Added on Dec 14 2007
12 comments
485 views