Unable To Open Database After ASM Upgrade From Release 11.1 To Release 11.2
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>sqlplus
SQL*Plus: Release 11.1.0.6.0 - Production on Wed Apr 7 15:49:33 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+ORADATA_DBAT/dbat/spfiledbat.ora'
ORA-17503: ksfdopn:2 Failed to open file +ORADATA_DBAT/dbat/spfiledbat.ora
ORA-15077: could not locate ASM instance serving a required diskgroup
The 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.ocr
local_only=TRUE
It should point to the new 11.2 Grid Oracle Home:
ocrconfig_loc=/u01/app/oracle/product/11.2.0/grid/cdata/localhost/local.ocr
local_only=TRUE
Note: On Linux the ocr.loc file is located at: /etc/oracle/ocr.loc.
Please 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.ocr
local_only=TRUE
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15880878/viewspace-723007/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [轉]How to release space from databaseDatabase
- How To Upgrade ASM from 10.2 to 11.1 (RAC)ASM
- How to release space from database( in other words: resize datafile ) (zt)Database
- How to release space from database( in other words: resize datafile ) 【zt】Database
- Oracle® Database Error Messages 11g Release 2 (11.2)OracleDatabaseError
- Major Database Release Number (22)Database
- Upgrade Advisor: Database from 10.2 to 11.2 (文件 ID 251.1)Database
- ORA-15183 Unable to Create Database on Server using 11.2 ASMDatabaseServerASM
- Oracle 11g Release 1 (11.1) Data Pump 技術Oracle
- [轉]Important ASM changes in 11g Release 2ImportASM
- Identifying Your Oracle Database Software Release (21)IDEOracleDatabase
- Duplicate Database from ASM to Non- ASM Database Using RMANDatabaseASM
- Upgrade Oracle Database from 10.2.0.1 to 11.2.0.4OracleDatabase
- 1 Oracle Database Release 20c New FeaturesOracleDatabase
- Partitioning Enhancements in Oracle Database 11g Release 1OracleDatabase
- Oracle Database 11g Release 2 RAC On LinuxOracleDatabaseLinux
- Transparent Data Encryption (TDE) in Oracle 10g Database Release 2Oracle 10gDatabase
- ORA-29701 from 10.2 DB after ASM upgraded to 11.2 in HP-UX Itanium_1323826.1ASMUX
- 11g Release 2 (11.2) for IBM AIX on POWER Systems (64-Bit)IBMAI
- Highly Available IP (HAIP) FAQ for Release 11.2 (文件 ID 1664291.1)AI
- Read-Only Tables in Oracle Database 11g Release 1OracleDatabase
- APPEND_VALUES Hint in Oracle Database 11g Release 2APPOracleDatabase
- [轉帖]Release Schedule of Current Database Releases (Doc ID 742060.1)Database
- RMAN Duplicate Database From RAC ASM To RAC ASM [ID 461479.1]DatabaseASM
- Duplicate database from non ASM to ASM to a different host [ID 382669.1]DatabaseASM
- Unable To Create Database Using ASM ORA-15055DatabaseASM
- Postgresql 9.2.0 版本releaseSQL
- 1 Oracle Database 11g Release 2 (11.2.0.4) New FeaturesOracleDatabase
- How to move ASM database files from one diskgroup to anotherASMDatabase
- DUPLICATE (Backup based) DATABASE from non ASM to ASM to different host_382669.1DatabaseASM
- Using Oracle Database 11g Release 2 Result Cache in an Oracle RAC EnvironmentOracleDatabase
- flutter release版編譯Flutter編譯
- 安裝 epel-release
- Android soundpool release卡住Android
- WIP 更改 release_date
- dubbogo v0.2 releaseGo
- JBoss EJB 3.0 Preview ReleaseView
- ubuntu apt update 提示 The repository ‘http://xxx Release‘ does not have a Release fileUbuntuAPTHTTP