Hi,
is there a reason that the operations in bold look for blocks above the HWM?
Good question. It's all about performance!
Data loads are I/O intensive and it's important to minimize disk I/O.
By using "fresh", brand-new, completely-empty blocks above the HWN, more rows can be inserted before a disk write happens.
Some shops also use large blocksizes in staging tables, for this same reason . . .
Hope this helps . . .
Donald K. Burleson
Oracle Press author
Author of "Oracle Tuning: The Definitive Reference"
http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm