aiaiDBA

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

13718043309

010-86462881

ORA-14271: table is not partitioned by Composite Range method

ORA-14271: table is not partitioned by Composite Range method
Cause: The table in ALTER TABLE MODIFY SUBPARTITION { UNUSABLE LOCAL INDEXES | REBUILD UNUSABLE LOCAL INDEXES } statement is not partitioned by Composite Range method which is illegal.
Action: Ensure that the table is partitioned by Composite Range method

请先 登录 后评论

1 个回答

小智
ORA-14271:表未由“复合范围”方法进行分区,
.原因: ALTER TABLE MODIFY SUBPARTITION中的表{UNUSABLE LOCAL INDEXES | REBUILD UNUSABLE LOCAL INDEXES}语句不是由非法的复合范围方法分区的。,
.操作:确保表由“复合范围”方法进行分区,
.
请先 登录 后评论