ORA-22164: delete element operation is not allowed for variable-length array
What triggered the Error:
ying to delete an element of a variable-length array.What should we do to fix it:
sure that the collection is not a variable-length array prior to calling this function.