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 索引,指定每一分区的存储参数。
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341