OCI-55775
Reservable column update cannot have a non-primary key column in the where clause.
Cause
Reservable column is being updated with a where clause that includes a non-primary key column.
Action
Remove the columns other than the primary key column from the where clause of the update statement.