336、

336.You want to make sure that your database backup does not exceed 10 hours in length. 
What command would you issue that would meet this condition?
A. backup database plus archivelog;
B. backup database plus archivelog until time 10:00;
C. backup database plus archivelog timeout 10:00;
D. backup database plus archivelog duration 10:00;
E. backup database plus archivelog timeout 10:00;

 

337、

337.You have lost all your RMAN backup set pieces due to a disk failure. 
Unfortunately, you have an automated cross-check script that also does a delete expired backupset command. 
You have restored all the backup set pieces from tape. 
What command would you use to get those backup set pieces registered in the recovery catalog and the control file of the database again?
A. register database
B. recover catalog
C. load backupset
D. synch metadata
E. catalog start with

 

338、

338.You run the following commands:
RMAN> list expired backup; 
RMAN> delete expired backup;
What will happen to the backup set pieces associated with the backups that appear in the list expired backup command?
A. They will be renamed.
B. Nothing will happen to them. The backup set pieces do not exist.
C. They will be deleted immediately since they are not in the flash recovery area.
D. You will need to manually remove the physical files listed in the output of the commands.
E. They will become hidden files and removed 10 days later.

 

339、

339.Why would you run the delete obsolete command? (Choose all that apply.)
A. To remove missing backup set pieces physically from disk
B. To remove metadata related to backup set pieces in the control file and the recovery catalog 
C. To mark as deleted records in the control file and the recovery catalog associated with obsolete backup sets
D. To delete backup set pieces associated with backups that are no longer needed due to retention criteria
E. To remove old versions of RMAN backups

 

340、

340.What does it mean if a backup is expired?
A. The backup set has exceeded the retention criteria set in RMAN and is eligible for removal.
B. The backup set has one or more invalid blocks in it and is not usable for recovery.
C. The backup set contains one or more tablespaces no longer in the database.
D. The backup set contains one or more missing backup set pieces.
E. The backup set is from a previous version of RMAN and was not upgraded.

 

posted on 2016-05-07 09:07  充实自己  阅读(325)  评论(0编辑  收藏  举报