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.
第1题:
Identity two advantages of using a recovery catalog in-load of the control File of the target database Recovery Manager (RMAN).()
第2题:
Which of the following commands must be issued to remove a stored script from the recovery catalog?()
第3题:
Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMANrepository can be listed?() (Choose two.)
第4题:
Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMANrepository can be listed?()
第5题:
Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed?()
第6题:
You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()
第7题:
You issue this RMAN command: RMAN> create script Level0Backup { backup incremental level 0 format ‘/u01/db01/backup/%d_%_Sp’ fileperset 5 (database include current controlfile); sql ‘alter database archive log current’; } Which three statements are true about the Level0Backup script you just created?()
第8题:
Given the script create script db_backup_datafile_script {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;} What is the result of running this command?()
第9题:
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.
第10题:
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.
第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题:
The script will fail since you instructed RMAN to back up only one datafile rather than two
The script will successfully back up datafile 3 without error
The script will fail since it uses a substitution variable which is not supported
The execute script command will prompt for the value of and2 since it’s not included in the command
The script will fail because you cannot use the plus archivelog command when backing up
第13题:
Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMANrepository can be listed?()
第14题:
Which statement is true regarding virtual private catalogs?()
第15题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第16题:
You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()
第17题:
Which statement about using RMAN stored scripts is true?()
第18题:
Indentify two advantages of using recovery catalog instead of the control file of the database in RecoveryManager (RMAN).()(Choose two.)
第19题:
Using the LIST command in Recovery Manager (RMAN), which two pieces of information from the RMAN repository can be listed? ()
第20题:
Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN).()
第21题:
run { open script backup_database; run script backup_database }
run { engage script backup_database; }
run { run script backup_database; }
Run { execute script backup_database; }
The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.
第22题:
RC_STORED_SCRIPT
RC_STORED_SCRIPT_LINE
RC_SCRIPTS
RC_STORED_LINE_SCRIPT
None of the other alternatives apply
第23题:
DELETE SCRIPT
ERASE SCRIPT
REMOVE SCRIPT
UNCATALOG SCRIPT
第24题:
It is a SQL script.
It is a PL/SQL file.
It is an operating system (OS) file.
It is a Recovery Manager (RMAN) script