文档解释
ORA-39285: Cannot alter index key compression.
Cause: DBMS_METADATA_DIFF was comparing two indexes with different values of key compression. There is no SQL ALTER statement to change index key compression.
Action: The difference cannot be eliminated with an SQL ALTER statement.
ORA-39285:不能更改索引键压缩。
官方解释
常见案例
一般处理方法及步骤
1.重新检查您正在执行的更改索引命令,确保您是正确和有效地指定compression_spec子句。
2.释放该索引。
3.使用另一个记录命令重新创建索引,并按需修改压缩标准,然后重试更改索引操作。
查看更多关于ORA-39285: Cannot alter index key compression. ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did233300