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

B

 Backup optimization is performed, but RMAN considers the redundancy-based retention policy when it determines which datafiles should be backed up

C

 Backup optimization is permanently disabled

D

 Backup optimization is temporarily disabled because a redundancy-based retention policy is specified


参考解析

解析: 暂无解析

相关考题:

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 issuing this command? () A. After two days, a backup will be marked obsoleteB. After two days, a backup will be deleted from the mediaC. If the RMAN repository has records of two or more recent backups of a file, then older backups will be deleted from the media.D. If the RMAN repository has records of two or more recent backups of a file, then older backups will be marked obsolete.

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

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 set the recovery window to seven days and the backup optimization to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLS tablespace to disk was taken on January 3. The TOOLS tablespace is read/x7fonly.  On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMAN backs up the TOOLS tablespace also, even though the contents of the tablespace have not changed after the backup on January 3.  Because there are no changes made to the TOOLS tablespace, you decide that the tablespace should not be backed up by RMAN. What can you to do skip backing up the TOOLS tablespace without changing the current backup optimization setting?()A、configure a default device for RMAN backupsB、temporarily disable the retention policy for RMAN backupsC、configure automatic channel allocation for RMAN backupsD、use the CONFIGURE command to reconfigure the recovery window to 60 days

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

Consider the following scenario for your database: - Backup optimization is enabled in RMAN. - The recovery window is set to 7 days in RMAN. - The most recent backup to disk for the TOOLS tablespace was taken on November 3, 2007. - The TOOLS tablespace is read-only since November 4, 2007. On November 23, 2007, you issue the RMAN command to back up the database to disk. Which statement is true regarding the backup of the TOOLS tablespace?()A、The RMAN backup fails because the TOOLS tablespace is read-onlyB、The RMAN skips the backup of the tablespace because backup optimization is enabledC、The RMAN makes backup because optimization can be enabled only for backups to diskD、The RMAN makes the backup because no backup of the tablespace exists within the seven day window

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.

You are maintaining the SALES database of a company. You have never backed up the USERS tablespace that is currently offline. On Sunday, you issued the following commands:   CONFIGURE DEFAULT DEVICE TYPE TO sbt;   CONFIGURE BACKUP OPTIMIZATION ON;   CONFIGURE RETENTION POLICY TO REDUNDANCY 3;   From Monday to Saturday, you performed the following actions:   Day                         Action  Monday                BACKUP DATABASE  Tuesday                BACKUP DATABASE  Wednesday              BACKUP DATABASE  Thursday               BACKUP DATABASE  Friday                 BACKUP DATABASE  Saturday               BACKUP DATABASE  How many times will the backup of the USERS tablespace be performed?()A、 The backup will not be performed at all.B、 three timesC、 four timesD、 six times

You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used.  What must you set using the RMAN CONFIGURE command to achieve this?()  A、 MAXSETSIZE TO 2B、 DEVICE TYPE DISK PARALLELISM 2C、 RETENTION POLICY TO REDUNDANCY 2D、 DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2

Consider this RMAN command:   RMAN CONFIGURE RETENTION POLICY CLEAR;   What is the effect of this command?()A、Backups will never expire.B、It removes any retention policy.C、The DELETE OBSOLETE command will fail with an error.D、It sets the retention policy to the default of REDUNDANCY 1.

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 issuing this command?()  A、 After two days,a backup will be marked obsoleteB、 After two days,a backup will be deleted from the mediaC、 If the RMAN repository has records of two or more recent backups of a file,then older backups will be deleted from the media.D、 If the RMAN repository has records of two or more recent backups of a file then older backups will be marked obsolete.

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.

You issue the following command on the RMAN prompt.   REPORT NEED BACKUP DAYS 5;   Which statement is true about executing this command?()  A、 It will display a list of files that need incremental backupB、 It will display a list of files that need backup after five daysC、 It will display a list of files that were backed up in the last five daysD、 It will display a list of files that have not been backed up in the last five daysE、 It will apply the current retention policy to determine the files that need to be backed up

