Oracle RMAN Question:
Download Questions PDF

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

RMAN Interview Question
RMAN Interview Question

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 Interview Questions And Answers PDF

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?