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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 1 Oracle Database Release 20c New FeaturesOracleDatabase
- [轉帖]Release Schedule of Current Database Releases (Doc ID 742060.1)Database
- Oracle 19c Concepts(00):Changes in This Release for Oracle Database ConceptsOracleDatabase
- Automatic Diagnostic Repository (ADR) in Oracle Database 11g Release 1 (ADRCI)OracleDatabase
- ubuntu apt update 提示 The repository ‘http://xxx Release‘ does not have a Release fileUbuntuAPTHTTP
- Android soundpool release卡住Android
- 安裝 epel-release
- TiDB RC4 ReleaseTiDB
- TiDB 2.1 GA Release NotesTiDB
- TiDB RC3 ReleaseTiDB
- dubbogo v0.2 releaseGo
- WIP 更改 release_date
- debug 和 release 應用
- Nebula Graph 1.0 Release Note
- flutter release版編譯Flutter編譯
- 資料庫12.2.0.1新變化RU(Release Updates)和RUR(Release Update Revisions)資料庫
- DBLE 新版本 2.18.12.0 Release
- TiDB 2.0 RC1 ReleaseTiDB
- Debug和Release的區別
- QT release 生成除錯符合QT除錯
- SpringBoot 2.1.1.RELEASE 整合MyBatisSpring BootMyBatis
- WeihanLi.Npoi 1.14.0 Release Notes
- How to debug release mode program in visual studio
- CentOS Linux release 7磁碟擴容CentOSLinux
- Maven Release釋出指南---Git版MavenGit
- WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
- 如何除錯程式的 Release 版本除錯
- How to build your custom release bazel version?UI
- Poor Performance On Certain Dictionary Queries After Upgrade To 10gORMAI
- flutter 釋出release版的流程(android)FlutterAndroid
- SQLServer2017_Install_for_CentOS Linux release 7.5SQLServerCentOSLinux
- oracle 12c release 2 安裝Oracle
- 安全的清理Debug Release資料夾
- C# Debug和release判斷用法C#
- OpenHarmony v3.1 Release版本釋出
- 利用github Actions釋出npm和releaseGithubNPM
- 官宣 .NET 6 RC (Release Candidate) 2
- Apache Doris 1.2.2 Release 版本正式釋出Apache
- VS設定release版本可除錯除錯