Hi
Does the emty_blocks column in the below query
show blocks above HWM or empty blocks below HWM
select table_name,a.blocks,b.bytes/1024 as KB,num_rows,empty_blocks
from user_tables a, user_segments b
where a.table_name = b.segment_name
and empty_blocks >0
order by empty_blocks desc
Table_name Blocks KB Num_rows Empty_blocks
------------------- --------- ----- ------------ ------------------
TEMPHISTORY 0 52224 0 6528