The backup retention policy is configured as RECOVERY WINDOW 2. You executed the following command in Recovery Manager (RMAN) against your database: RMAN REPORT OBSOLETE; What would you see in the output?()A、 a list of all those files that have been deleted in the last two daysB、 a list of all those files that have been recovered within the last two daysC、 a list of all the expired backups and copiesD、 a list of backups and copies that are outside the range covered by the current retention policy

The backup retention policy is configured as RECOVERY WINDOW 2. You executed the following command in Recovery Manager (RMAN) against your database: RMAN> REPORT OBSOLETE; What would you see in the output?()

  • A、 a list of all those files that have been deleted in the last two days
  • B、 a list of all those files that have been recovered within the last two days
  • C、 a list of all the expired backups and copies
  • D、 a list of backups and copies that are outside the range covered by the current retention policy

相关考题:

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.() A. Backup retention policyB. Default backup device typeC. Default destinations for backupsD. Multiple backup device types for single backupE. Default section size for backups

Examine the following RMAN command:Which two statements are true regarding the backup taken by using the above RMAN command?() A. Only data files and the control file are backed up.B. Archived redo logs are backed up only I f the database is open during the backup.C. The backup is deleted after one day, regardless of the default retention policy settings.D. The backup becomes obsolete after one day, regardless of the default retention policy settings.

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.() (Choose all that apply.) A. Backup retention policyB. Default backup device typeC. Default destinations for backupsD. Multiple backup device types for single backupE. Default section size for backups

Which of the following is the MOST important data retention consideration when creating a backup system?()A、Utilizing disk-to-disk clustering and hot site replicationB、If the GFS backup system will cover all potential data breachesC、The process to move the data backup to an offsite locationD、The individual laws and legal requirements of the data

In Recovery Manager (RMAN), you set the retention policy to NONE by executing the following command:  CONFIGURE RETENTION POLICY TO NONE;  What would be the impact of this setting?()A、The retention policy is cleared.B、RMAN does not consider any backup as obsolete.C、The retention policy is set to its default setting of redundancy 1.D、The retention policy is set to its default setting of recovery window 7.

You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option. After some days, you want to change the status of the database backup and you issued the following command: RMANCHANGE BACKUPSET 231 NOKEEP; What is the implication of this command?()A、The backup is deleted.B、The backup is marked unavailable.C、The backup overrides the backup retention policy.D、the backup becomes eligible for deletion according to the existing retention policy

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()A、Backup retention policyB、Default backup device typeC、Default destinations for backupsD、Multiple backup device types for single backupE、Default section size for backups

You have enabled backup optimization in RMAN. You issue the following RMAN command to configure a redundancy-based retention policy:   CONFIGURE RETENTION POLICY TO REDUNDANCY 3;   Which statement is true?()  A、 The command fails because you cannot configure a redundancy-based retention policy when backup  optimization is enabledB、 Backup optimization is performed, but RMAN considers the redundancy-based retention policy when it determines which datafiles should be backed upC、 Backup optimization is permanently disabledD、 Backup optimization is temporarily disabled because a redundancy-based retention policy is specified

You defined the Recovery Manager (RMAN) retention policy to recovery window of 7 days by executing the following command:  RMAN CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;  When a backup is performed, what would be the status of this backup after seven days?()A、 The backup would be marked as invalid.B、 The backup would be marked as obsolete.C、 The backup would be removed from the media.D、 The backup would be removed from the RMAN repository.

You issue the following RMAN command to set a retention policy on a database:       RMANCONFIGURE 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.

Examine the following RMAN command:   BACKUP DATABASE TAG TESTDB  KEEP UNTIL ’SYSDATE+1’ RESTORE POINT TESTDB06;   Which two statements are true regarding the backup taken by using the above RMAN command?()  A、 Only data files and the control file are backed up.B、 Archived redo logs are backed up only if the database is open during the backup.C、 The backup is deleted after one day,regardless of the default retention policy settings. D、 The backup becomes obsolete after one day,regardless of the default retention policy settings.

What is an obsolete backup set?()  A、 A backup set that is missing one or more backup set piecesB、 A backup that has exceeded the retention criteria and is no longer neededC、 A backup set that does not include archived redo logsD、 A backup set that can not be recovered due to corruptionE、 A backup set superceded by a datafile copy

