Oracle Database Administration I — Question 17

Which two statements are true about UNDO and REDO? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because the process of generating UNDO data inherently creates corresponding REDO data to ensure data integrity. Option E is also correct as DML operations generate both UNDO for rollback purposes and REDO for recovery. The other options are incorrect because they inaccurately state the relationships between UNDO and REDO generation.