Oracle RMAN Question:
Download Job Interview Questions and Answers PDF
How to verify the integrity of the image copy in RMAN environment?
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