After upgrade the ASM instance from release 11.1 to release 11.2 existing database is unable to start/open due to the next error:/u01/app/Oracle/product/11.1.0/dbs>sqlplusSQL*Plus: Release 11.1.0.6.0 - Production on Wed Apr 7 15:49:33 2010Copyright (c) 1982, 2007, Oracle. All rights reserved.Enter user-name: / as sysdbaConnected to an idle instance.SQL> startupORA-01078: failure in processing system parametersORA-01565: error in identifying file "+ORADATA_DBAT/dbat/spfiledbat.ora"ORA-17503: ksfdopn:2 Failed to open file +ORADATA_DBAT/dbat/spfiledbat.oraORA-15077: could not locate ASM instance serving a required diskgroupCauseThe ocrconfig_loc variable in the /var/opt/oracle/ocr.loc file was still pointing to previous the ASM 11gR1 Oracle Home:ocrconfig_loc=/u01/app/oracle/product/11.1.0/cdata/localhost/local.ocrlocal_only=TRUEIt should point to the new 11.2 Grid Oracle Home:ocrconfig_loc=/u01/app/oracle/product/11.2.0/grid/cdata/localhost/local.ocrlocal_only=TRUENote: On Linux the ocr.loc file is located at: /etc/oracle/ocr.loc.SolutionPlease update the /var/opt/oracle/ocr.loc file with the next entries:ocrconfig_loc=/u01/app/oracle/product/11.2.0/grid/cdata/localhost/local.ocrlocal_only=TRUEHow To Upgrade ASM from 10.2 to 11.1 (RAC)RedHat 5.4 Oracle RAC 数据库 从10.2.0.1升级到 10.2.0.4相关资讯 Oracle教程
- Oracle中纯数字的varchar2类型和 (07/29/2015 07:20:43)
- Oracle教程:Oracle中查看DBLink密 (07/29/2015 07:16:55)
- [Oracle] SQL*Loader 详细使用教程 (08/11/2013 21:30:36)
| - Oracle教程:Oracle中kill死锁进程 (07/29/2015 07:18:28)
- Oracle教程:ORA-25153 临时表空间 (07/29/2015 07:13:37)
- Oracle教程之管理安全和资源 (04/08/2013 11:39:32)
|
本文评论 查看全部评论 (0)