How to verify the integrity of the image copy in RMAN environment?

Submitted by: Administrator
Use below commands :rman> catalog datafilecopy 'f:testsystem.dbf';rman> backup validate check logical datafile 'f:testsystem.dbf';SQL> SELECT * FROM v$database_block_corruption;
Submitted by: Administrator

Read Online Oracle RMAN Job Interview Questions And Answers