|
发表于 2016-12-1 09:55:10
|
显示全部楼层
本帖最后由 botang 于 2016-12-1 09:56 编辑
RMAN> list archivelog all;
List of Archived Log Copies for database with db_unique_name ORCL
=====================================================================
Key Thrd Seq S Low Time
------- ---- ------- - ---------
7 1 15 A 20-OCT-13
Name: +FRA/orcl/archivelog/2013_12_11/thread_1_seq_15.261.833878627
8 1 16 A 11-DEC-13
Name: +FRA/orcl/archivelog/2013_12_11/thread_1_seq_16.262.833879059
9 1 17 A 11-DEC-13
Name: +FRA/orcl/archivelog/2016_11_30/thread_1_seq_17.263.929301565
10 1 18 A 30-NOV-16
Name: +FRA/orcl/archivelog/2016_11_30/thread_1_seq_18.264.929301621
11 1 19 A 30-NOV-16
Name: +FRA/orcl/archivelog/2016_11_30/thread_1_seq_19.265.929303277
12 1 20 A 30-NOV-16
Name: +FRA/orcl/archivelog/2016_11_30/thread_1_seq_20.266.929307663
13 1 21 A 30-NOV-16
Name: +FRA/orcl/archivelog/2016_12_01/thread_1_seq_21.267.929438471
RMAN> validate archivelog from sequence 15 until sequence 21;
Starting validate at 01-DEC-16
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=12 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=193 device type=DISK
allocated channel: ORA_DISK_3
channel ORA_DISK_3: SID=139 device type=DISK
allocated channel: ORA_DISK_4
channel ORA_DISK_4: SID=202 device type=DISK
allocated channel: ORA_DISK_5
channel ORA_DISK_5: SID=9 device type=DISK
allocated channel: ORA_DISK_6
channel ORA_DISK_6: SID=77 device type=DISK
allocated channel: ORA_DISK_7
channel ORA_DISK_7: SID=140 device type=DISK
allocated channel: ORA_DISK_8
channel ORA_DISK_8: SID=200 device type=DISK
channel ORA_DISK_1: starting validation of archived log
channel ORA_DISK_1: specifying archived log(s) for validation
input archived log thread=1 sequence=15 RECID=7 STAMP=833878627
channel ORA_DISK_2: starting validation of archived log
channel ORA_DISK_2: specifying archived log(s) for validation
input archived log thread=1 sequence=16 RECID=8 STAMP=833879059
channel ORA_DISK_3: starting validation of archived log
channel ORA_DISK_3: specifying archived log(s) for validation
input archived log thread=1 sequence=17 RECID=9 STAMP=929301565
channel ORA_DISK_4: starting validation of archived log
channel ORA_DISK_4: specifying archived log(s) for validation
input archived log thread=1 sequence=18 RECID=10 STAMP=929301621
channel ORA_DISK_5: starting validation of archived log
channel ORA_DISK_5: specifying archived log(s) for validation
input archived log thread=1 sequence=19 RECID=11 STAMP=929303277
channel ORA_DISK_6: starting validation of archived log
channel ORA_DISK_6: specifying archived log(s) for validation
input archived log thread=1 sequence=20 RECID=12 STAMP=929307662
channel ORA_DISK_7: starting validation of archived log
channel ORA_DISK_7: specifying archived log(s) for validation
input archived log thread=1 sequence=21 RECID=13 STAMP=929438472
channel ORA_DISK_1: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 15 OK 0 32715 +FRA/orcl/archivelog/2013_12_11/thread_1_seq_15.261.833878627
channel ORA_DISK_2: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 16 OK 0 31251 +FRA/orcl/archivelog/2013_12_11/thread_1_seq_16.262.833879059
channel ORA_DISK_3: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 17 OK 0 40106 +FRA/orcl/archivelog/2016_11_30/thread_1_seq_17.263.929301565
channel ORA_DISK_4: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 18 OK 0 38386 +FRA/orcl/archivelog/2016_11_30/thread_1_seq_18.264.929301621
channel ORA_DISK_5: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 19 OK 0 67622 +FRA/orcl/archivelog/2016_11_30/thread_1_seq_19.265.929303277
channel ORA_DISK_6: validation complete, elapsed time: 00:00:00
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 20 OK 0 32092 +FRA/orcl/archivelog/2016_11_30/thread_1_seq_20.266.929307663
channel ORA_DISK_7: validation complete, elapsed time: 00:00:01
List of Archived Logs
=====================
Thrd Seq Status Blocks Failing Blocks Examined Name
---- ------- ------ -------------- --------------- ---------------
1 21 OK 0 31353 +FRA/orcl/archivelog/2016_12_01/thread_1_seq_21.267.929438471
Finished validate at 01-DEC-16
RMAN>
|
|