Database Error Messages

OCI-55752

cannot drop the PRIMARY KEY constraint as the table has one or more reservable columns

Cause

An attempt is being made to drop the primary key constraint of an table with a reservable column. Lock-free reservation requires a primary key constraint on the table.


Action

None