Database Error Messages

ORA-42402

cannot infer key for graph element table string

Cause

Either a primary key or a unique and NOT NULL key constraint was missed.


Action

Create a primary key or unique and NOT NULL key constraint, or explicitly list the primary key columns using the KEY clause.