Database Error Messages

ORA-55740

Reservable column update statement does not support a list of reservable columns in a single SET clause of the update statement.

Cause

An attempt is being made to specify a list of columns to be updated within a SET clause of the reservable column update statement.


Action

Remove the list of columns from the SET clause. Instead use a single reservable column in the SET clause.