Database Error Messages

ORA-31924

must have either primary key or foreign key in table "string"."string"

Cause

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


Action

Add a primary key or foreign key to the table.