Oracle Solution for Error ora-25006

Solution for Oracle Error ORA-25006

ORA-25006: cannot specify this column in UPDATE OF clause

What triggered the Error:

tempt to create a trigger on update of a column whose datatype is disallowed in the clause, such as LOB and nested table.

What should we do to fix it:

move the UPDATE OF clause.