Block Corruptions

select tablespace_name, segment_type, owner,
segment_name
from dba_extents
where file_id = [corrupted file id]
and [Block #] between block_id AND block_id + blocks-1;