How do you install the RMAN recovery catalog?
List some of the RMAN catalog view names which contains the catalog information ?
Outline the steps for recovering the full database from cold backup?
How do you clone the database using RMAN software? Give brief steps? When do you use crosscheck command?
How do you identify the block corruption in RMAN database? How do you fix it?
Latest Answer : First check whether the block is corrupted or not by using this commandsql>select file#, block#  from v$database_block_corruption; file# block  2        507the above block is corrupted...conn to RmanTo recover the block use this command...Rman>blockrecover ...
Outline the steps involved in TIME based recovery from the full database from hot backup?
Outline the steps involved in CANCEL based recovery from the full database from hot backup?
Outline the steps involved in SCN based recovery from the full database from hot backup?
List the steps required to enable the RMAN backup for a target database?
Explain how to setup the physical stand by database with RMAN?