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;
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;
Cleaker 2.1 Theme created by Adam Walker Cleaveland with Widget support added by Chris Webb
content rss |
comments rss