aiaiDBA

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

13718043309

010-86462881

ORA-14627: Invalid operation was specified on a GLOBAL partitioned index

ORA-14627: Invalid operation was specified on a GLOBAL partitioned index
Cause: An invalid operation such as ALTER INDEX DROP|SPLIT SUBPARTITION was specified on the global index
Action: Ensure that subpartition level operations are not specified on a GLOBAL index, since these are only RANGE partitioned

请先 登录 后评论

1 个回答

小智
ORA-14627:在GLOBAL分区索引上指定了无效操作,
.原因:在全局索引上指定了无效操作,例如ALTER INDEX DROP | SPLIT SUBPARTITION,
.操作:确保未在GLOBAL索引上指定子分区级操作,因为这些操作只有RANGE分区,
.
请先 登录 后评论