What is the significance of incarnation and DBID in the RMAN backups?
List atleast 6 advantages of RMAN backups compare to traditional hot backups?
Latest Answer: RMAN has the following advantages over Traditional backups:1. Ability to perform INCREMENTAL backups2. Ability to Recover one block of datafile3. Ability to automatically backup CONTROLFILE and SPFILE4. Ability to delete the older ARCHIVE REDOLOG files, ...
How do you identify the expired, active, obsolete backups? Which RMAN command you use?
How do you enable the autobackup for the controlfile using RMAN?
Latest Answer: issue command at rman prompt..... RMAN> configure controlfile autobackup on;also we can configure controlfile backup format...... RMAN> configure controlfile autobackup format for device type disk to ...
How do you identify what are the all the target databases that are being backed-up with RMAN database?
What is the difference between cumulative incremental and differential incremental backups?
Latest Answer: Differencial backup: This is the default type of incremental backup which backs up all blocks changed after the most recent backup at level n or lower.Cumulative backup: Backup all blocks cahnged after the most recent backup at level n-1 or lower. ...
Explain how to setup the physical stand by database with RMAN?
List the steps required to enable the RMAN backup for a target database?
How do you verify the integrity of the image copy in RMAN environment?
Outline the steps involved in SCN based recovery from the full database from hot backup?
View page << Previous 1 [2] 3 4 5 Next >>

Go Top