Hi, One of my dbf file is corrupted (Please see the attachment). So i have used below query to find the corrupted tables/indexes. select owner, segment_name, segment_type from dba_extents where file_id = 10 and 90 between block_id and block_id + blocks - 1; This query output is no records. After that...