Showing posts with label ORA-22150. Show all posts
Showing posts with label ORA-22150. Show all posts

Monday, 9 April 2012

ORA-22150: variable-length array has not been initialized

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.