前言
早上7点得知昨晚在版本上线后,手动进行了ntp时间同步。
但是在同步前,开启了防火墙导致rac集群ntp时间无法进行同步。
然后又在一顿不明所以的操作下,导致数据库实例无法进行重启
导致引发了两个错误:分别是ORA-01565,ORA-17503和ORA-15077
在重启时候报错如下
SQL> startup
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+ASM1/rsdb/spfilersdb.ora'
ORA-17503: ksfdopn:10 Failed to open file +ASM1/rsdb/spfilersdb.ora
ORA-15077: could not locate ASM instance serving a required diskgroup
解决
先看官方给出Oracle Database Error Messages
ORA-01565: error in identifying file 'string'
Cause: An error occurred while trying to identify a file.
Action: Check the error stack for detailed information.
ORA-17503: ksfdopn:string Failed to open file string
Cause: file open failed due to either insufficient OS permission or the name of file exceeds maximum file name length.
A