Oracle Database Administration II — Question 135

Which three are true about the FLASHBACK DATABASE feature? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Option B is correct because SQL*PLUS can indeed be used to perform a flashback operation. Option D is also accurate as FLASHBACK DATABASE exclusively utilizes FLASHBACK LOGS for restoring the database to a specific point in time. Finally, option F is true since ARCHIVELOG mode is required for the FLASHBACK DATABASE feature to function. The other options are incorrect because they either misrepresent the behavior of FLASHBACK LOGS or the overhead associated with queries and DML.