ERROR | cannot modify object attributes with REF dereferencing |
CAUSE | An attempt was made to modify the attributes an object by dereferencing a REF column in an UPDATE statement. |
ACTION | Update the table containing the object that the REF points to, or change the REF column to an object type column. |