ERROR | 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. |