Verify integrity of image copy

How do you verify the integrity of the image copy in RMAN environment?

Questions by shanthiavari

Showing Answers 1 - 3 of 3 Answers

saneshkale

  • Apr 5th, 2010
 

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;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions