ORA-22164: delete element operation is not allowed for variable-length array

文档解释

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.

你可能感兴趣的