Oracle Message ORA-25006 - cannot specify this column in UPDATE OF clause

ERRORcannot specify this column in UPDATE OF clause
CAUSEAttempt to create a trigger on update of a column whose datatype is disallowed in the clause, such as LOB and nested table.
ACTIONRemove the UPDATE OF clause.