Database Error Messages

ORA-22150

variable-length array has not been initialized

Cause

An un-initialized variable-length array is being operated upon.


Action

Initialize the variable-length array prior to calling this function.