多项选择题
You are working on an Oracle Database 10g database. Because of data loss, you decided to perform a Flashback Database operation using the following command:
SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE 5/24);
Which two statements are true? ()
A.SYSDATE should not be used with TIMESTAMP.
B.The database must have multiplexed redo log files.
C.The database must be in the MOUNT state to execute the command.
D.The database must be opened with the RESETLOGS option after the flashback operation.
E.The entire database needs to be restored from the most recent backup before the flashback operation.
相关考题
-
单项选择题
OnTuesday,ajuniorDBAdroppedanimportantapplicationuseraccount,whoseschemahasimportanttables.Youareaskedtorecoveralltheobjectsintheschema.Oninvestigation,youfindthattheuseraccountwasdroppedat11:00a.m.andSunday’sbackupisthemostrecentbackup.Whichflashbackfeaturewouldyouuse?()
A.Flashback Drop
B.Flashback Table
C.Flashback Database
D.Flashback Version Query
E.Flashback Transaction Query -
单项选择题
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
