ORA-39501: failed to notify CRS of a Startup/Shutdown event [string] (ignored)
Cause: The instance was unable to communicate with the CRS framework.
Action: None Required. The error is ignored.
ORA-39501: failed to notify CRS of a Startup/Shutdown event [string](忽略)
这是一条信息性错误,指出Oracle无法通知Centrilized Repository Service (CRS) about a startup or shutdown event for the database。
这只是一条信息性消息,指出在启动或关闭数据库的时候,不能发送正确的消息给CENTRALIZED REPOSITORY SERVICE(CRS)。由于CRS本身没有安装,所以就会触发这个错误。
在数据库实例启动时,弹出ORA-39501: failed to notify CRS of a Startup/Shutdown event,表明这个实例在单机上,没有安装CRS,会出现这个错误。
(1)忽略这个错误,不需要处理。
(2)如果想消除这个错误,必须在这台服务器上安装CRS。