Database Error Messages

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

ORA-31923

must have primary key or partition key in table "string"."string"

Cause

The table did not have a primary key or a partition key.


Action

Add a primary key or partition key to the table.