Database Error Messages

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

ORA-05822

table "string"."string" does not contain a primary key constraint

Cause

The blockchain table did not contain a primary key constraint. A Primary key constraint is required for a blockchain table.


Action

Add a primary key in the blockchain table definition.