Oracle Error ORA-04073: column list not valid for this trigger type

Oracle Error Message

ORA-04073: column list not valid for this trigger type

Reason for the Error

A column list was specified for a non-update trigger type.

Solution

Remove the column list.