Hello,
I need some details on varray collection internal implementation.
It seems that when I declare a variable of varray type some memory sufficient to N elements storage is marked as busy. But physically an allocation is performed when extend method is called.
Beacause of absenсe of C-like sizeof function I can't check this hypothesis by myself, and also I can't find any information on it in Oracle documentation.
Is there any information/documentation/knowledge authoritative about the proccess?
Thank u.