oracle ORA-01180 ORA-01110(rman恢復問題)
restore恢復不出來
ORA-01180:can not create datafile 1
ORA-01110:data file 1:'+data/fcr51/datafile/system01.dbf'
可能性:
1.備份片中無可用備份(no backups available for use)
2.當前的化身(Incarnation)未正確設定,
2的發生原因可能是,catalog歸檔日誌時,把不相關的歸檔日誌catalog了,Oracle從歸檔日誌中自動探測到
incarnation資訊,並重置incarnation,從而導致恢復報錯。
解決:
list incarnation of database;
要恢復22年5月5日的2號化身(Incarnation)
RMAN> reset database to incarnation 2;
RMAN> list backup of datafile 1;
來自 “ ITPUB部落格 ” ,連結:https://blog.itpub.net/69980685/viewspace-3001501/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RMAN資料庫恢復異常報錯ORA-01180資料庫
- Oracle RMAN恢復測試Oracle
- Oracle RMAN 表空間恢復Oracle
- Oracle 備份恢復篇之RMAN catalogOracle
- ORACLE DG從庫 Rman備份恢復Oracle
- Oracle 12C新特性-RMAN恢復表Oracle
- RMAN增量恢復
- 一次rman恢復引起的nologging問題模擬
- 【RMAN】Oracle12c以後rman 備份恢復命令參考Oracle
- RMAN恢復實踐
- ORACLE 11.2.0.4 RAC RMAN異機恢復之ORA-15001Oracle
- NBU恢復Oracle通道完成後RMAN沒有進度Oracle
- RMAN恢復之RMAN-06555處理
- rman 增量備份恢復
- RMAN備份恢復技巧
- Oracle9i RMAN 的優缺點及RMAN 備份及恢復步驟Oracle
- Windows oracle 11g rman備份恢復到linux系統WindowsOracleLinux
- 查詢RMAN恢復進度
- RMAN備份異機恢復
- oracle ora-600[2662]問題分析及異常恢復Oracle
- RMAN備份恢復典型案例——異機恢復未知DBID
- Oracle Rman多通道故障轉移問題分析Oracle
- RMAN備份恢復效能優化優化
- 在rman恢復中incarnation的概念
- RMAN備份與恢復測試
- G017-ORACLE-MIGRATION-01 RMAN備份異機不完全恢復Oracle
- 【RMAN】Oracle12c之後,rman備份Dataguard備端恢復可能出現邏輯錯誤Oracle
- NBU恢復oracleOracle
- rman備份異機恢復(原創)
- RMAN備份恢復典型案例——RMAN備份&系統變慢
- RMAN restore fails with ORA-01180: can not create datafile 1 (文件 ID 1265151.1)RESTAI
- Oracle案例12——NBU Oracle恢復Oracle
- oracle I_OBJ4 ORA-8102問題分析及異常恢復OracleOBJ
- 【RMAN】在多租戶環境下的RMAN備份及恢復
- 12 使用RMAN備份和恢復檔案
- RMAN備份恢復典型案例——ORA-00245
- oracle冷備恢復Oracle
- oracle 異機恢復Oracle