failed to establish dependency between database GERP and diskgroup resource
....
Post SMON to start 1st pass IR
Submitted all GCS remote-cache requests
Post SMON to start 1st pass IR
Reconfiguration complete
ORACLE_BASE from environment = /u01/app/oracle
Wed Sep 11 12:30:38 2013
ALTER DATABASE MOUNT
NOTE: Loaded library: System
SUCCESS: diskgroup DATA was mounted
ERROR: failed to establish dependency between database GERP and diskgroup resource ora.DATA.dg
ORA-1079 signalled during: ALTER DATABASE MOUNT...
Wed Sep 11 12:30:47 2013
SUCCESS: diskgroup DATA was dismounted
查了Metalink , 可能是bug (ID 1474954.1), 查詢其他論壇或部落格上的文章 ,重新啟動另外一個共享ASM diskgroup的資料庫例項即可 (參考http://yangtingkun.itpub.net/post/468/523429)。
------------
Metalink的描述:
Alert logfile of the database shows the error as follows:-
ERROR: failed to establish dependency between database
This error is harmless.
Documented in Bug 8304720
Abstract: ERROR: FAILED TO ESTABLISH DEPENDENCY BETWEEN DB & DISKGROUP
This is an internal BUG.
The db-dg dependency will be created later on if the diskgroup is used by the db again; the dependency can also be created manually through cmdline tool.
Automatically it will resolve itself later on when the db tries to use the diskgroup. Or we can manually establish the dependancy through any command line utility.
For establishing dependencies between database and diskgroups, please use DB home owner running srvctl from DB home with
$ srvctl modify database -d
For example:
$ srvctl modify database -d db112 -a "DATA,FRA"
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-772556/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ERROR: failed to establish dependency between database db_name and diskgroupErrorAIDatabase
- 【RAC】failed to online diskgroup resource ora.GI.dgAI
- ALERT.LOG for ASM Shows "WARNING: failed to online diskgroup resource ora.GI.dgASMAI
- Oracle Database Resource ManagerOracleDatabase
- open failed: EBUSY (Device or resource busy)AIdev
- Step 2: Establish the Database Administrator Authentication Method (60)Database
- Android resource linking failedAndroidAI
- Start of resource “ora.asm -init” failed -ASMAI
- How to Restore the Database Using AMDU after Diskgroup CorruptionRESTDatabase
- How to move ASM database files from one diskgroup to anotherASMDatabase
- ASM Diskgroup Can Not Be Shown When Creating Database With DBCAASMDatabase
- ORA-38760: This database instance failed to turn on flashback databaseDatabaseAI
- device-mapper create ioctl failed: Device or resource busydevAPPAI
- CRS-2765: Resource 'ora.crsd' has failed on serverAIServer
- CRS-1205:Auto-start failed for the CRS resourceAI
- 小米系列真機除錯程式碼時遇到小米系列手機除錯Installation failed with message Failed to establish session除錯AISession
- Failed to shutdown database console gracefullyAIDatabase
- 資料庫資源管理器(Database Resource Manager)資料庫Database
- ORA-38760: This database instance failed to turn on flashback database 第三篇DatabaseAI
- ORA-38760: This database instance failed to turn on flashback database 錯誤解決DatabaseAI
- ERROR:Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODINGErrorAIEncoding
- PRCR-1079 : Failed to start resource ora.scan1.vipAI
- [渲染層網路層錯誤] Failed to load local font resource ?AI
- Resource Manager Enhancements in Oracle Database 11g (文件 ID 884082.1)OracleDatabase
- SQLBackupAndFTP12.0 failed to backup database with full backup typeSQLFTPAIDatabase
- ORA-16047: DGID mismatch between destination setting and target databaseDatabase
- Oracle OCP 1Z0-053 Q99(database resource plan)OracleDatabase
- root script (root.sh or rootupgrade.sh) Failed to start resource ora.onsAI
- 用匯入匯出誇平臺遷移所有資料( Move a Database Between Platforms)DatabasePlatform
- DBMS_FILE_TRANSFER package which provides an API for copying binary files between database serversPackageIDEAPIDatabaseServer
- [Javascript] Circular dependencyJavaScript
- How to find dependency
- ANS9201W LAN-free path failed. AND ANS5216E Could not establish a TCP/IP解決方法AITCP
- 檢視資料庫系統instance與database、service以及resource的字典資訊資料庫Database
- Diffrence Between delete and truncatedelete
- length() between oracle and postgresqlOracleSQL
- Relationship between BAPI and RFCAPI
- vue 踩坑-This dependency was not foundVue