but i run this query

select segment_type, segment_name, owner
from sys.dba_extents
where file_id = 20 and
(145788 between block_id
and block_id + blocks - 1);

20 = datafile#

but it was no row selected .. is that possible???