aiaiDBA

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

13718043309

010-86462881

ORA-14323: cannot add partition when DEFAULT partition exists

ORA-14323: cannot add partition when DEFAULT partition exists
Cause: An ADD PARTITION operation cannot be executed when a partition with DEFAULT values exists
Action: Issue a SPLIT of the DEFAULT partition instead

请先 登录 后评论

1 个回答

小智
ORA-14323:当DEFAULT分区存在时,无法添加分区,
.原因:当存在具有DEFAULT值的分区时,无法执行ADD PARTITION操作,
.操作:发出DEFAULT分区的SPLIT,
.
请先 登录 后评论