Database Error Messages

OCI-25188

cannot drop/disable/defer the primary key constraint for index-organized tables or sorted hash cluster

Cause

An attempt was made to DROP, DISABLE, or DEFER the primary key constraint for an index-only table. This is not allowed.


Action

Do not DROP, DISABLE, or DEFER the primary key constraint for an index-only table.