Oracle Database Administration I — Question 69

Which three statements are true about undo segments and the use of undo by transactions in an Oracle database instance? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

Option A is correct because multiple transactions can indeed use the same undo segment concurrently. Option B is accurate as undo segments can wrap back to the first extent when filled. Option D is also true since undo segments can extend when necessary. Options C, E, F, and G are incorrect as they do not accurately reflect the behavior and requirements of undo segments in Oracle databases.