1.

How Do You 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;

Use below commands :



Discussion

No Comment Found