Database Error Messages

ORA-14668

Cannot drop a unique or primary key referenced by the partitioning constraint of a reference-partitioned table.

Cause

An attempt was made to drop a unique or primary key referenced by the partitioning constraint of a reference-partitioned table.


Action

Drop all reference-partitioned child tables before dropping the unique or primary key of the parent table.