Database Error Messages

ORA-02581

cannot create foreign key constraints on columns referencing a duplicated table

Cause

An attempt was made to create a foreign key constraint in a sharded table on a column referencing a duplicated table.


Action

Remove the foreign key constraint referencing a column in the duplicated table.