Database Error Messages

ORA-05027

cannot use ON DELETE clause for this constraint

Cause

A foregin key constraint was being created or altered in a sharded table referencing a duplicated table with ON DELETE clause.


Action

Remove the ON DELETE clause.