RECOVER DATABASE;
SWITCH DATAFILE ALL;
RESTORE CONTROL FILE;
RECOVER DATABASE USING BACKUP CONTROL FILE;
第1题:
Your database is running in ARCHIVELOG mode. One of the data files, USERDATA01.dbf, in the USERS tablespace is damaged and you need to recover the file until the point of failure. The backup for the datafile is available. Which three files would be used in the user-managed recovery process performed by the database administrator ()(DBA)? (Choose Three)
第2题:
Your database is running In ARCIIIVELOG mode. One of the data files, USBRDATAOI. DBF, in the users tablespace is damaged and you need to recover the file until the point of failure. The backup for the data file is available. Which three files would be used in the user-managed recovery process performed by the database administrator (DBA)?()
第3题:
You have a read/x7fonly tablespace on read/x7fonly media. You want to perform a media recovery on the existing data files, but using a backup control file. The backup control file indicates that the status of the read/x7fonly tablespace was read/write when the control file was backed up. What should you consider?()
第4题:
Your database is running in ARCHIVELOG mode,and the database is open. You execute an RMAN backup and specify the KEEP clause.Which components are backed up when this option is specified?()
第5题:
You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()
第6题:
Redo logs
Control file
The latest backup of only the damaged data file
The latest backup of all the data file in the USERS tablespace
Temporary files of temporary tablespace
Archive Logs since the latest backup to point of failure
第7题:
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
第8题:
It contains data till the last backup
It contains all data from target database until the current time
It contains all data from only the committed transactions in the target database
It contains all data except that which is used by the transactions in the current online redo file of target database
第9题:
Database Datafiles
Database Control Files
Online redo logs
Archived redo logs
The database SPFILE
None of the above, all these files are backed up.
第10题:
The instance aborts.
The database cannot be recovered.
The database can be recovered by restoring the control files from the backup.
The database remains opened and you have to shut it down with the ABORT option.
The database can be restored till the point of the last closed whole database backup.
第11题:
Redo logs
Control file
The latest backup of only the damaged data file
The latest backup of all the data file in the USERS tablespace
Temporary files of temporary tablespace
Archive Logs since the latest backup to point of failure
第12题:
Database Datafiles
Database Control Files
Online redo logs
Archived redo logs
The database SPFILE
None of the above,all these files are backed up
第13题:
Your database is configured in NOARCHIVELOG mode. All the control files have been lost due to a hard disk failure but the data files are not lost. You have the closed whole database backup available to you. Which two statements are true in this scenario?()
第14题:
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?()
第15题:
You are using RMAN to backup your ARCHIVELOG mode database. You have enabled control-file autobackups. Which files are not backed up during the RMAN backup?()
第16题:
You have an Automatic Storage Management (ASM) instance managing the database files of your production database. The database contains ASM files and non/x7fASM files. Using Recovery Manager (RMAN), you migrate the complete production database to use the ASM instance. Which statement is true?()
第17题:
drop and recreate the readonly tablespaces
rename the readonly data files to their correct file names
change the tablespace status from read/write to readonly
recreate the readonly tablespace because it is automatically removed
第18题:
drop the readonly tablespace and recreate the tablespace after recovery
take data files from the readonly tablespace offline before performing a recovery
perform a recovery; status of the tablespace in control file will be changed automatically
recovery using backup control file is not possible, so restore all the files from the last full database backup, and then open the database
第19题:
Only the data files.
All of the data files and the control files.
Only the data files belonging to the SYSTEM tablespace.
Only the data files belonging to the SYSTEM tablespace and the control files.
第20题:
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.
第21题:
You do not need to restore all the data files.
You do not need to open the database with the RESETLOGS operation
You do not need to perform a full backup after the RESETLOGS operation.
You do not need to recover all the data files to the same system change number (SCN).
第22题:
RECOVER DATABASE;
SWITCH DATAFILE ALL;
RESTORE CONTROL FILE;
RECOVER DATABASE USING BACKUP CONTROL FILE;
第23题:
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
第24题:
redo logs
control file
temporary files of temporary tablespace
the latest backup of only the damaged data file
the latest backup of all the data files In the USERS tablespace