Database Error Messages

OCI-55732

Reservable column update should specify all the primary key columns in the WHERE clause.

Cause

The reservable column update statement does not have a WHERE clause with all the primary keys.


Action

Add a WHERE clause with all the primary keys to the reservable column update statement.