itgle.com

多选题Which two features of RMAN would must likely influence your decision to incorporate RMAN into your backup and recover strategy, if your most important requirement is to reduce the time ofrecovery?()ARMAN’s powerful command language.BRMAN backups can be

题目
多选题
Which two features of RMAN would must likely influence your decision to incorporate RMAN into your backup and recover strategy, if your most important requirement is to reduce the time ofrecovery?()
A

RMAN’s powerful command language.

B

RMAN backups can be parallelized.

C

RMAN allows for incremental block-level backups.

D

RMAN backup, restore, and recovery scripts can be stored.


相似考题
更多“多选题Which two features of RMAN would must likely influence your decision to incorporate RMAN into your backup and recover strategy, if your most important requirement is to reduce the time ofrecovery?()ARMAN’s powerful command language.BRMAN backups can be”相关问题
  • 第1题:

    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

    正确答案:D

  • 第2题:

    As A DBA, which of the following methods can you use to make a backup of your table?()

    • A、Recover Manager (RMAN) utility
    • B、Import utility
    • C、Export utility
    • D、O/S backup command

    正确答案:C

  • 第3题:

    When you are allowing RMAN to backup your archived redo log files,how does RMAN know which archived redo logs to back up from your archive log destination?()

    • A、RMAN keeps a list of archive logs in a text file.
    • B、The DBA must manually tell RMAN which archive logs to backup.
    • C、RMAN has access to target control file and/or catalog information.
    • D、RMAN looks at the ARCHIVE_LOG_DEST parameter of your target database and backs up all archive logs found.

    正确答案:C

  • 第4题:

    You are ready to implement RMAN in the backup and recover strategy for your company. Which system privilege must the RMAN user have to be able to connect and execute RMAN commands on a target database?()

    • A、SYSDBA
    • B、SYSOPER
    • C、No system privileges are required for the RMAN user.
    • D、Only SYS user can connect and execute RMAN commands on a target database.

    正确答案:A

  • 第5题:

    Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups.  Which two backups would you be able to perform when the database is being accessed by users?()

    • A、backup of offline tablespaces
    • B、backup of read­only tablespaces
    • C、backup of system­critical tablespaces
    • D、backup of online, locally managed tablespaces
    • E、backup of read/write dictionary­managed tablespaces

    正确答案:A,B

  • 第6题:

    Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed?()

    • A、Stored scripts in the recovery catalog
    • B、Backups that can be deleted from disk
    • C、Backup sets and images copies that are obsolete
    • D、Backups that do not have the AVAILABLE status in the RMAN repository

    正确答案:A,D

  • 第7题:

    Your company decided to start using RMAN in its backup strategy. Previously your company used operating system file copies. Which command is used to make RMAN aware of existing backups made by copying files at the operating system?()

    • A、CHANGE
    • B、RESYNC
    • C、CATALOG
    • D、CROSSCHECK

    正确答案:C

  • 第8题:

    You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository.  Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()

    • A、 rman TARGET / NOCATALOG
    • B、 rman TARGET sys/password
    • C、 rman TARGET sys/password AS SYSDBA
    • D、 rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat

    正确答案:B

  • 第9题:

    单选题
    As A DBA, which of the following methods can you use to make a backup of your table?()
    A

    Recover Manager (RMAN) utility

    B

    Import utility

    C

    Export utility

    D

    O/S backup command


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

  • 第10题:

    单选题
    It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use of this consistent backup in RMAN?()
    A

    cannot be used in RMAN

    B

    by starting up the database again

    C

    by using the CATALOG command of RMAN

    D

    by using the RECOVER CATALOG command in RMAN

    E

    by re-creating the target control file to rebuild the RMAN repository


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

  • 第11题:

    单选题
    You issue the following command:   RMAN>CONFIGURE BACKUP OPTIMIZATION ON;   What is the result of this command on your backups?()
    A

     An incremental backup strategy will be used automatically.

    B

     Read-only datafiles will not be backed up as long as backups of those files already exist and those backups meet established retention criteria.

    C

     RMAN will configure itself for maximum performance at the cost of CPU.

    D

     RMAN will configure itself for minimal OS/CPU impact at the cost of time to back up the database.

    E

     RMAN will automatically compress backups.


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

  • 第12题:

    单选题
    When you are allowing RMAN to backup your archived redo log files,how does RMAN know which archived redo logs to back up from your archive log destination?()
    A

    RMAN keeps a list of archive logs in a text file.

    B

    The DBA must manually tell RMAN which archive logs to backup.

    C

    RMAN has access to target control file and/or catalog information.

    D

    RMAN looks at the ARCHIVE_LOG_DEST parameter of your target database and backs up all archive logs found.


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

  • 第13题:

    Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMANrepository can be listed?()

    • A、stored scripts in the recovery catalog
    • B、backups that can be deleted from disk
    • C、backup sets and image copies are obsolete
    • D、backups that do not have the AVAILABLE status in the RMAN repository RMAN

    正确答案:A,D

  • 第14题:

    Your database runs in NOARCHIVELOG mode, and is backed up every night using RMAN scripts. However, last night your assistant DBA performed a manual operating system backup, instead of running the scripts. Today your database crashed and you now want to use the backups from last night. What do you need todo?()

    • A、You need to perform the restore and recover operations manually, because the backup was made manually. 
    • B、First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database. 
    • C、First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database. 
    • D、You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information. 

    正确答案:C

  • 第15题:

    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-only
    • B、The RMAN skips the backup of the tablespace because backup optimization is enabled
    • C、The RMAN makes backup because optimization can be enabled only for backups to disk
    • D、The RMAN makes the backup because no backup of the tablespace exists within the seven day window

    正确答案:D

  • 第16题:

    Your database is functioning in NOARCHIVELOG mode. Your database contains 15 tablespaces. You want to use Recovery Manager (RMAN) to perform backups. Which two backups would you be able to perform when the database is being accessed by users?()

    • A、 Backup of offline tablespaces.
    • B、 Backup of read-only tablespaces.
    • C、 Backup of system-critical tablespaces.
    • D、 Backup of online, locally managed tablespaces.
    • E、 Backup of read/write dictionary-managed tablespaces.

    正确答案:A,B

  • 第17题:

    It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use of this consistent backup in RMAN?()

    • A、cannot be used in RMAN
    • B、by starting up the database again
    • C、by using the CATALOG command of RMAN
    • D、by using the RECOVER CATALOG command in RMAN
    • E、by re-creating the target control file to rebuild the RMAN repository

    正确答案:C

  • 第18题:

    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 2
    • B、 DEVICE TYPE DISK PARALLELISM 2
    • C、 RETENTION POLICY TO REDUNDANCY 2
    • D、 DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2

    正确答案:C

  • 第19题:

    You issue the following command:   RMAN>CONFIGURE BACKUP OPTIMIZATION ON;   What is the result of this command on your backups?()

    • A、 An incremental backup strategy will be used automatically.
    • B、 Read-only datafiles will not be backed up as long as backups of those files already exist and those backups meet established retention criteria.
    • C、 RMAN will configure itself for maximum performance at the cost of CPU.
    • D、 RMAN will configure itself for minimal OS/CPU impact at the cost of time to back up the database.
    • E、 RMAN will automatically compress backups.

    正确答案:B

  • 第20题:

    Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed? ()

    • A、backups that can be deleted
    • B、stored scripts in the recovery catalog
    • C、backup sets and image copies that are obsolete
    • D、only the most recent backup sets or image copies
    • E、backups that do not have the AVAILABLE status in RMAN repository

    正确答案:B,E

  • 第21题:

    多选题
    Your database in running in the ARCHIVELOG mode. You issue the following command to back up datafile 2 in your database.   RMAN> COPY DATAFILE 2 TO ’D:///ORACLE/ORA90/MYNEWDB/DA2.DBF’;   Which two statements are true regarding the backup created using this command?()
    A

    The copy of the datafile created is stored in the RMAN repository.

    B

    The copy of the datafile created can be viewed using the LIST BACKUP command.

    C

    The copy of the datafile created using this COPY command can be placed only on the disk.

    D

    The copy of the datafile created is similar to the backup of the file created using the BACKUP command.

    E

    The copy of the datafile created can be used for recovering the database using the user-managed recovery method.


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

  • 第22题:

    单选题
    You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository.  Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()
    A

     rman TARGET / NOCATALOG

    B

     rman TARGET sys/password

    C

     rman TARGET sys/password AS SYSDBA

    D

     rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat


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

  • 第23题:

    单选题
    Assume your situation can be described as follows: x A full backup taken using RMAN is available on disk.  x The current control files were NOT damaged and do not need to be restored.  x All data files are damaged or lost.  x The database is in NOARCHIVELOG mode.  Which RMAN command would be most appropriate to use in line 3 of the following RMAN command set to restore and fully recover your database?() 1. RMAN> STARTUP MOUNT  2. RMAN> RESTORE DATABASE;  3. RMAN> ()  4. RMAN> ALTER DATABASE OPEN;
    A

    RECOVER DATABASE;

    B

    SWITCH DATAFILE ALL;

    C

    RESTORE CONTROL FILE;

    D

    RECOVER DATABASE USING BACKUP CONTROL FILE;


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