Oracle之Rman常見錯誤
Oracle之Rman常見錯誤
===========================================================
RMAN-05501: aborting duplication of target database
原因:在初始化引數裡沒設定引數有問題
處理辦法:
認真檢查初始化檔案,看有沒有少什麼標點之類的
===========================================================
RMAN-06024: no backup or copy of the control file found to restore
原因:沒有備份控制檔案
處理辦法:
先去備份控制檔案
===========================================================
ORA-19502: write error on file "/backup/testdb1/rman/testdb1_full_22pnh0ea_1_1", block number 14976 (block size=8192)
ORA-27072: File I/O error
原因:磁碟錯誤
處理辦法:df -h檢視空間是不是滿了。
===========================================================
ORA-00202: control file: '/app/oracle/fast_recovery_area/testdb1/control02.ctl'
直接從備份集中恢復:
RMAN> restore controlfile from '/backup/testdb1/testdb1_control_bak_20141113';
Starting restore at 2014-11-13 15:19:40
using channel ORA_DISK_1
channel ORA_DISK_1: restoring control file
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
output file name=/app/oracle/oradata/testdb1/control01.ctl
output file name=/app/oracle/fast_recovery_area/testdb1/control02.ctl
Finished restore at 2014-11-13 15:19:42
RMAN>
===========================================================
ORA-01180: can not create datafile 1 ORA-01110: data file 1: '/app/oracle/oradata/testdb1/system01.d
原因:未知
處理辦法:重新註冊備份集
RMAN> catalog start with '/backup/testdb1/';
RMAN> restore database;
RMAN> recover database;
SQL> alter database open resetlogs;
===========================================================
===========================================================
RMAN-05501: aborting duplication of target database
原因:在初始化引數裡沒設定引數有問題
處理辦法:
認真檢查初始化檔案,看有沒有少什麼標點之類的
===========================================================
RMAN-06024: no backup or copy of the control file found to restore
原因:沒有備份控制檔案
處理辦法:
先去備份控制檔案
===========================================================
ORA-19502: write error on file "/backup/testdb1/rman/testdb1_full_22pnh0ea_1_1", block number 14976 (block size=8192)
ORA-27072: File I/O error
原因:磁碟錯誤
處理辦法:df -h檢視空間是不是滿了。
===========================================================
ORA-00202: control file: '/app/oracle/fast_recovery_area/testdb1/control02.ctl'
直接從備份集中恢復:
RMAN> restore controlfile from '/backup/testdb1/testdb1_control_bak_20141113';
Starting restore at 2014-11-13 15:19:40
using channel ORA_DISK_1
channel ORA_DISK_1: restoring control file
channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
output file name=/app/oracle/oradata/testdb1/control01.ctl
output file name=/app/oracle/fast_recovery_area/testdb1/control02.ctl
Finished restore at 2014-11-13 15:19:42
RMAN>
===========================================================
ORA-01180: can not create datafile 1 ORA-01110: data file 1: '/app/oracle/oradata/testdb1/system01.d
原因:未知
處理辦法:重新註冊備份集
RMAN> catalog start with '/backup/testdb1/';
RMAN> restore database;
RMAN> recover database;
SQL> alter database open resetlogs;
===========================================================
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1331410/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 常見錯誤Oracle
- django之sqlite3常見錯誤DjangoSQLite
- MySQL 常見錯誤MySql
- Jdbc連線Oracle常見錯誤彙總JDBCOracle
- php之ZendFramewor篇(四)常見錯誤資訊PHP
- Go 常見錯誤集錦 | 字串底層原理及常見錯誤Go字串
- Go常見錯誤集錦 | 字串底層原理及常見錯誤Go字串
- 常見的web錯誤Web
- mysql replication常見錯誤MySql
- AndroidStudio之NDK常見編譯錯誤Android編譯
- MySQL 安裝常見錯誤MySql
- mysql8 常見錯誤MySql
- 常見的錯誤 SQL 用法SQL
- MySQL Replication常見錯誤整理MySql
- Hadoop常見錯誤2Hadoop
- opencv 編譯常見錯誤OpenCV編譯
- oracle 19c rac打補丁常見錯誤Oracle
- Oracle 常見的錯誤問題及解決方法Oracle
- ORACLE 異常錯誤 錯誤號大全Oracle
- Go常見錯誤第15篇:interface使用的常見錯誤和最佳實踐Go
- ORACLE常見錯誤程式碼的分析與解決(轉)Oracle
- 8種常見SQL錯誤用法SQL
- 搭建github部落格常見錯誤Github
- 變數命名以及常見錯誤變數
- Mysql:1236常見錯誤MySql
- Shell:常見錯誤總結(一)
- 常見的 PostgreSQL 升級錯誤SQL
- 常見 HTTP 錯誤程式碼大全HTTP
- MySql 常見錯誤程式碼大全MySql
- js作用域的常見錯誤JS
- 安裝RAC常見小錯誤
- GoldenGate 常見錯誤分析(二)Go
- Mac下php常見錯誤資訊MacPHP
- PHP編譯安裝時常見錯誤解決辦法,php編譯常見錯誤PHP編譯
- go語言初學者常見錯誤Go
- PCB原理圖設計常見錯誤
- 常見的授權錯誤及原因
- 常見的錯誤日誌型別型別