Each target database requires its own recover catalog.
RMAN scripts can be stored in the recovery catalog or the target control file.
A channel is a stream of data to a device type and corresponds to one server session.
The RMAN executable interprets sever session commands and establishes connections to the target database.
第1题:
Which statement is true regarding virtual private catalogs?()
第2题:
You observe that the senior database administrator always uses the following command when connecting to Recovery Manager (RMAN), and then starts executing commands to backup the database files: $ rman target / What would be the effect of this command?()
第3题:
Examine the following scenario: The target database instance is running. The most recent backup available for the target database was taken two days ago. Log files switches have occurred in last two days. The target database is duplicated on the same host, using the Recovery Manager (RMAN) duplicate command as follows: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb; } Which statement is true about the duplicate database in this scenario?()
第4题:
Which two statements regarding the control file and Recover Manager are true? ()
第5题:
Each target database requires its own recover catalog.
RMAN scripts can be stored in the recovery catalog or the target control file.
A channel is a stream of data to a device type and corresponds to one server session.
The RMAN executable interprets sever session commands and establishes connections to the target database.
第6题:
rman target=/ catalog=/@rcat
rman target=/ catalog=rcat_own/rcat_own
rman target=/ catalog=rcat_own/rcat_own@RCAT
rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT
You cannot connect to the target database and the recovery catalog at the same time.
第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题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第9题:
It contains data till the last backup
It contains all data from target database until the current time
It contains all data from only the committed transactions in the target database
It contains all data except that which is used by the transactions in the current online redo file of target database
第10题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第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题:
COPY
BACKUP
CHANGE
DELETE
CATALOG
第13题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第14题:
Which statement about using RMAN stored scripts is true?()
第15题:
You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository. Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()
第16题:
Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()
第17题:
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.
第18题:
RMAN would use the current operating system location to place the backup.
RMAN would use the control file of the target database to maintain the backup.
RMAN would use the recovery catalog of the target database to maintain the backup.
RMAN would use the control file of the target database to maintain the backup metadata.
RMAN would use the recovery catalog of the target database to maintain the backup metadata.
第19题:
LIST
SWITCH
VALIDATE
CONFIGURE
RESYNC CATALOG
UPGRADE CATALOG
第20题:
rman TARGET / NOCATALOG
rman TARGET sys/password
rman TARGET sys/password AS SYSDBA
rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat
第21题:
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
第22题:
The control file can grow in size.
The control file can store RMAN scripts.
CONTROL_FILE_RECORD_KEEP_TIME determines retention time for RMAN records.
The RMAN catalog can exist solely in the control file of the target database.
第23题:
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.
第24题:
You can use RMAN stored scripts.
Recovery is faster if data is stored in catalog in addition to the control file.
You can store backup Information of all registered databases in one place.
Database backups are automatically deleted when they are older than the specified time period.