Oracle Database Administration II — Question 4

Which three are true about requirements for various FLASHBACK operations? (Choose three.)

Answer options

Correct answer: B, D, F

Explanation

Option B is correct because FLASHBACK drop indeed requires the RECYCLEBIN parameter to be set to ON for it to function. Option D is accurate as FLASHBACK DATA ARCHIVE does need undo to maintain all row versions in a tracked table. Option F is correct since FLASHBACK version query requires undo to obtain all versions of a row between specific times, whereas the other options either do not apply or are incorrect.