Oracle Error Message
ORA-25015: cannot perform DML on this nested table view column
Reason for the Error
DML cannot be performed on a nested table view column except through an INSTEAD OF trigger
Solution
Create an INSTEAD OF trigger over the nested table view column and then perform the DML.