ORA-39504: failed to notify CRS of a Startup/Shutdown event [string] (ignored)
Cause: The instance was unable to find the location of the alert file.
Action: None Required. The error is ignored.
ORA-39504错误表示CRS无法收到启动或关闭事件。
Oracle:ORA-39504无法发出启动/关闭事件
ORA-39504错误表明,CRS无法识别启动/关闭事件。失败是非危险的,但未能发出此消息可能会导致无法预期的行为。
ORA-39504错误通常发生在Oracle节点上,当CRS在启动或关闭时无法接收由数据库发出的消息时会出现这种情况。
1.检查CRS状态以确保它仍处于正在运行的状态。
2.检查监听器的安全以确保它们已正确配置。
3。使用以下命令以强制标记实例启动/关闭:
(1)查看当前实例:
srvctl status instance -d -i
(2)强制标记实例启动/关闭:
srvctl modify instance -d -i -p STARTED/STOPPED
4.重新检查CRS状态以确保它们可以正常运行。