管理数据库
3
节点二在
6
月
12
号早上
9
点左右
hang
住,
在
9
点
35
,手动重启了数据库,查看数据库
alert
日志,发现在
8
点
57
分,数据库有报错
报错说有oracle
后台进程超时
,查看对应的
trace
文件

查看 oracle 官方 MOS , OERR: ORA-445 "background process %s did not start after %s seconds" Reference Note (Doc ID 18444.1)
Bug 20134113 - ORA-445: background process "m000" did not start after 120 seconds (Doc ID 20134113.8)

目前数据库的 psu 补丁是 11.2.0.4.181016 , 触发了bug20134113 , 这个bug 在 11.2.0.4.190416 以后的 psu 补丁中修复。
