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
第1题:
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.
第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题:
Which statement is true regarding virtual private catalogs? ()
第5题:
Which statement about using RMAN stored scripts is true?()
第6题:
What privileges must be granted to allow an account to create the recovery catalog?()
第7题:
To create and execute an RMAN stored script,you must use a recovery catalog.
When executing a stored script and a command fails,the remainder of the script is executed,and a message is written to the alert log file.
RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.
When you execute a stored script,it always executes using the persistent channel settings previously set with the CONFIGURE command.
第8题:
create catalog
install database
catalog database
merge Catalog with database
register database
第9题:
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
第10题:
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
第11题:
To list all backups that were no longer available for restore operations
To list all backups that had aged beyond the RMAN retention criteria
To list all backup set pieces listed in control-file or recovery-catalog metadata that are not on the backup media
To list all datafiles that are no longer part of the database and thus do not need to be backed up
To list all archived redo logs that are no longer needed for any database recovery
第12题:
create recovery catalog
create catalog
build catalog
catalog create
mount 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题:
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?()
第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题:
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
第20题:
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
第21题:
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.
第22题:
Issue the grant command from the SYS user (or equivalent) of the target database.
Issue the grant command from the SYS user (or equivalent) of the recovery-catalog database.
Issue the grant command from the recovery catalog-owning schema user account in the recovery catalog.
Issue the grant command from RMAN when connected to the recovery catalog-owning schema.
Issue the grant command from RMAN when connected to 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题:
1,4,5,2,3
1,4,3,2,5
4,5,2,3,1
2,3,4,5,1
1,4,2,3,5