I have my stored procedure that I am calling from Java.I have vArray as OUT parameter.But when I try to exceute the procedure it gives me the following error:

ORA-06531: Reference to uninitialized collection

How do I initialise my Out parameter.Plzz help me