单项选择题
A data file became corrupted in your database due to bad sectors on the disk. Because of corruption, you lost all the important tables in that data file.
Which method would you use for recovery?()
A.flash back all the tables in the data file, one by one
B.restore the data file to a new location and perform a media recovery
C.flash back the database; there is no need to restore the data file
D.restore the data file from the most recent backup and flash back the database
相关考题
-
单项选择题
EverySunday,consistentbackupsareperformedonyourdatabase.Becauseofausererror,youperformedanincompleterecoveryonTuesdayandopenedthedatabasewiththeRESETLOGSoption.AusererroroccursagainonThursday,whichnecessitatesanincompleterecovery.Sunday’sbackupisthemostrecentbackupavailable.Whatwouldyoudointhisscenario?()
A.recovery cannot be performed because a backup was not performed after the last incomplete recovery
B.restore all the files from Sunday’s backup, and then perform an incomplete recovery up to the point in time when the user error occurred on Thursday
C.restore all the files from Sunday’s backup, and then recover up to the point in time when the RESETLOGS operation was performed on Tuesday
D.restore all the files from Sunday’s backup, and open the database to reset the database to the point in time when the backup was performed on Sunday -
单项选择题
You are working on Oracle Database 10g, which is in ARCHIVELOG mode. All the archived log files are intact. In which scenario would performing a recovery require the opening of the database with the RESETLOGS option?()
A.loss of a tempfile
B.loss of a system data file
C.loss of one of the control files
D.loss of one of the tablespaces
E.loss of a member from each redo log group
F.loss of the only member of an unarchived redo log group -
单项选择题
You are using Oracle Database 10g. The LOG_ARCHIVE_FORMAT parameter is set to ’LOG%t_%s_%r.dbf’. Why is %r used in the file name format?()
A.to uniquely identify the archived log files with the restore operation
B.to uniquely identify the archived log files with the redo log group number
C.to uniquely identify the archived log files for each incarnation of the database
D.to uniquely identify the archived log files with the number of recovery operations performed