You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)A、The KEEP option overrides the configured retention policyB、The KEEP option is an attribute of an individual backup pieceC、The backup contains only data files and archived redo log filesD、The backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.() (Choose all that apply.)A、Backup retention policyB、Default backup device typeC、Default destinations for backupsD、Multiple backup device types for single backupE、Default section size for backups

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.

单选题You have enabled backup optimization in RMAN. You issue the following RMAN command to configure a redundancy-based retention policy: CONFIGURE RETENTION POLICY TO REDUNDANCY 3; Which statement is true?()AThe command fails because you cannot configure a redundancy-based retention policy when backup optimization is enabledBBackup optimization is performed, but RMAN considers the redundancy-based retention policy when it determines which datafiles should be backed upCBackup optimization is permanently disabledDBackup optimization is temporarily disabled because a redundancy-based retention policy is specified

单选题You have enabled backup optimization in RMAN. You issue the following RMAN command to configure a redundancy-based retention policy:   CONFIGURE RETENTION POLICY TO REDUNDANCY 3;   Which statement is true?()A The command fails because you cannot configure a redundancy-based retention policy when backup  optimization is enabledB Backup optimization is performed, but RMAN considers the redundancy-based retention policy when it determines which datafiles should be backed upC Backup optimization is permanently disabledD Backup optimization is temporarily disabled because a redundancy-based retention policy is specified

多选题You performed the RMAN database backup with the KEEP option.Which two statements are true about this backup?() (Choose two)AThe KEEP option overrides the configured retention policyBThe KEEP option is an attribute of an individual backup pieceCThe backup contains only data files and archived redo log filesDThe backup contains data files, the server parameter file and the control file even if the control file auto backup is disabled

多选题Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()ABackup retention policyBDefault backup device typeCDefault destinations for backupsDMultiple backup device types for single backupEDefault section size for backups

单选题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.

单选题You issue the following RMAN command to set a retention policy on a database:       RMANCONFIGURE 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.

单选题In Recovery Manager (RMAN), you set the retention policy to NONE by executing the following command:  CONFIGURE RETENTION POLICY TO NONE;  What would be the impact of this setting?()AThe retention policy is cleared.BRMAN does not consider any backup as obsolete.CThe retention policy is set to its default setting of redundancy 1.DThe retention policy is set to its default setting of recovery window 7.

多选题Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.() (Choose all that apply.)ABackup retention policyBDefault backup device typeCDefault destinations for backupsDMultiple backup device types for single backupEDefault section size for backups

单选题Which of the following is the MOST important data retention consideration when creating a backup system?()AUtilizing disk-to-disk clustering and hot site replicationBIf the GFS backup system will cover all potential data breachesCThe process to move the data backup to an offsite locationDThe individual laws and legal requirements of the data

多选题Examine the following RMAN command:   BACKUP DATABASE TAG TESTDB  KEEP UNTIL ’SYSDATE+1’ RESTORE POINT TESTDB06;   Which two statements are true regarding the backup taken by using the above RMAN command?()AOnly data files and the control file are backed up.BArchived redo logs are backed up only if the database is open during the backup.CThe backup is deleted after one day,regardless of the default retention policy settings.DThe backup becomes obsolete after one day,regardless of the default retention policy settings.

单选题You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option.  After some days, you want to change the status of the database backup and you issued the following command:   RMANCHANGE BACKUPSET 231 NOKEEP;   What is the implication of this command?()A The backup is deleted.B The backup is marked unavailable.C The backup overrides the backup retention policy.D the backup becomes eligible for deletion according to the existing retention policy.

单选题What is an obsolete backup set?()A A backup set that is missing one or more backup set piecesB A backup that has exceeded the retention criteria and is no longer neededC A backup set that does not include archived redo logsD A backup set that can not be recovered due to corruptionE A backup set superceded by a datafile copy

单选题You defined the Recovery Manager (RMAN) retention policy to recovery window of 7 days by executing the following command:  RMAN CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;  When a backup is performed, what would be the status of this backup after seven days?()AThe backup would be marked as invalid.BThe backup would be marked as obsolete.CThe backup would be removed from the media.DThe backup would be removed from the RMAN repository.