You set the recovery window to seven days and the backup optimization to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken on January 3. The TOOLStablespace is read-only.On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMAN backs up the TOOLS tablespace also, even though the contents of the tablespace have not changed after the backup on January 3. Because there are no changes made to the TOOLStablespace, you decide that the tablespace should not be backed up by RMAN. What can you do to skip backing up the TOOLStablespace without changing the current backup optimization setting?()A、 configure a default device for RMAN backupsB、 temporarily disable the retention policy for RMAN backupsC、 configure automatic channel allocation for RMAN backupsD、 use the CONFIGURE command to reconfigure the recovery window to 60 days

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

单选题You are maintaining the SALES database of a company. You have never backed up the USERS tablespace that is currently offline. On Sunday, you issued the following commands:   CONFIGURE DEFAULT DEVICE TYPE TO sbt;   CONFIGURE BACKUP OPTIMIZATION ON;   CONFIGURE RETENTION POLICY TO REDUNDANCY 3;   From Monday to Saturday, you performed the following actions:   Day                         Action  Monday                BACKUP DATABASE  Tuesday                BACKUP DATABASE  Wednesday              BACKUP DATABASE  Thursday               BACKUP DATABASE  Friday                 BACKUP DATABASE  Saturday               BACKUP DATABASE  How many times will the backup of the USERS tablespace be performed?()A The backup will not be performed at all.B three timesC four timesD six times

单选题You set the recovery window to seven days and the backup optimization to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLS tablespace to disk was taken on January 3. The TOOLS tablespace is read/x7fonly.  On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMAN backs up the TOOLS tablespace also, even though the contents of the tablespace have not changed after the backup on January 3.  Because there are no changes made to the TOOLS tablespace, you decide that the tablespace should not be backed up by RMAN. What can you to do skip backing up the TOOLS tablespace without changing the current backup optimization setting?()Aconfigure a default device for RMAN backupsBtemporarily disable the retention policy for RMAN backupsCconfigure automatic channel allocation for RMAN backupsDuse the CONFIGURE command to reconfigure the recovery window to 60 days

单选题You issue the following command on the RMAN prompt.   REPORT NEED BACKUP DAYS 5;   Which statement is true about executing this command?()A It will display a list of files that need incremental backupB It will display a list of files that need backup after five daysC It will display a list of files that were backed up in the last five daysD It will display a list of files that have not been backed up in the last five daysE It will apply the current retention policy to determine the files that need to be backed up

单选题Consider this RMAN command:   RMAN CONFIGURE RETENTION POLICY CLEAR;   What is the effect of this command?()ABackups will never expire.BIt removes any retention policy.CThe DELETE OBSOLETE command will fail with an error.DIt sets the retention policy to the default of REDUNDANCY 1.

单选题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 issuing this command? ()AAfter two days, a backup will be marked obsoleteBAfter two days, a backup will be deleted from the mediaCIf the RMAN repository has records of two or more recent backups of a file, then older backups will be deleted from the media.DIf the RMAN repository has records of two or more recent backups of a file, then older backups will be marked obsolete.

单选题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 issuing this command?()A After two days,a backup will be marked obsoleteB After two days,a backup will be deleted from the mediaC If the RMAN repository has records of two or more recent backups of a file,then older backups will be deleted from the media.D If the RMAN repository has records of two or more recent backups of a file then older backups will be marked obsolete.

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

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

单选题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 set the recovery window to seven days and the backup optimization to ON using the CONFIGURE command of Recovery Manager (RMAN). The most recent backup of the TOOLStablespace to disk was taken on January 3. The TOOLStablespace is read-only.On February 21, when you execute a command to back up all the tablespaces to disk, you find that RMAN backs up the TOOLS tablespace also, even though the contents of the tablespace have not changed after the backup on January 3. Because there are no changes made to the TOOLStablespace, you decide that the tablespace should not be backed up by RMAN. What can you do to skip backing up the TOOLStablespace without changing the current backup optimization setting?()A configure a default device for RMAN backupsB temporarily disable the retention policy for RMAN backupsC configure automatic channel allocation for RMAN backupsD use the CONFIGURE command to reconfigure the recovery window to 60 days

单选题You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used.  What must you set using the RMAN CONFIGURE command to achieve this?()A MAXSETSIZE TO 2B DEVICE TYPE DISK PARALLELISM 2C RETENTION POLICY TO REDUNDANCY 2D DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2