Oracle Database Administration I — Question 42

Which two statements are true regarding Oracle database space management within blocks managed by Automatic Segment Space Management (ASSM)?
(Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because ASSM does categorize blocks into fullness categories based on the allocation percentage. Option D is also correct as insert operations do seek blocks that have sufficient space for the new row. Options A and C are incorrect because A misrepresents the default PCTFREE value and C inaccurately describes the behavior of update operations, which do not always prioritize free space based on row length.