Oracle Error ORA-25010: Invalid nested table column name in nested table clause

Oracle Error Message

ORA-25010: Invalid nested table column name in nested table clause

Reason for the Error

The column name specified in the nested table clause of an INSTEAD OF trigger does not correspond to a nested table column.

Solution

Specify a nested table column on which the trigger is to be defined.