ORA-25015: cannot perform DML on this nested table view column
What triggered the Error:
L cannot be performed on a nested table view column except through an INSTEAD OF triggerWhat should we do to fix it:
eate an INSTEAD OF trigger over the nested table view column and then perform the DML.