Oracle Database 12c: Installation and Administration — Question 243

You must track all transactions that modify certain tables in the sales schema for at least three years.
Automatic undo management is enabled for the database with a retention of one day.
Which two must you do to track the transactions? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct actions to track the transactions are to create a Flashback Data Archive in any suitable tablespace (D) and to enable Flashback Data Archiving for the tables that need monitoring (E). Options A, B, and C do not provide a solution for retaining transaction data for the required duration.