用10.2.0.1RMAN全備恢復10.2.0.4資料庫,透過
用10.2.0.1RMAN全備恢復10.2.0.4資料庫,透過RESTOREBACKUPPIECE,APPLYBACKUPPIECE解決
1.升級備份伺服器的資料庫到10.2.0.4
2.透過FTP把生產資料庫(10.2.0.1 RAC)的RMAN的full backupset全部copy 到備份資料庫上。
3.rman target / nocatalog
4.startup nomount
5.restore controlfile from 'file_path';(從生產庫考過來那個控制檔案的backupset);
6.檢查RMAN的配置資訊:
$ rman target / nocatalog
Recovery Manager: Release 10.2.0.4.0 - Production on Fri Jun 20 16:45:40 2008
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: BAAN (DBID=3872779959, not open)
using target database control file instead of recovery catalog
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/RAC_BACKUP/%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/RAC_BACKUP/%U';
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/ora/app/oracle/oracle/product/10.2.0/db_1/dbs/snapcf_baan.f'; # default
[@more@]
2.透過FTP把生產資料庫(10.2.0.1 RAC)的RMAN的full backupset全部copy 到備份資料庫上。
3.rman target / nocatalog
4.startup nomount
5.restore controlfile from 'file_path';(從生產庫考過來那個控制檔案的backupset);
6.檢查RMAN的配置資訊:
$ rman target / nocatalog
Recovery Manager: Release 10.2.0.4.0 - Production on Fri Jun 20 16:45:40 2008
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: BAAN (DBID=3872779959, not open)
using target database control file instead of recovery catalog
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/RAC_BACKUP/%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/RAC_BACKUP/%U';
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/ora/app/oracle/oracle/product/10.2.0/db_1/dbs/snapcf_baan.f'; # default
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10748419/viewspace-1009365/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 直接透過備份恢復資料庫資料庫
- 【資料庫資料恢復】透過恢復NDF檔案修復資料庫的資料恢復過程資料庫資料恢復
- rman資料庫全庫備份與恢復資料庫
- 【資料庫資料恢復】透過資料頁恢復Sql Server資料庫資料的過程資料庫資料恢復SQLServer
- 伺服器資料恢復—透過拼接資料庫碎片恢復SqlServer資料庫資料的資料恢復案例伺服器資料恢復資料庫SQLServer
- 透過rman全庫備份遷移資料庫資料庫
- 利用rman全備恢復刪除的資料庫資料庫
- 【備份恢復】從備份恢復資料庫資料庫
- 透過RMAN進行資料庫恢復(step by step)資料庫
- rman 全庫恢復asm資料庫ASM資料庫
- MySQL 透過 binlog 恢復資料MySql
- 歸檔模式下資料庫全恢復的過程模式資料庫
- 資料庫恢復過程資料庫
- oracle 資料庫全庫恢復實驗Oracle資料庫
- 如何恢復在全備後新增了資料檔案的資料庫資料庫
- 備份與恢復:polardb資料庫備份與恢復資料庫
- 【Mysql】如何透過binlog恢復資料MySql
- 【備份恢復】noarchive模式下使用增量備份恢復資料庫Hive模式資料庫
- 資料庫資料的恢復和備份資料庫
- 一次無備份、非歸檔資料庫斷電恢復的全過程資料庫
- 通過duplicat恢復資料庫資料庫
- DUL恢復資料庫過程資料庫
- 達夢資料庫備份恢復資料庫
- Oracle資料庫冷備和恢復Oracle資料庫
- postgresql備份與恢復資料庫SQL資料庫
- mongo資料庫備份與恢復Go資料庫
- 資料庫的備份與恢復資料庫
- Informix資料庫備份與恢復ORM資料庫
- 備份和恢復postgreSQL資料庫SQL資料庫
- 資料庫異機冷備恢復資料庫
- Mysql資料庫備份及恢復MySql資料庫
- rman恢復資料庫--用備份的控制檔案資料庫
- 只存在RMAN備份片的資料庫恢復過程資料庫
- 【備份恢復】RMAN catalog 恢復目錄資料庫資料庫
- ORACLE中採用rman備份異機恢復資料庫詳細過程Oracle資料庫
- 如何透過rman的增量備份恢復dataguard中standby端的資料
- 一次無備份、非歸檔資料庫斷電恢復的全過程 [轉]資料庫
- SqlServer資料庫恢復備份資料的方法SQLServer資料庫