欢迎光临
我们一直在努力

ORA-14178: STORE IN (DEFAULT) clause is not supported for hash partitioned global indexes ORACLE 报错 故障修复 远程处理

文档解释

ORA-14178: STORE IN (DEFAULT) clause is not supported for hash partitioned global indexes

Cause: STORE IN (DEFAULT) is valid only for local indexes.

Action: a) Specify a tablespace list in place of DEFAULT, or b) Remove STORE IN clause and specify tablespaces individually for each index partition.

ORA-14178: 哈希分区的GLOBAL索引不支持STORE IN (DEFAULT) 子句。

此错误消息发出,表明您企图在全局索引上使用STORE IN (DEFAULT) 子句创建分区,但索引为hash partition时不支持此子句。Hash partitioned GLOBAL indexes 需要每个分区都有明确的存储参数。

此错误官方文档表述为:ORA-14178 : hash partitioned global indexes do not support the STORE IN (DEFAULT) clause.

更正此错误的方法是:

1. 使用ALTER INDEX 来修改现有索引的分区设置,指定每一分区的存储参数。

2. 使用CREATE INDEX来重新创建hash partitioned GLOBAL 索引,指定每一分区的存储参数。

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。