Oracle RMAN Question: Download RMAN PDF

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

Tweet Share WhatsApp

Answer:

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;

Download RMAN PDF Read All 50 RMAN Questions
Previous QuestionNext Question
Explain the steps to perform the point in time recovery with a backup which is taken before the resetlogs of the db?Tell me can a schema be restored in oracle 9i RMAN when the schema having numerous table spaces?