Database Error Messages

OCI-31922

Foreign key must contain partition key in table "string"."string".

Cause

The foreign key did not contain a partition key. If a table does not have a primary key, the foreign key must contain a partition key.


Action

Change the foreign key or partition key in the table.