True
False
第1题:
You are performing backup and recovery operations by using RMAN. You are using a recovery catalog for the RMAN repository. You are planning to migrate to ASM disk storage to enable new disks to be added to the database without shutting down the database. Which information is NOT required during the migration process?()
第2题:
You can back up the RMAN recovery catalog with RMAN.()
第3题:
It is a holiday and no transactions are being performed on the database. You took a consistent backup of your database without using Recovery Manager (RMAN). How would you make use of this consistent backup in RMAN?()
第4题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第5题:
Indentify two advantages of using recovery catalog instead of the control file of the database in RecoveryManager (RMAN).()(Choose two.)
第6题:
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
第7题:
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
第8题:
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
第9题:
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
第10题:
configure a default device for RMAN backups
temporarily disable the retention policy for RMAN backups
configure automatic channel allocation for RMAN backups
use the CONFIGURE command to reconfigure the recovery window to 60 days
第11题:
cannot be used in RMAN
by starting up the database again
by using the CATALOG command of RMAN
by using the RECOVER CATALOG command in RMAN
by re-creating the target control file to rebuild the RMAN repository
第12题:
target database
auxiliary database
third-party database
recovery catalog database
第13题:
Your database runs in NOARCHIVELOG mode, and is backed up every night using RMAN scripts. However, last night your assistant DBA performed a manual operating system backup, instead of running the scripts. Today your database crashed and you now want to use the backups from last night. What do you need todo?()
第14题:
What RMAN command must you use before you can back up a database using the recovery catalog?()
第15题:
If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated?()
第16题:
You administer an Oracle Database 10g and a third-party database. You use Recovery Manager (RMAN) to perform backup and recovery operations. You have configured a recovery catalog to act as an RMAN repository. To which of the following databases can you NOT connect using the RMAN CONNECT command?()
第17题:
Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN).()
第18题:
The next time you back up the database when you are also connected to the recovery catalog and the target database
The next time you are connected to the target database and the recovery catalog database and issue the resync command
The next time you connect RMAN to just the recovery catalog
The next time you connect to the recovery catalog and the target database with RMAN
Connecting to the recovery catalog and issuing the resync all databases command
第19题:
Database Identifier (DBID)
names and location of datafiles
names and location of control files
names and location of online redo log files
第20题:
You need to perform the restore and recover operations manually, because the backup was made manually.
First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database.
First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database.
You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information.
第21题:
create catalog
install database
catalog database
merge Catalog with database
register database
第22题:
configure a default device for RMAN backups
temporarily disable the retention policy for RMAN backups
configure automatic channel allocation for RMAN backups
use the CONFIGURE command to reconfigure the recovery window to 60 days
第23题:
RESYNC CATALOG;
REGISTER DATABASE;
CREATE CATALOG TABLESPACE rman_ts;
GRANT recovery_catalog_owner TO rman_db01;