Apex Collections vs PLSQL collections
315147Apr 4 2013 — edited Apr 4 2013Hi,
Ive recently started using collections within Apex and find this feature very useful. I was wondering however if there are any size limitations on using Apex collections (in the same way as there are with PLSQL collections).
Ive searched through the oracle documentation and couldnt see anything specific. Does an Apex collection get created as a PLSQL collection 'in the background' by Apex? From what I can see the data in an Apex collection is stored in a 'real' database table within the Apex schema itself. Any advice would be welcome.
Thanks