temp files
online data files
offline data files
read only data files
第1题:
The RMAN BACKUP command using the DELETE INPUT option can be used with which three types of files? ()
第2题:
You are using RMAN to perform a closed database backup of your database. You issue these RMAN commands: STARTUP MOUNT; BACKUP FORMAT ’/BACKUP/df_%d_%s_%p.bus’ DATABASE filesperset = 2; Which components are included in the backup?()
第3题:
Which of the following files cannot be cataloged using the CATALOG command?()
第4题:
When performing an incomplete recover of the whole database, which data files must you restore? ()
第5题:
You have enabled backup optimization for the RMAN environment. Identify two criteria on which RMAN will skip the file, if it has already been backed up.()
第6题:
Which statement is true about the loss of system-critical data files in ARCHIVELOG mode?()
第7题:
Which two files in the database can be configured for automatic backups by using the autobackupfeature in Recovery Manager (RMAN)()
第8题:
The loss of which two types of files may require a recovery with the RESETLOGS option?()
第9题:
Shut down the database, restore the two data files and then start up the database.
Take the system and users tablespace offline, restore the two data files, recover the two datafiles, and then bring the SYSTEM and USERS tablespaces online.
Shut down the database, restore the two data files, start up the database in MOUNT mode, recover the two data files, and then alter the database open.
Take the SYSTEM and USERS tablespaces offline, recover the two datafiles and then bring the SYSTEM and USERS tablespaces online.
第10题:
Only the data files.
Only the data files and the online logs.
The data files, control files, and the online logs.
The data files and control files, but not the online logs.
第11题:
Only the damaged or lost data files.
All of the data files of the database.
Only the data files belonging to the SYSTEM tablespace.
The data files belonging to the SYSTEM tablespace and the damaged or lost data files.
第12题:
only the control file, the current SPFILE, and data files
only the current SPFILE and data files if autobackup is disabled
only the data files and the archived redo logs
the control file,current SPFILE file,data files,and archived redo logs
第13题:
You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) to perform backups in your databases. Which four backup operations can be performed using RMAN?()
第14题:
Which statement is true about the loss of system/x7fcritical data files in ARCHIVELOG mode?()
第15题:
Examine the following command that is used to duplicate a database on the same host: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL, aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; / } Which two statements describe the effect after the database is duplicated successfully? ()(Choose two)
第16题:
Your database is running in ARCHIVELOG mode, and the database is open. You execute an RMAN backupand specify the KEEP clause.Which components are backed up when this option is specified?()
第17题:
Which three statements are true about the stages of database startup?()
第18题:
Which files must be synchronized in order for a database to start?()
第19题:
Which two files in the database can be configured for automatic backups by using the autobackup feature inRecovery Manager (RMAN)()
第20题:
Two data files have been deleted at the operating system level by accident. Your database is running in ARCHIVELOG mode and online backups are taken nightly. One of the data files that has been deleted belongs to the USERS tablespace on the other belongs to the SYSTEM tablespace. How can you recover from this situation?()
第21题:
A backup of the target database when it is mounted
A backup of online redo log files when the database is open
A backup of only used data blocks in the file beingbeingbackup up
A backup of online, read/write data files when the database is open
A backup of only those data blocks that have changed since a previous backup
A backup of online, read/write data files when the database is in the NOMOUNT state.
第22题:
temp files
online data files
offline data files
read only data files
第23题:
The data files of the read-only tablespaces in the target database are not duplicated
The read-only tablespaces in the target database are still defined in new the database
The read-only tablespaces in the target database are changed to online after duplication
The data files of the read-only tablespaces in the target database get duplicated
The read-only tablespaces in the target database are not defined in the new database
第24题:
The data files can be recovered till the last committed transaction.
The data files can be recovered without shutting down the database.
The data file is taken offline automatically; the database remains open.
The data files can be recovered to the time of the most recent backup.