ORA-17503&ORA-15173

ORA-17503: ksfdopn:2 Failed to open file '+DG/SID/orapwsid'

ORA-15173: entry 'orapwsid' does not exist in directory 'sid'

ORA-06512: at line 4

ORA-06512: at "SYS.X$DBMS_DISKGROUP",line 665

ORA-06512: at line 2

 

最近12c环境好多报这个错误,然后去对应的asm磁盘组找不到该密码文件,重建又提示:

OPW-00010: Could not create the password file. This resource has a Password File

解决办法:

srvctl modify database -db DN_NAME -pwfile  ---先置空

srvctl modify database -db DN_NAME -pwfile '+DATA/ORAPWDSID'   --再重建

 

posted @ 2020-09-16 15:57  i'msysdba  阅读(1152)  评论(0)    收藏  举报