Database Reference
In-Depth Information
5. You have created a script in the recovery catalog called backup_database . Which of the
following commands would successfully execute that script?
A.
run {
open script backup_database;
run script backup_database
}
B.
run {
engage script backup_database;
}
C.
run {
run script backup_database;
}
D.
Run {
execute script backup_database;
}
E. The name backup_database is an invalid name for an RMAN script. Trying to run
it from RMAN would result in an error.
6. 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, e
B. b, a, d, c, e
C. b, c, d, a, e
D. b, c, d, e, a
E. b, d, c, a, e
Search WWH ::




Custom Search