create recovery catalog
create catalog
build catalog
catalog create
mount catalog
第1题:
Which statement is true regarding virtual private catalogs?()
第2题:
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?()
第3题:
What RMAN command must you use before you can back up a database using the recovery catalog?()
第4题:
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?()
第5题:
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? ()
第6题:
What privileges must be granted to allow an account to create the recovery catalog?()
第7题:
To review RMAN control file and recovery catalog metadata and ensure that its correct
To delete RMAN backup-related metadata from the recovery catalog
To create metadata in the control file and the recovery catalog related to backup set pieces
To create a report that lists database backups
To rebuild the recovery catalog
第8题:
4,1,5,6,3,2
4,3,1,5,6,2
4,5,1,3,2,6
5,4,1,3,2,6
5,4,1,3,6,2
第9题:
RESYNC CATALOG;
REGISTER DATABASE;
CREATE CATALOG TABLESPACE rman_ts;
GRANT recovery_catalog_owner TO rman_db01;
第10题:
a,b,c,d,e
b,a,d,c,e
b,c,d,a,e
b,c,d,e,a
b,d,c,a,e
第11题:
A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.
The virtual private catalog owner cannot create and modify the stored scripts.
The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.
To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database.
第12题:
A base catalog exists
The recovery catalog is empty
The base recovery catalog must be dropped
A target database is registered in the recovery catalog
第13题:
How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?()
第14题:
What is the purpose of the catalog command?()
第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.
第16题:
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.
第17题:
Which command do you use to create a recovery-catalog schema? ()
第18题:
RECOVERY_CATALOG_OWNER
DBA
RESOURCE
SELECT ANY DICTIONARY
CONNECT
第19题:
create catalog
install database
catalog database
merge Catalog with database
register database
第20题:
2, 3, 5
1, 2, 4
1, 2, 4, 5
1, 2, 3, 4, 5
第21题:
<% List catalog = config.getAttribute(catalog); %>
<% List catalog = context.getAttribute(catalog); %>
<% List catalog = application.getAttribute(catalog); %>
<% List catalog = servletContext.getAttribute(catalog); %>
第22题:
A virtual private catalog owner can create a local stored script, and have read/write access to a global stored script.
The virtual private catalog owner cannot create and modify the stored scripts.
The set of views and synonyms that make up the virtual private catalog is stored in the schema of the RMAN recovery catalog owner.
To perform most of the RMAN operations, the virtual catalog owner must have the SYSDBA or SYSOPER privilege on the target database.
第23题:
A base catalog exists
The recovery catalog is empty
The base recovery catalog must be dropped
A target database is registered in the recovery catalog
第24题:
create recovery catalog
create catalog
build catalog
catalog create
mount catalog