Oracle Solution for Error ora-06531

Solution for Oracle Error ORA-06531

ORA-06531: Reference to uninitialized collection

What triggered the Error:

An element or member function of a nested table or varray was referenced (where an initialized collection is needed) without the collection having been initialized.

What should we do to fix it:

Initialize the collection with an appropriate constructor or whole-object assignment.