Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-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.