Which commands are used for RMAN database recovery?()
第1题:
Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt: RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN> BACKUP DATABASE; Which files from the database will be backed up as a result of this BACKUP command?()
第2题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第3题:
Which one of the following RMAN commands is used to register the database files with repository that were backed up using O/S commands?()
第4题:
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?()
第5题:
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?()
第6题:
For an incomplete recovery, which four backup types can be used by Recovery Manager (RMAN) to restore data files?()
第7题:
Which two RMAN commands initiate a resynchronization of the recovery catalog with the target database control file?()
第8题:
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.
第9题:
restore
repair
copy
recover
replace
第10题:
COPY
BACKUP
CHANGE
DELETE
CATALOG
第11题:
RMAN image copies
RMAN database backups
RMAN tablespace backups
usermanaged backups placed in the flash recovery area
usermanaged backups that have been cataloged with RMAN
usermanaged data file backups for which the full path name is specified
第12题:
target database
auxiliary database
third-party database
recovery catalog database
第13题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第14题:
You are ready to implement RMAN in the backup and recover strategy for your company. Which system privilege must the RMAN user have to be able to connect and execute RMAN commands on a target database?()
第15题:
To perform a database point-in-time recovery using RMAN, after database restoration, you must ensure that the database is in which of the following states?()
第16题:
Which two are characteristics of user-managed backup and recovery operations?()
第17题:
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?()
第18题:
You are performing a database recovery because a user’s schema is dropped. While performing the recovery, you use the UNTIL SEQUENCE clause. Which type of database recovery are you performing?()
第19题:
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.
第20题:
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.
第21题:
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
第22题:
control file
all datafiles
password file
online redo log file
archive redo log file
server parameter file
only the SYSTEM datafile
第23题:
RMAN image copies.
RMAN database backups.
RMAN tablespace backups.
User-managed backups placed in the flash recovery area.
User-managed backups that have been cataloged with RMAN.
User-managed data file backups for which the pull path name is specified.