niusouti.com

You configured the Flash Recovery Area (FRA) for your database. The database instance is running inARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which twofiles are removed automatically if the space is

题目

You configured the Flash Recovery Area (FRA) for your database. The database instance is running inARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which twofiles are removed automatically if the space is required in the FRA as per the retention policy()

  • A、Flashback log files
  • B、Backups that have become obsolete
  • C、User managed backups of the data files and control files
  • D、Archived redo log files that have multiple copies in a different archive location and not backed up

相似考题
参考答案和解析
正确答案:A,B
更多“You configured the Flash Recovery Area (FRA) for your database. The database instance is running inARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which twofiles are removed automatically if the space is ”相关问题
  • 第1题:

    You want to use the automatic management of backup and recovery operations features for your database.Which configuration must you set?()

    • A、Enable the flash recovery area and specify it as the archived redo log destination.
    • B、Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
    • C、Enable the flash recovery area but do not specify it as the archived redo log destination.
    • D、Disable the flash recovery area and start the database instance in NOARCHIVELOG mode

    正确答案:A

  • 第2题:

    You want to use the automatic management of backup and recovery operations features for your database.Which configuration must you set?()

    • A、Enable the flash recovery area and specify it as the archived redo log destination.
    • B、Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
    • C、Enable the flash recovery area but do not specify it as the archived redo log destination.
    • D、Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.

    正确答案:A

  • 第3题:

    You decided to change the location of the flash recovery area. You executed the following command:   ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’+disk1’ SCOPE=BOTH SID=’*’;   Which statement is true?()

    • A、 The location can be changed only if the flash recovery area is empty.
    • B、 After executing the command, all new flash recovery area files will be created in the new location.
    • C、 The command will generate an error because you cannot change the flash recovery area while the database is open.
    • D、 All the existing files in the flash recovery area will be moved to the new location and all new Flash Recovery Area files will be created in the new location.

    正确答案:B

  • 第4题:

    You are managing an Oracle Database 11g database. You configured the database to run inARCHIVELOG mode.  Which two statements are true in this scenario()

    • A、You must shut down the database instance to perform the backups.
    • B、You must configure the Flash Recovery Area (FRA) for the database.
    • C、You can perform complete database backups without closing the database.
    • D、All the previous closed database backups including control files become invalid after you configure thedatabase to ARCHIVELOG mode.

    正确答案:C,D

  • 第5题:

    You have configured the flash recovery area to store online redo log files, control files, archived redo logs and RMAN backups. Which of the following files can you successfully delete from the flash recovery area if you want to reclaim the space within it?()

    • A、 multiplexed control files
    • B、 RMAN obsolete backups
    • C、 multiplexed online redo log files
    • D、 archived redo logs that have not been copied to tape

    正确答案:B

  • 第6题:

    The database is running in ARCHIVELOG mode and the FORMAT option is not configured in RMAN for disk backups. You configured the flash recovery area location and size by using the DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE initialization parameters. Which statement is correct in this scenario?()

    • A、 If the FORMAT option to the RMAN BACKUP command is specified, then RMAN creates backup pieces and image copies in the flash recovery area with names in the Oracle Managed Files (OMF) format.
    • B、 If any local destinations for LOG_ARCHIVE_DEST_n are set, then archived redo logs are stored in these destinations as well as in the flash recovery area.
    • C、 If the flash recovery area location is configured using the DB_RECOVERY_FILE_DEST initialization parameter, then the RMAN backup of Oracle managed datafiles (OMF) only will go to the flash recovery area by default.
    • D、 If no other destination is configured for recovery files, then RMAN places the control file autobackups in the flash recovery area by default.

    正确答案:D

  • 第7题:

    You configured the Flash Recovery Area for your database. The database instance has been startedin ARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set.  What will be the implications on the archiving and the location of archive redo log files()

    • A、Archiving will be disabled because the destination for the redo log files is missing.
    • B、The database instance will shut down and the error details will be logged in the alert log file.
    • C、Archiving will be enabled and the destination for the archived redo log file will be set to the FlashRecovery Area implicitly.
    • D、Archiving will be enabled and the location for the archive redo log file will be created in the defaultlocation $ORACLE_HOME/log.

    正确答案:C

  • 第8题:

    多选题
    You are managing an Oracle Database 11g database. You configured the database to run inARCHIVELOG mode.  Which two statements are true in this scenario()
    A

    You must shut down the database instance to perform the backups.

    B

    You must configure the Flash Recovery Area (FRA) for the database.

    C

    You can perform complete database backups without closing the database.

    D

    All the previous closed database backups including control files become invalid after you configure thedatabase to ARCHIVELOG mode.


    正确答案: C,B
    解析: 暂无解析

  • 第9题:

    多选题
    You configured the Flash Recovery Area (FRA) for your database. The database instance is running inARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which twofiles are removed automatically if the space is required in the FRA as per the retention policy()
    A

    Flashback log files

    B

    Backups that have become obsolete

    C

    User managed backups of the data files and control files

    D

    Archived redo log files that have multiple copies in a different archive location and not backed up


    正确答案: A,B
    解析: 暂无解析

  • 第10题:

    单选题
    You enabled the flashback logging feature, but you have not specified the location of the flash recovery area. Which location would be used as the default location for the flash recovery area?()
    A

     The location used for control files.

    B

     The location used for redo log files.

    C

     The location set by using $ORACLE_BASE

    D

     The location set by using $ORACLE_HOME

    E

     The location set by using CORE_DUMP_DEST

    F

     The location set by using BACKGROUND_DUMP_DEST


    正确答案: F
    解析: 暂无解析

  • 第11题:

    单选题
    You decided to change the location of the flash recovery area. You executed the following command:   ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=’+disk1’ SCOPE=BOTH SID=’*’;   Which statement is true?()
    A

     The location can be changed only if the flash recovery area is empty.

    B

     After executing the command, all new flash recovery area files will be created in the new location.

    C

     The command will generate an error because you cannot change the flash recovery area while the database is open.

    D

     All the existing files in the flash recovery area will be moved to the new location and all new Flash Recovery Area files will be created in the new location.


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    The Oracle Database 11g database is running in the ARCHIVELOG mode. The archived redo log files are stored on three locations. The Flash Recovery Area is one of the locations. The details are given below:   LOG_ARCHIVE_DEST_1 = ’LOCATION = /disk1/archive’ LOG_ARCHIVE_DEST_2 = ’SERVICE = stdb1’ DB_RECOVERY_FILE_DEST = ’/u01/oradata’   Examine the following RMAN command issued to set the deletion policy for archived log files:   RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 2 TIMES TO sbt; Which statement is true regarding what this command accomplishes?()
    A

     All archived redo log files backed up at least twice to tape are deleted.

    B

     All archived redo log files backed up at least once to tape are eligible for deletion.

    C

     All archived redo log files backed up at least twice to tape are deleted from the flash recovery area.

    D

     All archived redo log files in local archiving destinations and the flash recovery area backed up at least twice to tape are eligible for deletion.


    正确答案: A
    解析: 暂无解析

  • 第13题:

    You are using the flash recovery area (fast recovery area in 11g Release 2) to store backup related files in your database. After regular monitoring of space usage in the Mash recovery area. You realize that the flash recovery area is jetting filled up very fast and it is running out of space. Your database flash recovery area is low on space and you have no more room on disk. Proactively, which two options could you use to make more space available in the flash recovery?()

    • A、Change the RMAN archived log deletion policy
    • B、Use the RMAN CROSSCHECK command to reclaim the archived log space
    • C、Change the RMAN retention policy to retain backups for a shorter period of time
    • D、Use OS command to move files from the flash recovery area to some other location

    正确答案:B,D

  • 第14题:

    You want to use the automatic management of backup and recovery operations features for your database. Which configuration must you set?()

    • A、 Enable the flash recovery area and specify it as the archived redo log destination.
    • B、 Disable the flash recovery area and start the database instance in ARCHIVELOG mode.
    • C、 Enable the flash recovery area but do not specify it as the archived redo log destination. 
    • D、 Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.

    正确答案:A

  • 第15题:

    You configured the Flash Recovery Area for your database. The database instance has been started inARCHIVELOG mode and the LOG_ARCHIVE_DEST_1 parameter is not set. What will be the implications onthe archiving and the location of archive redo log files()

    • A、Archiving will be disabled because the destination for the redo log files is missing.
    • B、The database instance will shut down and the error details will be logged in the alert log file.
    • C、Archiving will be enabled and the destination for the archived redo log file will be set to the Flash RecoveryArea implicitly.
    • D、Archiving will be enabled and the location for the archive redo log file will be created in the default location$ORACLE_HOME/log.

    正确答案:C

  • 第16题:

    You enabled the flashback logging feature, but you have not specified the location of the flash recovery area. Which location would be used as the default location for the flash recovery area?()

    • A、 The location used for control files.
    • B、 The location used for redo log files.
    • C、 The location set by using $ORACLE_BASE
    • D、 The location set by using $ORACLE_HOME
    • E、 The location set by using CORE_DUMP_DEST
    • F、 The location set by using BACKGROUND_DUMP_DEST

    正确答案:C

  • 第17题:

    You configured the Flash Recovery Area (FRA) for your database. The database instance is runningin ARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which two files are removed automaticallyif the space is required in the FRA as per the retention policy()

    • A、flashback log files
    • B、backups that have become obsolete
    • C、copies of the data files and control files
    • D、archived redo log files that have multiple copies in a different archive location and not backed up

    正确答案:A,B

  • 第18题:

    ou are using the flash recovery area (fast recovery area in 11g Release 2) to store backup related files in your database. After regular monitoring of space usage in the Mash recovery area. You realize that the flash recovery area is (jetting filled up very fast and it is running out of space.  Your database flash recovery area is low on specie and you have no more room on disk. Proactively, which two options could you use to make more space available in the flash recovery()

    • A、 Change the RMAN archived log deletion policy.
    • B、 Use the RMAN CROSSCHECK command to reclaim the archived log space.
    • C、 Change the RMAN retention policy to retain backups for a shorter period of time.
    • D、 Use OS command to move files from the flash recovery area to some other location.

    正确答案:B,D

  • 第19题:

    While Monitoring the space usage in your database that is in ARCHIVELOG mode you observed that the flash recovery area does not have enough free space to accommodate any more files and you do not have necessary permissions to add more space to it. Identify the two events that can occur in the event of a log switch?()

    • A、An entry is created in the alert log file and the database instance continues to function normally
    • B、The log switch hangs occur for transactions until free space is available in the flash recovery area
    • C、The Oracle database server deletes a file that is on the obsolete file list to make free space in the flash recovery area Oracle
    • D、The database instance status is implicitly changed to RESTRICTED mode and file creations to the flash recovery area are prevented

    正确答案:B,C

  • 第20题:

    单选题
    You have configured the flash recovery area to store online redo log files, control files, archived redo logs and RMAN backups. Which of the following files can you successfully delete from the flash recovery area if you want to reclaim the space within it?()
    A

     multiplexed control files

    B

     RMAN obsolete backups

    C

     multiplexed online redo log files

    D

     archived redo logs that have not been copied to tape


    正确答案: D
    解析: 暂无解析

  • 第21题:

    多选题
    You configured the Flash Recovery Area (FRA) for your database. The database instance is runningin ARCHIVELOG mode. The default location for the archived redo log files is the Flash Recovery Area.  Which two files are removed automaticallyif the space is required in the FRA as per the retention policy()
    A

    flashback log files

    B

    backups that have become obsolete

    C

    copies of the data files and control files

    D

    archived redo log files that have multiple copies in a different archive location and not backed up


    正确答案: B,A
    解析: 暂无解析

  • 第22题:

    单选题
    You want to use the automatic management of backup and recovery operations features for your database. Which configuration must you set?()
    A

     Enable the flash recovery area and specify it as the archived redo log destination.

    B

     Disable the flash recovery area and start the database instance in ARCHIVELOG mode.

    C

     Enable the flash recovery area but do not specify it as the archived redo log destination. 

    D

     Disable the flash recovery area and start the database instance in NOARCHIVELOG mode.


    正确答案: B
    解析: 暂无解析

  • 第23题:

    多选题
    You are managing an Oracle Database 11g database running in ARCHIVELOG mode. The FlashRecovery Area is specified as the destination for the archived redo log files. You notice this warning in thealert log file:  ORA-19815: WARNING:// db_recovery_file_dest_size of 3221225472 bytes is 100.00% used, and has 0remaining bytes available.  What would you do to reclaim the used space in the Flash Recovery Area()
    A

    Back up the Flash Recovery Area.

    B

    Decrease the retention time for the database backup and flashback log files.

    C

    Manually delete all the archived log files from the Flash Recovery Area by using operating system (OS)commands.

    D

    Manually delete all the expired backup sets from the Flash Recovery Area by using operating system(OS) commands.


    正确答案: D,B
    解析: 暂无解析