Oracle Database Administration I — Question 153

Which two statements are true about segment types in an Oracle Database? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Answer A is correct because temporary segments are indeed stored only in temporary tablespaces. Answer C is also correct as undo segments are specifically stored in an undo tablespace. The other options are incorrect; for instance, index segments do not necessarily have two or more extents, cluster segments can contain data from multiple tables, and table segments do not always have two or more extents.