aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

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

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.

请先 登录 后评论

1 个回答

小智
ORA-14668:无法删除由引用分区表的分区约束引用的唯一键或主键。,
.原因:试图删除由引用分区表的分区约束引用的唯一或主键。,
.操作:删除所有引用分区的子表,然后删除父表的唯一或主键。,
.
请先 登录 后评论