ORA-25015: cannot perform DML on this nested table view column Cause: DML cannot be performed on a nested table view column except through an INSTEAD OF trigger Action: Create an INSTEAD OF trigger over the nested table view column and then perform the DML.