設定路徑找到自動備份的控制檔案
C:\Documents and Settings\Paul Yi>rman target /
Recovery Manager: Release 9.2.0.4.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
connected to target database: PUBTEST (DBID=792660220)
RMAN> startup force nomount
Oracle instance started
Total System Global Area 101785252 bytes
Fixed Size 454308 bytes
Variable Size 75497472 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
RMAN> restore controlfile from autobackup;
Starting restore at 26-FEB-08
using target database controlfile instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=11 devtype=DISK
channel ORA_DISK_1: looking for autobackup on day: 20080226
channel ORA_DISK_1: looking for autobackup on day: 20080225
channel ORA_DISK_1: looking for autobackup on day: 20080224
channel ORA_DISK_1: looking for autobackup on day: 20080223
channel ORA_DISK_1: looking for autobackup on day: 20080222
channel ORA_DISK_1: looking for autobackup on day: 20080221
channel ORA_DISK_1: looking for autobackup on day: 20080220
channel ORA_DISK_1: no autobackup in 7 days found
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 02/26/2008 14:52:33
RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
RMAN> set controlfile autobackup format for device type disk to 'd:\backup\%F'; --這句話就是
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
RMAN> restore controlfile from autobackup;
Starting restore at 26-FEB-08
using channel ORA_DISK_1
channel ORA_DISK_1: looking for autobackup on day: 20080226
channel ORA_DISK_1: autobackup found: d:\backup\c-792660220-20080226-0a
channel ORA_DISK_1: controlfile restore from autobackup complete
replicating controlfile
input filename=D:\ORACLE\ORADATA\PUBTEST\CONTROL01.CTL
output filename=D:\ORACLE\ORADATA\PUBTEST\CONTROL02.CTL
output filename=D:\ORACLE\ORADATA\PUBTEST\CONTROL03.CTL
Finished restore at 26-FEB-08
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-195785/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【備份恢復】 控制檔案多路徑
- 從控制檔案自動備份還原引數檔案
- UltraEdit設定不自動備份檔案的方法
- oracle 控制檔案及引數檔案何時自動備份Oracle
- 控制檔案自動備份報錯併產生TRACE檔案
- rman給歸檔指定備份位置;庫先備份盤同時到帶庫;更改控制檔案自備路徑;時間點的恢復
- 備份之控制檔案備份
- 備份控制檔案
- 開啟 控制檔案自動備份下,引數檔案、控制檔案全部丟失恢復
- win10系統如何設定自動備份資料檔案Win10
- [重慶思莊每日技術分享]-RMAN修改控制檔案自動備份路徑報錯RMAN-06492
- 11G新特性-控制檔案延遲自動備份
- [Rman]Oracle 11g控制檔案延遲自動備份Oracle
- oracle11g控制檔案自動備份延遲特性Oracle
- gitlab自動定時備份檔案,備份失敗傳送郵件Gitlab
- 自動備份檔案到GITHUB的方法Github
- RMAN相容性、控制檔案自動備份、儲存時間、備份策略、備份指令碼(二)指令碼
- 11g中關於控制檔案自動備份的改進
- 【備份恢復】利用 備份控制檔案到指定目錄下的控制檔案 恢復控制檔案
- [重慶思莊每日技術分享]-控制檔案自動備份
- 用友U8設定了自動備份,備份失效
- office for mac的自動恢復檔案的路徑Mac
- Oracle設定多個歸檔路徑生成多份歸檔日誌,Rman備份時也只備份其中的一份歸檔日誌Oracle
- 【RMAN】Oracle中如何備份控制檔案?備份控制檔案的方式有哪幾種?Oracle
- 使用舊的控制檔案備份來恢復控制檔案
- shell 備份檔案指令碼+自動清理指令碼
- oracle11g 新特性 - rman自動備份控制檔案延遲Oracle
- 控制檔案重建以及備份
- java配置檔案設定絕對路徑Java
- 為WinDbg設定符號檔案路徑符號
- WinRAR自動備份檔案功能的使用方法
- ORACLE_備份恢復_RMAN相關內容(控制檔案在閃回區中的自動備份)Oracle
- 怎麼設定spyder檔案的儲存路徑?
- 利用備份的控制檔案恢復
- 控制檔案的備份和恢復
- 沒有自動備份的情況下控制檔案全部丟失的恢復
- 設定自動匯出(exp)備份指令碼指令碼
- 【備份】RMAN中對控制檔案的幾種備份方法