Oracle Solution for Error ora-22810

Solution for Oracle Error ORA-22810

ORA-22810: cannot modify object attributes with REF dereferencing

What triggered the Error:

attempt was made to modify the attributes an object by dereferencing a REF column in an UPDATE statement.

What should we do to fix it:

date the table containing the object that the REF points to, or change the REF column to an object type column.