ORA-12082: “string”.”string” cannot be index organized
Cause: An attempt was made to create an index-organized materialized aggregate view or an index-organized updatable ROWID materialized view. This is not supported.
Action: Try to create the materialized view without the index organization clause.
ORA-12082:表示无法使表”string”.”string”索引组织。
当尝试使用CREATE TABLE或ALTER TABLE语句来创建或修改一个被定义为索引组织表(IOT)时,会产生此错误。索引组织表(IOT)只能包含一个建立在空间列上的索引。
1.尝试在已有的索引组织表上创建新的索引
2.索引组织表上定义了两个或以上的列
3.尝试在索引组织表上建立普通索引或联合索引
1.确保索引组织表上只存在一个建立在列上的索引
2.确保所建立的索引是建立在空间列上的索引
3.如果要在索引组织表上建立新的空间索引,请使用CREATE INDEX语句,并且指定表属于索引组织类型
4.如果要修改索引组织表,请使用ALTER TABLE索引的表的索引组织属性
本文标签:ORA-12082 #8220string #8221. #8221string #8221 cannot be index organized
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接