单选题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 feature?() A. Virtual private databaseB. Virtual private catalogC. RMAN virtual databaseD. RMAN secure catalogE. Oracle Database Vault

Which statement is true regarding virtual private catalogs?() A. A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.B. The virtual private catalog owner cannot create and modify the stored scripts.C. The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.D. To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database

Which is the correct way to connect to both the target database and the recovery catalog from the RMAN command line?() Assume that the target database is called ORCL and that the recovery catalog database is called RCAT. Also assume that the recovery-catalog owner is called RCAT_OWN. Assume the environment is configured for the ORCL database. A、 rman target=/ catalog=/@rcatB、 rman target=/ catalog=rcat_own/rcat_ownC、 rman target=/ catalog=rcat_own/rcat_own@RCATD、 rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCATE、 You cannot connect to the target database and the recovery catalog at the same time.

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 existsB、The recovery catalog is emptyC、The base recovery catalog must be droppedD、A target database is registered in the recovery catalog

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

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.

Which of the following statements is false?()A、There can be more than one master catalog for a storeB、A sales catalog is a subset of the master catalogC、The master catalog is the central place for the stores merchandiseD、There can be more than one sales catalog for a storeE、Multiple stores can share a master catalog

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.

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.

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.

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.

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 databaseB、 auxiliary databaseC、 third-party databaseD、 recovery catalog database

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.

Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()A、COPYB、BACKUPC、CHANGED、DELETEE、CATALOG

单选题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 existsB The recovery catalog is emptyC The base recovery catalog must be droppedD A target database is registered in the recovery catalog

单选题Which of the following statements is false?()AThere can be more than one master catalog for a storeBA sales catalog is a subset of the master catalogCThe master catalog is the central place for the stores merchandiseDThere can be more than one sales catalog for a storeEMultiple stores can share a master catalog

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

单选题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 traceB bring database to the MOUNT stateC open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target databaseD set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog

单选题Which of the following files cannot be cataloged using the CATALOG command?()AData filesBControl filesCArchived log filesDFiles storing RMAN scripts

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

单选题RMAN provides more granular catalog security through which feature?()AVirtual private databaseBVirtual private catalogCRMAN virtual databaseDRMAN secure catalogEOracle Database Vault

多选题What is the purpose of the RMAN recovery catalog?()AIt must be used because all RMAN-related backup and recovery metadata information is contained in it.BIt provides a convenient, optional, repository of backup- and recovery-related metadata.CIt provides the ability to store RMAN scripts for global use by any database that has access to the repository.DIt provides a means of storing all RMAN backup sets physically in an Oracle database server.EIt provides the ability to store backup records for more than a year.

单选题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?()AA base catalog existsBThe recovery catalog is emptyCThe base recovery catalog must be droppedDA target database is registered in the recovery catalog

单选题Which option describes a benefits of IPv6 VPN Provider Edge?()AProvider support for intra-AS and CSC scenariosBUses separate signaling plane, which provides more security than IPv4CBGP is the preferred routing protocol for connecting two SPsDNo requirement for a separate signaling plane

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

单选题You executed the following command in Recovery Manager (RMAN):  RMAN RESTORE CONTROLFILE;  Which operation must you perform before this command is executed?()Aback up the control file to traceBbring database to the MOUNT stateCopen a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target databaseDset the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog

单选题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?()ARESYNC CATALOG;BREGISTER DATABASE;CCREATE CATALOG TABLESPACE rman_ts;DGRANT recovery_catalog_owner TO rman_db01;