ora-01578: Oracle data block corruption (file#1, block#134144) [message #588260] |
Mon, 24 June 2013 05:33 |
ishika_20
Messages: 339 Registered: December 2006 Location: delhi
|
Senior Member |
|
|
Dear All,
We are facing block corruption error and it's refer to system datafile (SYSTEM01.DBF).
Below is the script through it, we can come to know about the extent.
select segment_name, segment_type from dba_extents
where file_id=1 and 134144 between block_id and block_id+blocks-1;
select owner,index_name,index_type, table_name from dba_indexes
where index_name='I_CDEF3';
How to resolve the problem as it is related to system datafile?
We tried to drop the index but system is not allowing to do.
ORA-00701 - object necessary for warmstarting database cannot be altered.
Kindly suggest.
regards,
Ishika
|
|
|
|
|
|
|
|
|
|