aiaiDBA

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

13718043309

010-86462881

ORA-08112: a composite partition may not be coalesced as a whole

ORA-08112: a composite partition may not be coalesced as a whole
Cause: User attempted to coalesce a composite partition
Action: Coalesce the index a subpartition at a time (using ALTER INDEX MODIFY SUBPARTITION COALESCE)

请先 登录 后评论

1 个回答

小智
ORA-08112:复合分区不能作为一个整体合并,
.原因:用户尝试合并复合分区,
.操作:一次合并索引一个子分区(使用ALTER INDEX MODIFY SUBPARTITION COALESCE),
.
请先 登录 后评论