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

Monday, 9 April 2012

ORA-22152: destination variable-length array is not initialized

ORA-22152: destination variable-length array is not initialized

Cause: The variable-length array on the right-hand-side of an assignment or the destination array of an append is not initialized.

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