Database Error Messages

ORA-22164

delete element operation is not allowed for variable-length array

Cause

Trying to delete an element of a variable-length array.


Action

Ensure that the collection is not a variable-length array prior to calling this function.