单项选择题
You are using Recovery Manager (RMAN) for backup and recovery operations. Your backup and recovery policy is such that you are performing full database backup every Tuesday and Friday. You configure RMAN using the following command:
RMAN>CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 4 DAYS;
All backup and archived redo logs generated during the current week are as follows:
Which of the following files will be listed when issuing the REPORT OBSOLETE command on Sunday? ()
A. the archived redo log with the log sequence 520
B. the backup files from the full database backup performed on Tuesday
C. the archived redo log with the log sequence 520 and the backup files from the full database backup performed on Tuesday
D. archived redo logs with the log sequences 520, 521, 522 and the backup files from the full database backup performed on Tuesday
相关考题
-
单项选择题
You issue the following RMAN command to set a retention policy on a database: RMAN>CONFIGURE RETENTION POLICY TO REDUNDANCY 2; What will be the outcome of the above command?()
A. After two days, the backup will be marked obsolete.
B. After two days, the backup will be deleted from the media.
C. If the RMAN repository has records of two or more recent backups of a file, then the older backup will be deleted from the media.
D. If the RMAN repository has records of two or more recent backups of a file, then the older backup will be marked obsolete. -
单项选择题
YouadministeranOracleDatabase10gandathird-partydatabase.YouuseRecoveryManager(RMAN)toperformbackupandrecoveryoperations.YouhaveconfiguredarecoverycatalogtoactasanRMANrepository.TowhichofthefollowingdatabasescanyouNOTconnectusingtheRMANCONNECTcommand?()
A. target database
B. auxiliary database
C. third-party database
D. recovery catalog database -
单项选择题
You issued the following RMAN command: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; What is NOT an impact of using the above command?()
A. When a successful backup is recorded in the RMAN repository, then a backup of the current control file is performed.
B. When a structural change is made to the database, then a backup of the current control file is performed.
C. When a successful backup is performed in the RMAN repository, then a backup of the spfile is performed.
D. When a structural change is made to the database, then a backup of the alert log file will be performed.
