Oracle Database Administration I — Question 151

Which three are benefits of using temp UNDO when performing DML on global temporary tables? (Choose three.)

Answer options

Correct answer: A, D, E

Explanation

The correct answers are A, D, and E because using temp UNDO indeed minimizes redo generation, reduces I/O for the SYSTEM tablespace, and lowers UNDO storage in the UNDO tablespace. Option B is incorrect since DML cannot be performed on Global temporary tables when the database is in read-only mode.