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。
香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
版权声明:
作者:后浪云
链接:https://www.idc.net/help/44093/
文章版权归作者所有,未经允许请勿转载。
THE END