Oracle OCP 1Z0-053 Q486(Rman Validate)
486.You execute the following Recovery Manager (RMAN) commands in (he following order:
BACKUP VALIDATE DATABAE
RECOVER CORRUPTION LIST;
Which (two tasks are performed by these commands? (Choose two.)
A. Repair the corrupted blocks. If any. In the backup created.
B. Populate V$COPV_CORRUPTION with names of files that have corrupted blocks-
C. Back up the database after checking whether array of the files have corrupted blocks.
D. Discover any corrupt blocks that are viewable with the V$DATABASE_BLOCK_CORBUPTION view.
E. Repair all corrupted blocks that have been logged in the V$DATABASE_BLOCK_ CORRUPTION
Answer: DE
參考:http://blog.csdn.net/rlhua/article/details/20452501
RMAN populates theV$DATABASE_BLOCK_CORRUPTION view with any corruptions that it finds.
You can either use RECOVER CORRUPTION LIST to recover all blocks reported in the V$DATABASE_BLOCK_CORRUPTION view,
RMAN> backup validate database;
啟動 backup 於 22-3月 -16
使用通道 ORA_DISK_1
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
輸入資料檔案: 檔案號=00003 名稱=E:\APP\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
輸入資料檔案: 檔案號=00001 名稱=E:\APP\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
輸入資料檔案: 檔案號=00005 名稱=E:\APP\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
輸入資料檔案: 檔案號=00007 名稱=E:\APP\ORACLE\ORADATA\ORCL\RCAT_TS.DBF
輸入資料檔案: 檔案號=00006 名稱=E:\APP\ORACLE\ORADATA\ORCL\USERS01.DBF
通道 ORA_DISK_1: 備份集已完成, 經過時間:00:00:55
資料檔案列表
=================
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
1 OK 0 17749 103683 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 67582
索引 0 14003
其他 0 4346
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
3 OK 0 26507 110084 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 24374
索引 0 17155
其他 0 42044
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
5 OK 0 1 82621 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 0
索引 0 0
其他 0 82559
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
6 OK 0 17 642 2726069
檔名: E:\APP\ORACLE\ORADATA\ORCL\USERS01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 30
索引 0 5
其他 0 588
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
7 OK 0 1153 1920 2980188
檔名: E:\APP\ORACLE\ORADATA\ORCL\RCAT_TS.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 170
索引 0 87
其他 0 510
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
備份集內包括當前控制檔案
備份集內包括當前的 SPFILE
通道 ORA_DISK_1: 備份集已完成, 經過時間:00:00:01
控制檔案和 SPFILE 的列表
===============================
檔案型別 狀態 失敗的塊 已檢查的塊
------------ ------ -------------- ---------------
SPFILE OK 0 2
控制檔案 OK 0 612
完成 backup 於 22-3月 -16
RMAN> recover corruption list;
啟動 recover 於 22-3月 -16
使用通道 ORA_DISK_1
正在開始介質的恢復
介質恢復完成, 用時: 00:00:00
完成 recover 於 22-3月 -16
RMAN>
BACKUP VALIDATE DATABAE
RECOVER CORRUPTION LIST;
Which (two tasks are performed by these commands? (Choose two.)
A. Repair the corrupted blocks. If any. In the backup created.
B. Populate V$COPV_CORRUPTION with names of files that have corrupted blocks-
C. Back up the database after checking whether array of the files have corrupted blocks.
D. Discover any corrupt blocks that are viewable with the V$DATABASE_BLOCK_CORBUPTION view.
E. Repair all corrupted blocks that have been logged in the V$DATABASE_BLOCK_ CORRUPTION
Answer: DE
參考:http://blog.csdn.net/rlhua/article/details/20452501
RMAN populates theV$DATABASE_BLOCK_CORRUPTION view with any corruptions that it finds.
You can either use RECOVER CORRUPTION LIST to recover all blocks reported in the V$DATABASE_BLOCK_CORRUPTION view,
RMAN> backup validate database;
啟動 backup 於 22-3月 -16
使用通道 ORA_DISK_1
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
輸入資料檔案: 檔案號=00003 名稱=E:\APP\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
輸入資料檔案: 檔案號=00001 名稱=E:\APP\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
輸入資料檔案: 檔案號=00005 名稱=E:\APP\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
輸入資料檔案: 檔案號=00007 名稱=E:\APP\ORACLE\ORADATA\ORCL\RCAT_TS.DBF
輸入資料檔案: 檔案號=00006 名稱=E:\APP\ORACLE\ORADATA\ORCL\USERS01.DBF
通道 ORA_DISK_1: 備份集已完成, 經過時間:00:00:55
資料檔案列表
=================
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
1 OK 0 17749 103683 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 67582
索引 0 14003
其他 0 4346
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
3 OK 0 26507 110084 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 24374
索引 0 17155
其他 0 42044
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
5 OK 0 1 82621 3330542
檔名: E:\APP\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 0
索引 0 0
其他 0 82559
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
6 OK 0 17 642 2726069
檔名: E:\APP\ORACLE\ORADATA\ORCL\USERS01.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 30
索引 0 5
其他 0 588
檔案狀態 標記為損壞 空塊 已檢查的塊 高 SCN
---- ------ -------------- ------------ --------------- ----------
7 OK 0 1153 1920 2980188
檔名: E:\APP\ORACLE\ORADATA\ORCL\RCAT_TS.DBF
塊型別 失敗的塊 已處理的塊
---------- -------------- ----------------
資料 0 170
索引 0 87
其他 0 510
通道 ORA_DISK_1: 正在啟動全部資料檔案備份集
通道 ORA_DISK_1: 正在指定備份集內的資料檔案
備份集內包括當前控制檔案
備份集內包括當前的 SPFILE
通道 ORA_DISK_1: 備份集已完成, 經過時間:00:00:01
控制檔案和 SPFILE 的列表
===============================
檔案型別 狀態 失敗的塊 已檢查的塊
------------ ------ -------------- ---------------
SPFILE OK 0 2
控制檔案 OK 0 612
完成 backup 於 22-3月 -16
RMAN> recover corruption list;
啟動 recover 於 22-3月 -16
使用通道 ORA_DISK_1
正在開始介質的恢復
介質恢復完成, 用時: 00:00:00
完成 recover 於 22-3月 -16
RMAN>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2061977/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle OCP 1Z0-053(Rman Compression Algorithm)OracleGo
- Oracle OCP 1Z0-053 Q698(RMAN Recovery)Oracle
- Oracle OCP 1Z0-053 Q160(RMAN Duplex)Oracle
- Oracle OCP 1Z0-053 Q693(RMAN Image Copy)Oracle
- Oracle OCP 1Z0-053 Q360(RMAN Disaster Recovery)OracleAST
- Oracle OCP 1Z0-053 Q630(RMAN Backup Encryption)Oracle
- Oracle OCP 1Z0-053 Q6(RMAN Import Catalog)OracleImport
- Oracle OCP 1Z0-053 Q566(Rman Recovery System Tablespace)Oracle
- Oracle OCP 1Z0-053 Q706(Rman Retention Policy)Oracle
- Oracle OCP 1Z0-053 Q671(Rman Encryption&Wallet)Oracle
- Oracle OCP 1Z0-053 Q128(Rman Image Copy Switch)Oracle
- Oracle OCP 1Z0-053 Q326(Rman Recover Command)Oracle
- Oracle OCP 1Z0-053 Q510(RMAN REPORT NEED BACKUP)Oracle
- Oracle OCP 1Z0-053 Q307(Rman execute global scripts)Oracle
- Oracle OCP 1Z0-053 Q337(Rman Catalog Start with)Oracle
- Oracle OCP 1Z0-053 Q100(Rman Duplicate Skip Readonly)Oracle
- Oracle OCP(60):RMAN 備份Oracle
- Oracle OCP 1Z0-053 (ASM)OracleASM
- Oracle OCP 1Z0-053 Q577(Rman Recover lost control files)Oracle
- Oracle OCP 1Z0 053 Q495(Validate Database)OracleDatabase
- Oracle OCP 1Z0-053 (System Partitioning)Oracle
- Oracle OCP 1Z0-053 Q445Oracle
- Oracle 11G OCP 1Z0-053 600Oracle
- Oracle 11G OCP 1Z0-053 581Oracle
- Oracle 11G OCP 1Z0-053 582Oracle
- Oracle 11G OCP 1Z0-053 583Oracle
- Oracle 11G OCP 1Z0-053 584Oracle
- Oracle 11G OCP 1Z0-053 585Oracle
- Oracle 11G OCP 1Z0-053 586Oracle
- Oracle 11G OCP 1Z0-053 587Oracle
- Oracle 11G OCP 1Z0-053 588Oracle
- Oracle 11G OCP 1Z0-053 589Oracle
- Oracle 11G OCP 1Z0-053 590Oracle
- Oracle 11G OCP 1Z0-053 591Oracle
- Oracle 11G OCP 1Z0-053 592Oracle
- Oracle 11G OCP 1Z0-053 593Oracle
- Oracle 11G OCP 1Z0-053 594Oracle
- Oracle 11G OCP 1Z0-053 595Oracle