Oracle Message ORA-25015 - cannot perform DML on this nested table view column

ERRORcannot perform DML on this nested table view column
CAUSEDML cannot be performed on a nested table view column except through an INSTEAD OF trigger
ACTIONCreate an INSTEAD OF trigger over the nested table view column and then perform the DML.