ORA-19573: cannot obtain exclusive enqueue for datafile XXX 解決方法
ORA-19573: cannot obtain exclusive enqueue for datafile XXX 解決方法
一個朋友說自己使用RMAN進行恢復datafile 3,出現ORA-19573,不能正常恢復。與朋友溝通,朋友執行恢復的時候,竟還有例項處於OPEN狀態。把所有例項mount後,恢復成功
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 07/26/2013 11:45:33
ORA-19870: error while restoring backup piece /rman/backup/data/level0_RACDB_93_1_2tofn3hn_20130726.bak
ORA-19573: cannot obtain exclusive enqueue for datafile 3
[oracle@racdb 2 rman]$ oerr ora 19573
19573, 00000, "cannot obtain %s enqueue for datafile %s"
// *Cause: The file access enqueue could not be obtained for a file
// specified in a backup, copy or restore operation.
// If the enqueue type shown is 'shared', then the file is the
// input file for a backup or copy. If the type is 'exclusive', then
// the file is the output file for a datafile copy or restore which
// is attempting to overwrite the currently active version of that
// file - in this case, the file must be offline or the database must
// be closed. If the type is 'read-only', then you are attempting
// to back up or copy this file while the database is in NOARCHIVELOG
// mode.
// *Action: Wait until the conflicting operation is complete, then retry
// the copy or backup. If the database is in NOARCHIVELOG mode, then
// all files being backed up must be closed cleanly.
解決方法:所有例項mount狀態下執行恢復!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-767331/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- cannot mount database in EXCLUSIVE modeDatabase
- ORA-01102: cannot mount database in EXCLUSIVE mode 的解決辦法Database
- cannot allocate new log 的解決方法
- xxx is not translated in yyy, zzz 的解決方法
- Cannot find SS.INI file for user *** 解決方法
- Android Studio 顯示Cannot resolve symbol 'XXX'的解決方式AndroidSymbol
- com.alibaba.fastjson.JSONObject cannot be cast to XXX異常解決ASTJSONObject
- xxx cannot be resolved to a type
- ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- ORA-01102 cannot mount database in EXCLUSIVE modeDatabase
- Host 'xxx' is not allowed to connect to this MySQL server 解決方法MySqlServer
- Bug 4872999 - RAC instance cannot get global enqueueENQ
- [Oracle] ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- 解決 Cannot find OpenSSL's
- zt_enqueue:HW問題分析與解決ENQ
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- 關於ORA-01102: cannot mount database in EXCLUSIVE modeDatabase
- Oracle ORA-01102故障: cannot mount database in EXCLUSIVE modeOracleDatabase
- 異常資訊解決:Could not obtain transaction-synchronized Session for current threadAIsynchronizedSessionthread
- Could not obtain transaction-synchronized Session for current thread原因及解決方案AIsynchronizedSessionthread
- Dynamics CRM the field cannot be deleted because it is used in one or more process的解決方法delete
- ORA-01552: cannot use system rollback錯誤解決方法
- RAC 11.2.0.3 ORA-01102: cannot mount database in EXCLUSIVE mode”Database
- 使用req.session.xxx時出現 Cannot set property ‘xxxx‘ of undefinedSessionUndefined
- xxx is not in the sudoers file.This incident will be reported.的解決方法IDE
- vue Cannot find module @/xxx/xxx.ts or its corresponding typeVue
- Vue Router Cannot find module 'XXX.vue'Vue
- PHP動態編譯出現Cannot find autoconf的解決方法PHP編譯
- 解決“su: cannot open session: Permission denied”Session
- could not autowire. No beans of 'xxxx' 問題解決Bean
- 解決cannot find module providing package或cannot find main modulePackageAI
- RMAN備份時出現RMAN-06056: could not access datafile 6 錯誤,解決方法!!
- 表結構遷移檔案Identifier name 'xxxxxx' is too long解決IDE
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- Jquery DataTables解決 Cannot reinitialise DataTable 問題jQuery
- ImportError: cannot import name ‘imresize‘解決辦法ImportError
- Oracle 11g RAC ORA-01102: cannot mount database in EXCLUSIVE modeOracleDatabase
- pycharm環境,命令列執行提示:ImportError: No module named xxx 解決方法PyCharm命令列ImportError