单选题In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGU

题目
单选题
In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE disk FORMAT '/home/oracle/disk1/%U'; RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE disk FORMAT '/home/oracle/disk2/%U'; You issue the following RMAN command to backup the database: RMAN> RUN 2> { 3> ALLOCATE CHANNEL ch1 DEVICE TYPE disk; 4> BACKUP DATABASE; 5> } Which statement is true about the outcome?()
A

Only one channel is allocated and the backup is created in the flash recovery area

B

Only one channel is allocated and the backup is created in the destination specified for channel 1

C

Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2

D

Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA


相似考题
更多“In your database, the flash recovery area (FRA) is configure”相关问题
  • 第1题:

    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

  • 第2题:

    The()writes the Flashback Database logs in the flash recovery area.

    • A、 FLSH
    • B、 FLDB
    • C、 RVWR
    • D、 RVRW
    • E、 FBDA

    正确答案:C

  • 第3题:

    You are managing an Oracle Database 11g database. You want to ensure the recovery of thedatabase to the point of failure.  Which configuration will you do to accomplish the task()

    • A、Multiplex all database files
    • B、Configure the Flash Recovery Area.
    • C、Configure the database instance for ARCHIVELOG mode.
    • D、Configure the FAST_START_MTTR_TARGET initialization parameter.

    正确答案:C

  • 第4题:

    多选题
    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
    解析: 暂无解析

  • 第5题:

    多选题
    You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOGmode.  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.


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

  • 第6题:

    多选题
    You decided to configure the flash recovery area in your database to centralize the storage of all the recovery files in a certain location on disk. Which two parameters will you specify in the init.ora file?()
    A

    DB_CREATE_FILE_DEST

    B

    DB_RECOVERY_FILE_DEST

    C

    DB_RECOVERY_FILE_DEST_SIZE

    D

    DB_ONLINE_LOG_DEST_n


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

  • 第7题:

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


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

  • 第8题:

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

    D

    The database instance status is implicitly changed to RESTRICTED mode and file creations to the flash recovery area are prevented


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

  • 第9题:

    多选题
    You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? ()
    A

    backup pieces

    B

    control file autobackups

    C

    copies of all the parameter files

    D

    trace file generated using BACKUP CONTROLFILE TO TRACE


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

  • 第10题:

    多选题
    Which options would you consider while configuring a flash recovery area (fast recovery area in 11g Release 2) for your production database that is running in ARCHIVELOG mode?()
    A

    Setting the FAST_START_MTTR_TARGET to set the mean time to recover

    B

    Setting the RECOVERY_PARALLELISM parameter to twice the number of CPUs

    C

    Using the DB_RECOVERY_FILE_DEST parameter to set the location for flash recovery area

    D

    Using the DB_RECOVERY_FILE_DEST_SIZE parameter to define the disk space limit for the recovery files created in the flash recovery area


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

  • 第11题:

    You decided to configure the flash recovery area in your database to centralize the storage of all the recovery files in a certain location on disk. Which two parameters will you specify in the init.ora file?()

    • A、 DB_CREATE_FILE_DEST
    • B、 DB_RECOVERY_FILE_DEST
    • C、 DB_RECOVERY_FILE_DEST_SIZE
    • D、 DB_ONLINE_LOG_DEST_n

    正确答案:B,C

  • 第12题:

    You are managing an Oracle Database 11g database. You want to ensure the recovery of the database to thepoint of failure. Which configuration will you do to accomplish the task()

    • A、Multiplex all database files.
    • B、Configure the Flash Recovery Area.
    • C、Configure the database instance for ARCHIVELOG mode.
    • D、Configure the FAST_START_MTTR_TARGET initialization parameter

    正确答案:C

  • 第13题:

    单选题
    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
    解析: 暂无解析

  • 第14题:

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


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

  • 第15题:

    单选题
    You decided to change the location of the flash recovery area. You executed the following command: 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.


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

  • 第16题:

    单选题
    In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: RMAN> CONFIGURE DEVICE TYPE disk PARALLELISM 2 BACKUP TYPE TO BACKUPSET; RMAN> CONFIGURE CHANNEL 1 DEVICE TYPE disk FORMAT '/home/oracle/disk1/%U'; RMAN> CONFIGURE CHANNEL 2 DEVICE TYPE disk FORMAT '/home/oracle/disk2/%U'; You issue the following RMAN command to backup the database: RMAN> RUN 2> { 3> ALLOCATE CHANNEL ch1 DEVICE TYPE disk; 4> BACKUP DATABASE; 5> } Which statement is true about the outcome?()
    A

    Only one channel is allocated and the backup is created in the flash recovery area

    B

    Only one channel is allocated and the backup is created in the destination specified for channel 1

    C

    Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2

    D

    Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA


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

  • 第17题:

    单选题
    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
    解析: 暂无解析

  • 第18题:

    多选题
    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
    解析: 暂无解析

  • 第19题:

    多选题
    You are maintaining a database that is in ARCHIVELOG mode. You have configured the flash recovery area in your database. The database is in MOUNT EXCLUSIVE mode, and you want to configure the Flashback Database feature. Which two options are NOT required to configure the Flashback Database feature? ()
    A

    Open the database in read-only mode.

    B

    Set the retention target with the DB_FLASHBACK_RETENTION_TARGET initialization parameter.

    C

    Enable the block change tracking feature.

    D

    Execute the ALTER DATABASE FLASHBACK ON statement.


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

  • 第20题:

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


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