好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-15221: ASM operation requires compatible.asm of string or higher ORACLE 报错

文档解释

ORA-15221: ASM operation requires compatible.asm of string or higher

Cause: The ASM operation specified requires a higher disk group attribute value for compatible.asm.

Action: Set the disk group attribute compatible.asm to or above the requested version.

ORA-15221:ASM操作需要相应字符串或更高版本的compatible.asm

官方解释

该错误代表在ASM实例启动之前,希望添加的diskgroup版本比实例内当前的compatible.asm属性要求的版本级别更高。

常见案例

ORA-15221错误一般情况下会在试图创建diskgroup时出现。

一般处理方法及步骤

1. 使用SQL查询当前ASM实例的compatible.asm属性,执行“show parameter compatible”。

2. 若compatible.asm属性低于需要的diskgroup版本,则需要使用“alter system set compatible=”命令来切换到更高版本,要求版本至少比需要的diskgroup版本要高。

3. 重新启动ASM实例,尝试重新创建diskgroup。

查看更多关于ORA-15221: ASM operation requires compatible.asm of string or higher ORACLE 报错的详细内容...

  阅读:14次