单选题RMAN provides more granular catalog security through which feature?()A Virtual private databaseB Virtual private catalogC RMAN virtual databaseD RMAN secure catalogE Oracle Database Vault

题目
单选题
RMAN provides more granular catalog security through which feature?()
A

Virtual private database

B

Virtual private catalog

C

RMAN virtual database

D

RMAN secure catalog

E

Oracle Database Vault


相似考题
更多“RMAN provides more granular catalog security through which f”相关问题
  • 第1题:

    RMAN provides more granular catalog security through which feature?()

    • A、Virtual private database
    • B、Virtual private catalog
    • C、RMAN virtual database
    • D、RMAN secure catalog
    • E、Oracle Database Vault

    正确答案:B

  • 第2题:

    Which of the following statements is false?()

    • A、There can be more than one master catalog for a store
    • B、A sales catalog is a subset of the master catalog
    • C、The master catalog is the central place for the stores merchandise
    • D、There can be more than one sales catalog for a store
    • E、Multiple stores can share a master catalog

    正确答案:A

  • 第3题:

    Which of the following statements about a Master Catalog is FALSE?()

    • A、The Master Catalog must be a proper tree.
    • B、The product management tools work with a Master Catalog.
    • C、A product cannot belong to more than one category.
    • D、A store may have more than one Master Catalog.

    正确答案:D

  • 第4题:

    In RMAN, when the RESYNC CATALOG command is issued, in which two situations does the command file actually perform synchronization?()

    • A、After the COPY command.
    • B、After adding a data file in the target database.
    • C、After adding a tablespace in the target database.
    • D、After adding a tablespace in the catalog database.
    • E、After dropping a data file in the catalog database.
    • F、After running SQL Loader to load a large amount of data.

    正确答案:B,C

  • 第5题:

    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

  • 第6题:

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

  • 第7题:

    单选题
    Which of the following roles provides the privileges to maintain and query the recovery catalog schema?()
    A

    EXECUTE_CATALOG_ROLE

    B

    CONNECT

    C

    RESOURCE

    D

    RECOVERY_CATALOG_OWNER

    E

    RECOVERY_CATALOG_USER


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

  • 第8题:

    单选题
    Which of the following files cannot be cataloged using the CATALOG command?()
    A

    Data files

    B

    Control files

    C

    Archived log files

    D

    Files storing RMAN scripts


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

  • 第9题:

    单选题
    RMAN provides more granular catalog security through which feature?()
    A

    Virtual private database

    B

    Virtual private catalog

    C

    RMAN virtual database

    D

    RMAN secure catalog

    E

    Oracle Database Vault


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

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

  • 第12题:

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

  • 第13题:

    You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.  You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recovery catalog owned by RCO11. You also want to deregister them from the catalog after import. You executed the following commands to achieve this:   RMAN> CONNECT CATALOG rco11/password@catdb  RMAN> IMPORT CATALOG rcat10/oracle@inst1 DBID=1423241,1423242;   What happens if the RCO11 catalog has scripts with the same name as that of the scripts in RCAT10 catalog?()

    • A、 The scripts in the RCO11 catalog are overwritten.
    • B、 RMAN renames the local stored scripts in the RCO11 catalog.
    • C、 The RMAN session in which the command is executed aborts.
    • D、 RMAN renames the global scripts that are imported from the RCAT10 catalog.

    正确答案:D

  • 第14题:

    Which of the following BEST describes the function of a DNS server?()

    • A、Secures network traffic through shared key encryption.
    • B、Provides resolution of host names to IP addresses.
    • C、Provides security for a network through the use of ACLs.
    • D、Dynamically assigns IP addresses for easy client configuration.

    正确答案:B

  • 第15题:

    Which statement is true regarding RMAN components?()

    • A、Each target database requires its own recover catalog. 
    • B、RMAN scripts can be stored in the recovery catalog or the target control file. 
    • C、A channel is a stream of data to a device type and corresponds to one server session. 
    • D、The RMAN executable interprets sever session commands and establishes connections to the target database.

    正确答案:C

  • 第16题:

    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

  • 第17题:

    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

  • 第18题:

    单选题
    Which of the following statements is false?()
    A

    There can be more than one master catalog for a store

    B

    A sales catalog is a subset of the master catalog

    C

    The master catalog is the central place for the stores merchandise

    D

    There can be more than one sales catalog for a store

    E

    Multiple stores can share a master catalog


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

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

    单选题
    You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.  You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recovery catalog owned by RCO11. You also want to deregister them from the catalog after import. You executed the following commands to achieve this:   RMAN> CONNECT CATALOG rco11/password@catdb  RMAN> IMPORT CATALOG rcat10/oracle@inst1 DBID=1423241,1423242;   What happens if the RCO11 catalog has scripts with the same name as that of the scripts in RCAT10 catalog?()
    A

     The scripts in the RCO11 catalog are overwritten.

    B

     RMAN renames the local stored scripts in the RCO11 catalog.

    C

     The RMAN session in which the command is executed aborts.

    D

     RMAN renames the global scripts that are imported from the RCAT10 catalog.


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

  • 第21题:

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

  • 第22题:

    单选题
    Which option describes a benefits of IPv6 VPN Provider Edge?()
    A

    Provider support for intra-AS and CSC scenarios

    B

    Uses separate signaling plane, which provides more security than IPv4

    C

    BGP is the preferred routing protocol for connecting two SPs

    D

    No requirement for a separate signaling plane


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

  • 第23题:

    单选题
    RMAN provides more granular catalog security through which feature?()
    A

     Virtual private database

    B

     Virtual private catalog

    C

     RMAN virtual database

    D

     RMAN secure catalog

    E

     Oracle Database Vault


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

  • 第24题:

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