Database Error Messages

OCI-54059

cannot update an immutable column (string) to a different value

Cause

An attempt is being made to update an immutable column with a different value.


Action

An immutable column cannot be mutated using an UPDATE statement. You can delete the row and insert a new value.