Oracle: info about the corrupted block


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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.