aiaiDBA

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

13718043309

010-86462881

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

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

请先 登录 后评论

1 个回答

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