如果自己搞不定可以找诗檀软件专业ORACLE数据库修复团队成员帮您恢复!

诗檀软件专业数据库修复团队

服务热线 : 13764045638 QQ号:47079569 邮箱:service@parnassusdata.com

症状

'oracle restart' (新 11.2 ASM 功能) 是否支持10.1.0.5数据库实例? 注意: 该功能也适用于10.2.x 和11.1.x 源。 ### 1. Add 10.1.0.5 database to Oracle Restart configuration: oracle@node1:~/ [+ASM] srvctl add database -d DB101 -o /u00/app/oracle/product/10.1.0 -m example.com -p /u00/app/oracle/product/10.1.0/dbs/spfileDB101.ora -s open -t immediate -n DB101 -y AUTOMATIC oracle@node1:~/ [+ASM] srvctl config database -d DB101 Database unique name: DB101 Database name: DB101 Oracle home: /u00/app/oracle/product/10.1.0 Oracle user: oracle Spfile: /u00/app/oracle/product/10.1.0/dbs/spfileDB101.ora Domain: example.com Start options: open Stop options: immediate Database role: PRIMARY Management policy: AUTOMATIC Disk Groups: Services: oracle@node1:~/ [+ASM] ### 2. Database start (please have a look at the alert and agent log files. The database has been started successfully, but afterwards during resource check killed by the agent): oracle@node1:~/ [+ASM] srvctl start database -d DB101 PRCR-1079 : Failed to start resource ora.db101.db CRS-5011: Check of resource "DB101" failed: details at "(:CLSN00007:)" in "/u00/app/oracle/product/grid/11.2.0.1/log/node1/agent/ohasd/oraagent_oracle/o raagent_oracle.log" CRS-2674: Start of 'ora.db101.db' on 'node1' failed oracle@node1:~/ [+ASM]

原因

  Oracle 开发确认了Oracle Restart仅用于管理单实例(非RAC) 11.2 Oracle 产品。  

解决方案

不要使用'Oracle Restart' 来管理非11.2 单实例Oracle 源 (数据库实例,等)。 为此创建了一个文档bug,所以这会在未来的文档中被明确。 参考 BUG:9025011 - PRCR-1079,CRS-5011,CRS-2674 WHEN USING 'ORACLE RESTART' ON 10.1 DATABASE