单选题Which of the following statement is incorrect regarding RMAN?()A It detects corrupt blocks.B It performs only offline database backups.C It omits empty blocks during backups.D It performs tablespace point-in-time recovery (TSPITR).

题目
单选题
Which of the following statement is incorrect regarding RMAN?()
A

It detects corrupt blocks.

B

It performs only offline database backups.

C

It omits empty blocks during backups.

D

It performs tablespace point-in-time recovery (TSPITR).


相似考题
更多“单选题Which of the following statement is incorrect regarding RMAN?()A It detects corrupt blocks.B It performs only offline database backups.C It omits empty blocks during backups.D It performs tablespace point-in-time recovery (TSPITR).”相关问题
  • 第1题:

    Which of the following is not an advantage of block media recovery (BMR)?()

    • A、 Reduced MTTR.
    • B、 Datafiles remain offline while corrupt blocks are repaired.
    • C、 Datafiles remain online while corrupt blocks are repaired.
    • D、 A and C

    正确答案:B

  • 第2题:

    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

  • 第3题:

    To perform a database point-in-time recovery using RMAN, after database restoration, you must ensure that the database is in which of the following states?()

    • A、OPEN
    • B、MOUNT
    • C、NOMOUNT
    • D、CLOSE

    正确答案:B

  • 第4题:

    You execute the following RMAN commands in the order shown below:  BACKUP VALIDATE DATABASE;  BLOCKRECOVER CORRUPTION LIST;  What will these commands do?()

    • A、create a backup of the database and recover all corrupted blocks found in the backup
    • B、run a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in the database
    • C、run a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks recorded in the view
    • D、run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any corrupt blocks recorded in the view
    • E、run a backup validation, repair any corrupt blocks found during the validation process, and then update V$DATABASE_BLOCK_CORRUPTION view to indicate which corrupt blocks have been repaired

    正确答案:D

  • 第5题:

    For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files?()

    • A、 RMAN image copies.
    • B、 RMAN database backups.
    • C、 RMAN tablespace backups.
    • D、 User-managed backups placed in the flash recovery area.
    • E、 User-managed backups that have been cataloged with RMAN.
    • F、 User-managed data file backups for which the pull path name is specified.

    正确答案:A,B,C,E

  • 第6题:

    Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large.  What is the least disruptive recover strategy available in Oracle9i?()

    • A、Rebuild the index using the online option. 
    • B、Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again. 
    • C、Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks. 
    • D、Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.

    正确答案:C

  • 第7题:

    单选题
    Which options must you configure while performing an automated Tablespace Point-in-Time Recovery (TSPITR) by using Recovery Manager (RMAN)?()
    A

    New channels for restore and recovery tasks

    B

    New name for the data files of the tablespace

    C

    Auxiliary name for the data files of the tablespace

    D

    Auxiliary destinations for an auxiliary set of data files


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

  • 第8题:

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

  • 第9题:

    单选题
    Consider the following scenario for your database: 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


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

  • 第10题:

    单选题
    When running the tablespace point-in-time command   recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary; you receive the following error:  RMAN-00571: ===========================================================  RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS  =============== RMAN-00571:  ===========================================================  RMAN-03002: failure of recover command at 10/08/2008 16:00:30  RMAN-20202: Tablespace not found in the recovery catalog  RMAN-06019: could not translate tablespace name "USERS"   What is the likely cause of the error?()
    A

     The database is in ARCHIVELOG mode.

    B

     There is not a current backup of the database available.

    C

     The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.

    D

     The USERS tablespace is not eligible for TSPITR because it has invalid objects.

    E

     The recover tablespace command is incorrect and generates the error.


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

  • 第11题:

    单选题
    Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large.  What is the least disruptive recover strategy available in Oracle9i?()
    A

    Rebuild the index using the online option. 

    B

    Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again. 

    C

    Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks. 

    D

    Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.


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

  • 第12题:

    单选题
    You enable block change tracking. You issue the following command:   BACKUP INCREMENTAL LEVEL 0 DATABASE;   The next day,you issue the following command:   BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;   Which statement about the use of the change tracking file is true?()
    A

     RMAN reads the block change tracking file only when it performs the incremental level 0 backup.

    B

     RMAN reads the block change tracking file when it performs both incremental backups.

    C

     RMAN reads the block change tracking file only when it performs the incremental level 1 backup.

    D

     RMAN does not read the block change tracking file when it performs either incremental backup.


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

  • 第13题:

    tablespace point-in-time recovery is possible only with RMAN.()

    • A、 True
    • B、 False

    正确答案:B

  • 第14题:

    Which of the following statement is incorrect regarding RMAN?()

    • A、It detects corrupt blocks.
    • B、It performs only offline database backups.
    • C、It omits empty blocks during backups.
    • D、It performs tablespace point-in-time recovery (TSPITR).

    正确答案:B

  • 第15题:

    You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace: RMAN> BACKUP TABLESPACE DETTBS;  Under which conditions would this command execute successfully? ()

    • A、 The database is in NOMOUNT state.
    • B、 The database is in NOARCHIVELOG mode and the tablespace is online.
    • C、 The database is in NOARCHIVELOG mode and the tablespace is offline.
    • D、 The database is in ARCHIVELOG mode and the tablespace is offline.
    • E、 The database is in ARCHIVELOG mode and the tablespace is online.

    正确答案:C,D,E

  • 第16题:

    You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which statement about the use of the change tracking file is true?()

    • A、RMAN reads the block change tracking file only when it performs the incremental level 0 backup.
    • B、RMAN reads the block change tracking file when it performs both incremental backups.
    • C、RMAN reads the block change tracking file only when it performs the incremental level 1 backup.
    • D、RMAN does not read the block change tracking file when it performs either incremental backup.

    正确答案:C

  • 第17题:

    Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TBS  which statement is true?()  

    • A、 You cannot perform the TSPITR with the constraints enabled.
    • B、 You must perform the TSPITR recovery of both tablespaces for it to be successful.
    • C、 You can perform TSPITR only on the USERS tablespace.
    • D、 RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it  automatically.
    • E、 The TSPITR will only be successful if the constraint is enabled.

    正确答案:B

  • 第18题:

    When running the tablespace point-in-time command   recover tablespace users until time ,,10/06/2008:22:42:00 auxiliary destination ,,c:/oracle/auxiliary; you receive the following error:  RMAN-00571: ===========================================================  RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS  =============== RMAN-00571:  ===========================================================  RMAN-03002: failure of recover command at 10/08/2008 16:00:30  RMAN-20202: Tablespace not found in the recovery catalog  RMAN-06019: could not translate tablespace name "USERS"   What is the likely cause of the error?()

    • A、 The database is in ARCHIVELOG mode.
    • B、 There is not a current backup of the database available.
    • C、 The USERS tablespace has dependent objects in other tablespaces and can not be a part of a TSPITR alone.
    • D、 The USERS tablespace is not eligible for TSPITR because it has invalid objects.
    • E、 The recover tablespace command is incorrect and generates the error.

    正确答案:B

  • 第19题:

    单选题
    Which of the following is not an advantage of block media recovery (BMR)?()
    A

     Reduced MTTR.

    B

     Datafiles remain offline while corrupt blocks are repaired.

    C

     Datafiles remain online while corrupt blocks are repaired.

    D

     A and C


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

  • 第20题:

    单选题
    Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TBS  which statement is true?()
    A

     You cannot perform the TSPITR with the constraints enabled.

    B

     You must perform the TSPITR recovery of both tablespaces for it to be successful.

    C

     You can perform TSPITR only on the USERS tablespace.

    D

     RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it  automatically.

    E

     The TSPITR will only be successful if the constraint is enabled.


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

  • 第21题:

    单选题
    Which of the following statement is incorrect regarding RMAN?()
    A

    It detects corrupt blocks.

    B

    It performs only offline database backups.

    C

    It omits empty blocks during backups.

    D

    It performs tablespace point-in-time recovery (TSPITR).


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

  • 第22题:

    单选题
    You execute the following RMAN commands in the order shown below:  BACKUP VALIDATE DATABASE;  BLOCKRECOVER CORRUPTION LIST;  What will these commands do?()
    A

    create a backup of the database and recover all corrupted blocks found in the backup

    B

    run a backup validation and list all the logically corrupt blocks as well as physically corrupt blocks in the database

    C

    run a backup validation to populate V$COPY_CORRUPTION view, and then list any corrupt blocks recorded in the view

    D

    run a backup validation to populate V$DATABASE_BLOCK_CORRUPTION view, and then repair any corrupt blocks recorded in the view

    E

    run a backup validation, repair any corrupt blocks found during the validation process, and then update V$DATABASE_BLOCK_CORRUPTION view to indicate which corrupt blocks have been repaired


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

  • 第23题:

    多选题
    You executed the following command in Recovery Manager (RMAN) to perform a backup of the DETTBS tablespace:  RMAN> BACKUP TABLESPACE DETTBS;  Under which conditions would this command execute successfully? ()
    A

    The database is in NOMOUNT state.

    B

    The database is in ARCHIVELOG mode and the tablespace is online.

    C

    The database is in ARCHIVELOG mode and the tablespace is offline.

    D

    The database is in NOARCHIVELOG mode and the tablespace is online.

    E

    The database is in NOARCHIVELOG mode and the tablespace is offline.


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

  • 第24题:

    单选题
    To perform a database point-in-time recovery using RMAN, after database restoration, you must ensure that the database is in which of the following states?()
    A

    OPEN

    B

    MOUNT

    C

    NOMOUNT

    D

    CLOSE


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