ORA-15060: template “string” does not exist
Cause: A command specified a template name, either directly or as part of an ASM file name, which did not exist.
Action: Check the template specifier in the command.
ORA-15060:template “string” does not exist 错误消息通常表示在ASM中磁盘组中没有找到指定的模板。
在ASM磁盘组中没有找到指定的模板时,将显示ORA-15060。
1.当尝试更改diskgroup的storage_type为“external_redundancy”(而不是指定的RESOURCE类型下的模板名称)时,该错误可能会引发此ORA-15060错误消息。
2.当更改磁盘组的template_name变量时,此错误可能会发生。
(1)确认模板存在(使用SQL和V$ASM_TEMPLATE视图)。
(2)将diskgroup类型设置为“external_redundancy”时指定正确的模板名称。
(3)更改磁盘组template_name变量时,确保变量指定了一个有效的模板名称。
(4)用ALTER DISKGROUP CONTINUE IN FAILGROUP语句尝试恢复diskgroup。