1Z0-083 · Question #79
Which two are true about Oracle Flashback features? (Choose two.)
The correct answer is D. FLASHBACK DROP can undrop an index when undropping a table. E. After a database is restored from flashback logs using the FLASHBACK DATABASE command, it. A & B are wrong, because flashback use undo not redo/archive. Not C because flashback table cannot rever ddl D & E are correct -> as of before drop retrieve from the recycle bin also the related index, and after using flashback database command, sometimes you could go forward…
Question
Which two are true about Oracle Flashback features? (Choose two.)
Options
- AFLASHBACK QUERY can retrieve REDO records from ONLINE and ARCHIVED REDO LOG
- BFLASHBACK VERSION QUERY can retrieve REDO records from ONLINE and ARCHIVED
- CFLASHBACK TABLE can undrop a column.
- DFLASHBACK DROP can undrop an index when undropping a table.
- EAfter a database is restored from flashback logs using the FLASHBACK DATABASE command, it
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C19% (5)
- D69% (18)
Explanation
A & B are wrong, because flashback use undo not redo/archive. Not C because flashback table cannot rever ddl D & E are correct -> as of before drop retrieve from the recycle bin also the related index, and after using flashback database command, sometimes you could go forward with redo.
Topics
Community Discussion
No community discussion yet for this question.