ORA-15149: another ASM instance found running on the host

文档解释

ORA-15149: another ASM instance found running on the host

Cause: Another ASM instance found on the host. Only one ASM instance is supported on a host.

Action: Shut down the other instance before starting this ASM instance.

ORA-15149: 另一个ASM实例正在当前主机上运行

官方解释

常见案例

一般处理方法及步骤

1.使用srvctl stop asm命令停止另一个ASM实例。

2.如果要重启ASM实例,则可以使用srvctl start asm命令重新启动ASM实例。

3.然后,可以通过查询v$instance视图确保另一个ASM实例成功关闭。

你可能感兴趣的