Oracle Database Administration I — Question 2

Which two statements are true about space-saving features in an Oracle Database? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because Private Temporary Tables (PTTs) indeed store metadata only in memory, enhancing performance. Option B is also correct since an index marked as UNUSABLE does not have a segment associated with it, meaning it does not consume space. Options C, D, and E are incorrect as they describe incorrect behaviors regarding the lifecycle of Private Temporary Tables and the properties of indexes.