Oracle Database 12c: Installation and Administration — Question 190

You use multiple temporary tables frequently in your database. Which two are benefits of configuring temporary undo? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because configuring temporary undo leads to less redo being logged, which improves performance, and it also decreases the amount of undo data stored in the undo tablespaces. Options C and D are incorrect; DML operations on temporary tables do utilize the buffer cache, and while temporary tables do not generate redo and undo in the same way as permanent tables, they still generate some logging which is not fully eliminated.