niusouti.com

单选题You have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog?()Asynch catalogBresync catalogCreplicate catalogDupdate catalogErestore catalog

题目
单选题
You have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog?()
A

 synch catalog

B

 resync catalog

C

 replicate catalog

D

 update catalog

E

 restore catalog


相似考题
更多“单选题You have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog?()A  synch catalogB  resync catalogC  replicate catalogD  update catalogE  restor”相关问题
  • 第1题:

    What is the purpose of the catalog command?()  

    • A、 To review RMAN control file and recovery catalog metadata and ensure that its correct
    • B、 To delete RMAN backup-related metadata from the recovery catalog
    • C、 To create metadata in the control file and the recovery catalog related to backup set pieces 
    • D、 To create a report that lists database backups
    • E、 To rebuild the recovery catalog

    正确答案:C

  • 第2题:

    While performing a regular check on your recovery catalog you realized that the catalog database is running out of space and you do not have options to increase the space. However, you have another database where more space is available and you want to move your existing recovery catalog to this database. The options that can be considered while moving the recovery catalog are as follows:() 1. Using one of the Oracle expdp utilities to export the catalog data 2. Creating a recovery catalog user and granting the necessary privileges in the other database 3. Creating the recovery catalog using the CREATE CATALOG command 4. Using the corresponding impdp utility to import the catalog data into the other database 5. Registering the target database in the new catalog database using the REGISTER DATABASE command Identify the option with the correct sequence for moving the recovery catalog.

    • A、2, 3, 5
    • B、1, 2, 4
    • C、1, 2, 4, 5
    • D、1, 2, 3, 4, 5

    正确答案:B

  • 第3题:

    You have lost all your RMAN backup set pieces due to a disk failure. Unfortunately, you have an automated cross-check script that also does a delete expired backupset command. You have restored all the backup set pieces from tape.  What command would you use to get those backup set pieces registered in the recovery catalog and the control file of the database again?()  

    • A、 register database
    • B、 recover catalog
    • C、 load backupset
    • D、 synch metadata
    • E、 catalog start with

    正确答案:E

  • 第4题:

    You are using a recovery catalog to maintain Recovery Manager (RMAN) backup information for yourproduction database. You have registered your production database and are performing regular backups. Because of a new requirement you have added a few new tablespaces to your production database and youwant them to be included in backups.Identify two options for completing this task. ()(Choose two.)

    • A、Reregistering the target database in recovery catalog
    • B、Transporting the new tablespaces to the recovery catalog database
    • C、Syncronizing the recovery catalog with the target database control file
    • D、Performing a fresh backup of the target database to include the new data files in the catalog database

    正确答案:C,D

  • 第5题:

    Which command do you use to create a recovery-catalog schema? ()

    • A、create recovery catalog 
    • B、create catalog
    • C、build catalog 
    • D、catalog create 
    • E、mount catalog 

    正确答案:B

  • 第6题:

    单选题
    What is the purpose of the catalog command?()
    A

     To review RMAN control file and recovery catalog metadata and ensure that its correct

    B

     To delete RMAN backup-related metadata from the recovery catalog

    C

     To create metadata in the control file and the recovery catalog related to backup set pieces 

    D

     To create a report that lists database backups

    E

     To rebuild the recovery catalog


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

  • 第7题:

    单选题
    You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
    A

    back up the control file to trace

    B

    bring database to the MOUNT state

    C

    open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database

    D

    set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog


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

  • 第8题:

    单选题
    You would like to create an RMAN recover catalog in which to store information about your DB01 database. You want to use the database named RCDB for the storage of your recovery catalog. The six steps you will follow to create a recover catalog are not displayed in the correct order. Which displays the correct order?() 1. Grant the appropriate privileges (CONNECT and RESOURCE) and roles  (RECOVERY_CATALOG_OWNER) to the user responsible for performing backup and recover operations.  2. Register the target database in the catalog.  3. Create the catalog using the RMAN command line interpreter.  4. Create a user and schema which will own the recovery catalog.  5. Create tablespace to hold the catalog in the database you have dedicated for your RMAN recovery catalog.  6. Connect to the target database using SYSDBA privileges.
    A

    4,1,5,6,3,2

    B

    4,3,1,5,6,2

    C

    4,5,1,3,2,6

    D

    5,4,1,3,2,6

    E

    5,4,1,3,6,2


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

  • 第9题:

    单选题
    While performing a regular check on your recovery catalog you realized that the catalog database is running out of space and you do not have options to increase the space. However, you have another database where more space is available and you want to move your existing recovery catalog to this database. The options that can be considered while moving the recovery catalog are as follows:() 1. Using one of the Oracle expdp utilities to export the catalog data 2. Creating a recovery catalog user and granting the necessary privileges in the other database 3. Creating the recovery catalog using the CREATE CATALOG command 4. Using the corresponding impdp utility to import the catalog data into the other database 5. Registering the target database in the new catalog database using the REGISTER DATABASE command Identify the option with the correct sequence for moving the recovery catalog.
    A

    2, 3, 5

    B

    1, 2, 4

    C

    1, 2, 4, 5

    D

    1, 2, 3, 4, 5


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

  • 第10题:

    单选题
    ou have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog? ()
    A

    synch catalog 

    B

    resync catalog

    C

    replicate catalog 

    D

    update catalog  

    E

    restore catalog


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

  • 第11题:

    多选题
    You are using a recovery catalog to maintain Recovery Manager (RMAN) backup information for your production database. You have registered your production database and are performing regular backups. Because of a new requirement you have added a few new tablespaces to your production database and you want them to be included in backups.  Identify two options for completing this task.()
    A

    Reregistering the target database in recovery catalog

    B

    Transporting the new tablespaces to the recovery catalog database

    C

    Syncronizing the recovery catalog with the target database control file

    D

    Performing a fresh backup of the target database to include the new data files in the catalog database


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

  • 第12题:

    单选题
    You have lost all your RMAN backup set pieces due to a disk failure. Unfortunately, you have an automated cross-check script that also does a delete expired backupset command. You have restored all the backup set pieces from tape.  What command would you use to get those backup set pieces registered in the recovery catalog and the control file of the database again?()
    A

     register database

    B

     recover catalog

    C

     load backupset

    D

     synch metadata

    E

     catalog start with


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

  • 第13题:

    What RMAN command must you use before you can back up a database using the recovery catalog?()

    • A、 create catalog
    • B、 install database
    • C、 catalog database
    • D、 merge Catalog with database
    • E、 register database

    正确答案:E

  • 第14题:

    If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated?()

    • A、 The next time you back up the database when you are also connected to the recovery catalog and the target database
    • B、 The next time you are connected to the target database and the recovery catalog database and issue the resync command
    • C、 The next time you connect RMAN to just the recovery catalog
    • D、 The next time you connect to the recovery catalog and the target database with RMAN
    • E、 Connecting to the recovery catalog and issuing the resync all databases command

    正确答案:A,B

  • 第15题:

    While performing a regular check on your recovery catalog you realized that the catalog database is running out of space and you do not have options to increase the space. However, you have another database where more space is available and you want to move your existing recovery catalog to this database. The options that can be considered while moving the recovery catalog are as follows: 1. Using one of the Oracle expdp utilities to export the catalog data 2. Creating a recovery catalog user and granting the necessary privileges in the other database 3. Creating the recovery catalog using the CREATE CATALOG command 4. Using the corresponding impdp utility to import the catalog data into the other database 5. Registering the target database in the new catalog database using the REGISTER DATABASE command Identify the option with the correct sequence for moving the recovery catalog.()

    • A、2,3,5
    • B、1,2,4
    • C、1,2,4,5
    • D、1, 2, 3, 4, 5

    正确答案:B

  • 第16题:

    ou have backed up your database twice without connecting to the recovery catalog. What command do you issue to transfer the control-file metadata to the recovery catalog? ()

    • A、synch catalog 
    • B、resync catalog
    • C、replicate catalog 
    • D、update catalog  
    • E、restore catalog

    正确答案:B

  • 第17题:

    Why would you execute the report obsolete command?()  

    • A、 To list all backups that were no longer available for restore operations
    • B、 To list all backups that had aged beyond the RMAN retention criteria
    • C、 To list all backup set pieces listed in control-file or recovery-catalog metadata that are not on the backup media
    • D、 To list all datafiles that are no longer part of the database and thus do not need to be backed up
    • E、 To list all archived redo logs that are no longer needed for any database recovery

    正确答案:B

  • 第18题:

    单选题
    You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files:  $ rman target /  What would be the effect of this command?()
    A

    RMAN would use the current operating system location to place the backup.

    B

    RMAN would use the control file of the target database to maintain the backup.

    C

    RMAN would use the recovery catalog of the target database to maintain the backup.

    D

    RMAN would use the control file of the target database to maintain the backup metadata. 

    E

    RMAN would use the recovery catalog of the target database to maintain the backup metadata.


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

  • 第19题:

    单选题
    What RMAN command must you use before you can back up a database using the recovery catalog?()
    A

     create catalog

    B

     install database

    C

     catalog database

    D

     merge Catalog with database

    E

     register database


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

  • 第20题:

    单选题
    You executed the following command in Recovery Manager (RMAN):  RMAN> RESTORE CONTROLFILE;  Which operation must you perform before this command is executed?()
    A

     back up the control file to trace

    B

     bring database to the MOUNT state

    C

     open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database

    D

     set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog


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

  • 第21题:

    单选题
    While performing a regular check on your recovery catalog you realized that the catalog database is running out of space and you do not have options to increase the space. However, you have another database where more space is available and you want to move your existing recovery catalog to this database. The options that can be considered while moving the recovery catalog are as follows: 1. Using one of the Oracle expdp utilities to export the catalog data 2. Creating a recovery catalog user and granting the necessary privileges in the other database 3. Creating the recovery catalog using the CREATE CATALOG command 4. Using the corresponding impdp utility to import the catalog data into the other database 5. Registering the target database in the new catalog database using the REGISTER DATABASE command Identify the option with the correct sequence for moving the recovery catalog.()
    A

    2,3,5

    B

    1,2,4

    C

    1,2,4,5

    D

    1, 2, 3, 4, 5


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

  • 第22题:

    多选题
    If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated?()
    A

    The next time you back up the database when you are also connected to the recovery catalog and the target database

    B

    The next time you are connected to the target database and the recovery catalog database and issue the resync command

    C

    The next time you connect RMAN to just the recovery catalog

    D

    The next time you connect to the recovery catalog and the target database with RMAN

    E

    Connecting to the recovery catalog and issuing the resync all databases command


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

  • 第23题:

    单选题
    Why would you execute the report obsolete command?()
    A

     To list all backups that were no longer available for restore operations

    B

     To list all backups that had aged beyond the RMAN retention criteria

    C

     To list all backup set pieces listed in control-file or recovery-catalog metadata that are not on the backup media

    D

     To list all datafiles that are no longer part of the database and thus do not need to be backed up

    E

     To list all archived redo logs that are no longer needed for any database recovery


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