Outline the steps involved in CANCEL based recovery from the full database from hot backup?
Outline the steps involved in TIME based recovery from the full database from hot backup?
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 ...
How do you clone the database using RMAN software? Give brief steps? When do you use crosscheck command?
Is it possible to specific tables when using RMAN DUPLICATE feature? If yes, how?
Explain the steps to perform the point in time recovery with a backup which is taken before the resetlogs of the db?
Outline the steps for recovering the full database from cold backup?
What is the difference between obsolete RMAN backups and expired RMAN backups?
Latest Answer: The term obsolete does not mean the same as expired. In short, obsolete means "not needed," whereas expired means "not found." ...
List some of the RMAN catalog view names which contains the catalog information ?
Outline the steps for recovery of missing data file?
View page << Previous 1 2 [3] 4 5 Next >>

Go Top