网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which command do you use to create a recovery-catalog schema? ()A create recovery catalog B create catalogC build catalog D catalog create E mount 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
考题
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、 restore catalog
考题
In a JSP-centric web application, you need to create a catalog browsing JSP page. The catalog is stored asa List object in the catalog attribute of the webapp’s ServletContext object. Which scriptlet code snippetgives you access to the catalog object?()A、% List catalog = config.getAttribute("catalog"); %B、% List catalog = context.getAttribute("catalog"); %C、% List catalog = application.getAttribute("catalog"); %D、% List catalog = servletContext.getAttribute("catalog"); %
考题
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,2B、4,3,1,5,6,2C、4,5,1,3,2,6D、5,4,1,3,2,6E、5,4,1,3,6,2
考题
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
考题
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.
考题
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
考题
What is the purpose of the catalog command?() A、 To review RMAN control file and recovery catalog metadata and ensure that its correctB、 To delete RMAN backup-related metadata from the recovery catalogC、 To create metadata in the control file and the recovery catalog related to backup set pieces D、 To create a report that lists database backupsE、 To rebuild the recovery catalog
考题
What RMAN command must you use before you can back up a database using the recovery catalog?()A、 create catalogB、 install databaseC、 catalog databaseD、 merge Catalog with databaseE、 register database
考题
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, 5B、1, 2, 4C、1, 2, 4, 5D、1, 2, 3, 4, 5
考题
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;
考题
In what order would you execute the following steps to create a recovery catalog?() a.Issue the create catalog command. b.Create the recovery-catalog database. c.Create the recovery-catalog user. d.Grant the recovery_catalog_owner privilege to the recovery-catalog user. e.Issue the register database command from the target database.A、a,b,c,d,eB、b,a,d,c,eC、b,c,d,a,eD、b,c,d,e,aE、b,d,c,a,e
考题
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 catalogC、replicate catalog D、update catalog E、restore catalog
考题
Which command do you use to create a recovery-catalog schema? ()A、create recovery catalog B、create catalogC、build catalog D、catalog create E、mount catalog
考题
What privileges must be granted to allow an account to create the recovery catalog?()A、 RECOVERY_CATALOG_OWNERB、 DBAC、 RESOURCED、 SELECT ANY DICTIONARYE、 CONNECT
考题
多选题What privileges must be granted to allow an account to create the recovery catalog?()ARECOVERY_CATALOG_OWNERBDBACRESOURCEDSELECT ANY DICTIONARYECONNECT
考题
单选题What is the purpose of the catalog command?()A
To review RMAN control file and recovery catalog metadata and ensure that its correctB
To delete RMAN backup-related metadata from the recovery catalogC
To create metadata in the control file and the recovery catalog related to backup set pieces D
To create a report that lists database backupsE
To rebuild the recovery catalog
考题
单选题What RMAN command must you use before you can back up a database using the recovery catalog?()A
create catalogB
install databaseC
catalog databaseD
merge Catalog with databaseE
register database
考题
单选题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,2B
4,3,1,5,6,2C
4,5,1,3,2,6D
5,4,1,3,2,6E
5,4,1,3,6,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, 5B
1, 2, 4C
1, 2, 4, 5D
1, 2, 3, 4, 5
考题
单选题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;
考题
单选题In a JSP-centric web application, you need to create a catalog browsing JSP page. The catalog is stored asa List object in the catalog attribute of the webapp’s ServletContext object. Which scriptlet code snippetgives you access to the catalog object?()A
% List catalog = config.getAttribute(catalog); %B
% List catalog = context.getAttribute(catalog); %C
% List catalog = application.getAttribute(catalog); %D
% List catalog = servletContext.getAttribute(catalog); %
考题
单选题In what order would you execute the following steps to create a recovery catalog?() a.Issue the create catalog command. b.Create the recovery-catalog database. c.Create the recovery-catalog user. d.Grant the recovery_catalog_owner privilege to the recovery-catalog user. e.Issue the register database command from the target database.A
a,b,c,d,eB
b,a,d,c,eC
b,c,d,a,eD
b,c,d,e,aE
b,d,c,a,e
考题
单选题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 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.
考题
单选题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
考题
单选题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 command do you use to create a recovery-catalog schema? ()A
create recovery catalog B
create catalogC
build catalog D
catalog create E
mount catalog
热门标签
最新试卷