select * from dba_extents
where file_id = &file_id
and &block_id between block_id and block_id + blocks - 1;
select * from dba_extents
where file_id = &file_id
and &block_id between block_id and block_id + blocks - 1;