Oracle Linux 8 System Administration — Question 2

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

Answer options

Correct answer: A, B, D

Explanation

The correct answers are A, B, and D. A is true because both UNDO and REDO can be multiplexed to enhance reliability. B is correct as UNDO guarantees read consistency by allowing transactions to access previous versions of data. D is accurate since REDO is essential for instance recovery to restore the database to a consistent state after a failure. Options C and E are incorrect; REDO is not used for ROLLBACK, and it does not provide read consistency.