Database Error Messages

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.