With DRA you check the block corruptions and loss of data files and control files. The GUI feature also available from Enterprise manager.
Lets Start Using This Tool :
RMAN> BACKUP VALIDATEStarting backup at 01-FEB-12
21 FAILED 0 169474 2048000 1046708826
File Name: /dbs1/orcl/system01.dbf
Block Type Blocks Failing Blocks Processed
To Use This Tool Follow The Below Step :
RMAN> LIST FAILURE
List of Database Failures
=========================
Failure ID Priority Status Time Detected Summary
———- ——– ——— ————- ——-
1041 HIGH OPEN 01-FEB-12 Datafile 21: ‘/dbs1/orcl/system.dbf ‘ contains one or more corrupt blocks
RMAN> ADVISE FAILURE;
List of Database Failures
=========================
Failure ID Priority Status Time Detected Summary
———- ——– ——— ————- ——-
1041 HIGH OPEN01-FEB-12 Datafile 21:”/dbs1/orcl/system.dbf ‘ contains one or more corrupt blocks
analyzing automatic repair options; this may take some time
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=319 device type=DISK
analyzing automatic repair options complete
RMAN> Repair failure preview;RMAN> REPAIR FAILURE;RMAN> REPAIR FAILURE NO PROMPT;
Thank you
Osama Mustafa