aiaiDBA

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

13718043309

010-86462881

ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table

ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table
Cause: User attempted to create a LOCAL partitioned index with a number of sub-partitions which is different from that of the underlying table.
Action: Correct the CREATE INDEX statement to specify a correct number of sub-partitions

请先 登录 后评论

1 个回答

小智
ORA-14186:LOCAL索引的子分区数必须等于基础表的子分区数,
.原因:用户尝试使用与基础表的子分区数不同的子分区创建LOCAL分区索引。,
.操作:更正CREATE INDEX语句以指定正确数量的子分区,
.
请先 登录 后评论