Oracle Error ORA-22906: cannot perform DML on expression or on nested table view column

Oracle Error Message

ORA-22906: cannot perform DML on expression or on nested table view column

Reason for the Error

Attempted to perform a DML on an expression or on a nested table view column where a nested table column of a base table is expected.

Solution

Only nested table column of a base table is allowed in the DML.