rman不良ブロックをスキップしてデータリカバリを行う
AD:2013ビッグデータグローバル技術サミットコースPPTダウンロード
場合によっては、rmanバックアップが1つしかありませんが、この場合、rmanバックアップに不良ブロックが発生し、リストア/リカバリ作業が継続できず、データが大量に失われます.event 19548/19549を設定することで、不良ブロックをスキップし、データを最大限に救出することができます.
rmanバックアップデータファイル
C:\Users\XIFENFEI>rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jun 6 20:31:19 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: XIFENFEI (DBID=1422012639)
RMAN> backup tablespace users format 'f:/users_bak.rman';
Starting backup at 06-JUN-13
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=197 device type=DISK
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00004name=E:\ORACLE\ORADATA\XIFENFEI\USERS01.DBF
channel ORA_DISK_1: starting piece 1 at 06-JUN-13
channel ORA_DISK_1: finished piece 1 at 06-JUN-13
piece handle=F:\USERS_BAK.RMAN tag=TAG20130606T203154comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:03
Finished backup at 06-JUN-13
アーカイブログの切り替え
SQL> alter system switch logfile;
System altered.
SQL> /
System altered.
SQL> /
System altered.
SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination E:\oracle\product\11.2.0\dbhome_1\RDBMS
Oldest online log sequence 95
Next log sequence to archive 97
Current log sequence 97
データファイルの名前変更
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
--------------------------------------
e:\oracle\oradata\XIFENFEI>move USERS01.DBF USERS01_bak.DBF
1 。
--------------------------------------
SQL> startup
ORACLE instance started.
Total System Global Area 418484224 bytes
Fixed Size 1385052 bytes
Variable Size 327159204 bytes
Database Buffers 83886080 bytes
Redo Buffers 6053888 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
ORA-01110: data file 4: 'E:\ORACLE\ORADATA\XIFENFEI\USERS01.DBF'
1
2
3
4
次ページ>>
コンテンツナビゲーション
第1页:rmanバックアップデータファイル
第2ページ:バックアップセットを破壊する
3ページ目:正常に復元されたデータファイルを観察する
第4页:rman复元データファイル
原文:rman不良ブロックをスキップしてデータ復旧(1)
OSのトップページに戻る