多选题What is the purpose of the RMAN recovery catalog?()AMake backups fasterBStore RMAN metadataCStore RMAN scriptsDProvide the ability to do centralized backup reportingEMake recovery faster

题目
多选题
What is the purpose of the RMAN recovery catalog?()
A

Make backups faster

B

Store RMAN metadata

C

Store RMAN scripts

D

Provide the ability to do centralized backup reporting

E

Make recovery faster


相似考题
更多“What is the purpose of the RMAN recovery catalog?()”相关问题
  • 第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题:

    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

  • 第3题:

    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.

    正确答案:D

  • 第4题:

    Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()

    • A、COPY
    • B、BACKUP
    • C、CHANGE
    • D、DELETE
    • E、CATALOG

    正确答案:A,B,D

  • 第5题:

    Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN).()

    • A、 You can use RMAN stored scripts
    • B、 Recovery is faster if data is stored in catalog in addition to the control file
    • C、 You can store backup information of all registered databases in one place
    • D、 Database backups are automatically deleted when they are older than the specified time period

    正确答案:A,C

  • 第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


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

  • 第7题:

    单选题
    The following databases are registered in the base recovery catalog: PROD1, PROD2, and PROD3. The database user CATOWNER owns the base recovery catalog. You want a new user VPC1 to have access to only the PROD1 database and create a virtual private catalog. Given below are some of the commands required to achieve this: 1.SQL> GRANT recovery_catalog_owner TO vpc1; 2.RMAN> CONNECT CATALOG vpc1/password@catdb; 3.RMAN> GRANT CATALOG FOR DATABASE prod1 TO vpc1; 4.RMAN> CONNECT CATALOG catowner/password@catdb; 5.RMAN> CREATE VIRTUAL CATALOG; What is the correct sequence in which the commands have to be executed?()
    A

    1, 4, 5, 2, 3

    B

    1, 4, 3, 2, 5

    C

    4, 5, 2, 3, 1

    D

    2, 3, 4, 5, 1

    E

    1, 4, 2, 3, 5


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

  • 第8题:

    多选题
    What is the purpose of the RMAN recovery catalog?()
    A

    Make backups faster

    B

    Store RMAN metadata

    C

    Store RMAN scripts

    D

    Provide the ability to do centralized backup reporting

    E

    Make recovery faster


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

  • 第9题:

    多选题
    What is the purpose of the RMAN recovery catalog?()
    A

    It must be used because all RMAN-related backup and recovery metadata information is contained in it.

    B

    It provides a convenient, optional, repository of backup- and recovery-related metadata.

    C

    It provides the ability to store RMAN scripts for global use by any database that has access to the repository.

    D

    It provides a means of storing all RMAN backup sets physically in an Oracle database server.

    E

    It provides the ability to store backup records for more than a year.


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

  • 第10题:

    单选题
    You want to create the Recovery Manager (RMAN) Virtual Private Catalog (VPC) to maintain a separation of responsibilities along with a consolidation of RMAN repository. Which condition must be met before you create the VPC?()
    A

    A base catalog exists

    B

    The recovery catalog is empty

    C

    The base recovery catalog must be dropped

    D

    A target database is registered in the recovery catalog


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

  • 第11题:

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

  • 第12题:

    单选题
    You are creating a recovery catalog for use with RMAN. You have issued these commands: SQL> CREATE TABLESPACE rman_ts DATAFILE  ’/DISK1/rman_ts01.dbf’ 2> SIZE 20M 3> DEFAULT STORAGE (initial 100K next 100K pctincrease 0); SQL> CREATE USER rman_db01 IDENTIFIED BY rman_db01 2> DEFAULT TABLESPACE rman_ts 3> QUOTA unlimited ON rman_ts;  Which command should you issue next?()
    A

    RESYNC CATALOG;

    B

    REGISTER DATABASE;

    C

    CREATE CATALOG TABLESPACE rman_ts;

    D

    GRANT recovery_catalog_owner TO rman_db01;


    正确答案: 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题:

    You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()

    • A、 target database
    • B、 auxiliary database
    • C、 third-party database
    • D、 recovery catalog database

    正确答案:C

  • 第15题:

    What is the purpose of the RMAN recovery catalog?() 

    • A、 It must be used because all RMAN-related backup and recovery metadata information is contained in it.
    • B、 It provides a convenient, optional, repository of backup- and recovery-related metadata.
    • C、 It provides the ability to store RMAN scripts for global use by any database that has access to the repository.
    • D、 It provides a means of storing all RMAN backup sets physically in an Oracle database server. 
    • E、 It provides the ability to store backup records for more than a year.

    正确答案:B,C,E

  • 第16题:

    What is the purpose of the RMAN recovery catalog?()

    • A、 Make backups faster
    • B、 Store RMAN metadata
    • C、 Store RMAN scripts
    • D、 Provide the ability to do centralized backup reporting
    • E、 Make recovery faster

    正确答案:B,C,D

  • 第17题:

    单选题
    You want to create the Recovery Manager (RMAN) Virtual Private Catalog (VPC) to maintain a separation of responsibilities along with a consolidation of RMAN repository.  Which condition must be met before you create the VPC?()
    A

     A base catalog exists

    B

     The recovery catalog is empty

    C

     The base recovery catalog must be dropped

    D

     A target database is registered in the recovery catalog


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

  • 第18题:

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


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

  • 第19题:

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

  • 第20题:

    单选题
    How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?()
    A

     Issue the grant command from the SYS user (or equivalent) of the target database.

    B

     Issue the grant command from the SYS user (or equivalent) of the recovery-catalog database.

    C

     Issue the grant command from the recovery catalog-owning schema user account in the recovery catalog.

    D

     Issue the grant command from RMAN when connected to the recovery catalog-owning schema.

    E

     Issue the grant command from RMAN when connected to the target database.


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

  • 第21题:

    单选题
    You can back up the RMAN recovery catalog with RMAN.()
    A

     True

    B

     False


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

  • 第22题:

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


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

  • 第23题:

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

  • 第24题:

    单选题
    You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()
    A

     target database

    B

     auxiliary database

    C

     third-party database

    D

     recovery catalog database


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