[grid@fps-ordb02 ~]$ srvctl start database -d SCPRD
PRCC-1014 : SCPRD was already running
PRCR-1004 : Resource ora.scprd.db is already running
PRCR-1079 : Failed to start resource ora.scprd.db
CRS-2800: Cannot start resource 'ora.DATADG.dg' as it is already in the INTERMEDIATE state on server 'fps-ordb02'
CRS-2528: Unable to place an instance of 'ora.scprd.db' as all possible servers are occupied by the resource
[oracle@fps-ordb02 ~]$ oerr crs 2800
2800, 1, "Cannot start resource '%s' as it is already in the INTERMEDIATE state on server '%s'"
// *Cause: An attempt was made to start a resource that is already in the INTERMEDIATE state.
// *Action: Determine why the resource is in the INTERMEDIATE state based on the value of the STATE_DETAILS
// attribute. If it is due to a check timeout, no action is needed. Otherwise, manual intervention
// is required to bring the resource out of the INTERMEDIATE state.
在RAC其中一个节点上死活都不能启动,但是通sqlplus / as sysdba 是正常启动!
根据提示
资源ora.DATADG.dg in the INTERMEDIATE state
所以按照以下步骤操作
关闭资源
crsctl stop res ora.DATADG.dg
重启资源
crsctl start res ora.DATADG.dg启动数据库
srvctl start database -d OMS
检查数据库RAC状态,一切正常!
srvctl status database -d OMS
[oracle@fps-ordb02 ~]$ srvctl status database -d OMS
Instance OMS1 is running on node fps-ordb01
Instance OMS2 is running on node fps-ordb02
本文介绍了解决Oracle RAC数据库在一个节点上无法启动的问题。通过分析错误信息,发现资源处于中间状态,采取了停止并重启该资源的方法,最终成功启动数据库。
2189

被折叠的 条评论
为什么被折叠?



