Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-00604 and ORA-01578
Hi,
First of all, find the corrupted object by the following SQL:
Select segment_name, segment_type
from dba_extents where file_id=<your_file#> and <your_block#> between block_id and block_id + blocks -1;
Most probably, it's an rbs. If you have time to import, do it. If not, add following parameters to init.ora and restart db:
event = "10015 trace name context forever, level 10"
Then, email the trace file.
regards...
peter.lee_at_honeywell.com wrote:
> I have a system when I issued a select statement, I get the following error.
>
> ORA-00604 Error Occur at recursive level 1
>
> ORA-01578 Oracle Datablock corrupted. File 6 Block 2853
>
> ORA-01110 Datafile 6 E:\ORANT\DATABASE\RBS1.DBS
>
> We have an export that we may be able to restore. The database is running
> in non-archive mode. Any idea on how to resolve this problem?
>
> Thank you in advance
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: peter.lee_at_honeywell.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Danisment Gazi Unal http://www.ubTools.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Danisment Gazi Unal (ubTools) INET: dunal_at_ubTools.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 11 2002 - 14:04:12 CDT
![]() |
![]() |