select  segment_name,  
            segment_type
from     dba_extents 
where  file_id =  &file
     and &block  between 
    block_id and block_id + blocks - 1;