Ora-00368

Hi,
i had a problem with my system and the blu windows screen appeared. When i started again the system, the database remained in the mounted but not started status. This is the kind of error that i receive if i try to start it.
ORA-00368: checksum error in redo log block
ORA-00353: log corruption near block 313331 change 36924788 time 06/04/2003
13:23:09
ORA-00312: online log 4 thread 2:
C:\oracle\oradata\coge\redo03.log
I searched the metalink and found the following:
"Since you are not running in archive log mode, you may need to force the db open using a parameter to corrupt the redo logs"
Unfortunately i 'm new and i don't know what "force the db open using a parameter to corrupt the redo logs" mean and how to do it.
Please help me.
Thanks, Emilio.

Hello,
I could see from the description u have given, the database is shutdown in abort. So during next startup, it has to got for instance recovery. For that it needs either ARCHIVED log file or redo log files. Now since ur log files got corrupted, u need to go for time based incomplete recovery. But again for that u need archived logfile and backup. Do u have the same. Let me suggest u something, there is one parameter dbblock_cache_protect, set the value to true, this will not allow any corruption to be written in the redo or datafile. It will crash u r system, but u need not go for recovering the redo log files. U might need to drop the affected/corrupted redo log group and add new making db in noarchivelog mode. But this is precaution. Not the solution for the present situation.
Thanx

Similar Messages

  • [DG Physical] ORA-00368: checksum error in redo log block

    Hi all,
    I'm building a DR solution with 1 primary & 2 DR site (Physical).
    All DBs use Oracle 10.2.0.3.0 on Solaris 64bit.
    The first one ran fine for some days (6), then I installed the 2nd. After restoring the DB (DUPLICATE TARGET DATABASE FOR STANDBY) & ready to apply redo. The DB fetched missing arc gaps & I got the following error:
    ==================
    Media Recovery Log /global/u04/recovery/billhcm/archive/2_32544_653998293.dbf
    Errors with log /global/u04/recovery/billhcm/archive/2_32544_653998293.dbf
    MRP0: Detected read corruption! Retry recovery once log is re-fetched...
    Wed Jan 27 21:46:25 2010
    Errors in file /u01/oracle/admin/billhcm/bdump/billhcm1_mrp0_12606.trc:
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 1175553 change 8236247256146 time 01/27/2010 18:33:51
    ORA-00334: archived log: '/global/u04/recovery/billhcm/archive/1_47258_653998293.dbf'
    Managed Standby Recovery not using Real Time Apply
    Recovery interrupted!
    Recovered data files to a consistent state at change 8236247255373
    ===================
    I see that may be RFS get the file incorrectly so I ftp to get this file & continue the apply, it pass. Comparison the RFS file & ftp is difference. At that time, I think that something wrong with the RFS because the content of arc is not right. (I used BACKUP VALIDATE ARCHIVELOG SEQUENCE BETWEEN N1 AND N2 THREAD X to check all arcs the RFS fetched, there was corrupt in every file);
    I restore the DR DB again & apply incremental backup from the primary, now it run well. I don't know what's happening as I did the same procedures for all DR DB.
    Yesterday night, I have to stop & restart DR site 1. Today, I check and it got the same error as the 2nd site, with corrupted redo. I try to delete the arcs, & let RFS to reget it, but the files were corrupt too.
    If this continue to happen with the 2nd site again, that'll be a big problem.
    The DR site 1 & Primary is linked by a GB switch, site 2 by a 155Mbps connection (far enough for my db load at about 1.5MB/s avg apply rate).
    I seach Oracle support (metalink) but no luck, there is a case but it mentions max_connection>1 (mine is default =1)
    Can someone show me how to troubleshooting/debug/trace this problem.
    That would be a great help!
    Thank you very much.

    This (Replication) is the wrong forum for your posting.
    Please post to the "Database - General" forum at
    General Database Discussions
    But, first, log an SR with Oracle Support.
    Hemant K Chitale

  • Ora-00368 checksum error in redo log block

    We are running small database in oracle 9i in non archive mode .Database is not opening up with following error ora-00368 checksum error in redo log block.
    How to do the incomplete database recovery and open the database.
    Regards
    Arun

    For more details
    Here is what I am Doing.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'M:\ORACLE\ORADATA\mail\SYSTEM01.DBF'
    SQL> alter database recover datafile
    'M:\ORACLE\ORADATA\mail\SYSTEM01.DBF';
    alter database recover datafile 'M:\ORACLE\ORADATA\mail\SYSTEM01.DBF'
    ERROR at line 1:
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 103414 change 5082448355423 time
    04/22/2003 04:30:11
    ORA-00312: online log 3 thread 1: 'M:\ORACLE\ORADATA\mail\REDO03.LOG'
    What can be done to start the database??
    Regards
    Arun

  • Get ORA-00368: checksum error in redo log block

    Hi all,
    I get an error ORA-00368: checksum error in redo log block when connecting to database and here is the error:
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 430757 change 1236507302 time 11/12/2009
    09:55:35
    ORA-00312: online log 4 thread 1: '/oradata02/tchad/redo4.log'
    Note that we are in noarchive log mode.
    Could you help on how to recover my database please or a doc if there is interesting somewhere.
    Thank you
    Lucienot

    Hi I don't have redo log duplex and here are the things i've done:
    1.     shutdown abort
    2.     ALTER DATABASE CLEAR UNARCHIVED LOGFILE '/oradata/.../redo3.log';
    3.     startup nomount;
    4.     alter database mount;
    5.     ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 4;
    SQL> SELECT GROUP#, ARCHIVED, STATUS FROM V$LOG;
    GROUP# ARC STATUS
    3 NO ACTIVE
    4 NO CURRENT
    5 NO UNUSED
    SQL> alter system switch logfile;
    alter system switch logfile
    ERROR at line 1:
    ORA-01109: database not open
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oradata00/tchad/system01.dbf'
    Thanks

  • Ora-00353

    Dear All,
    when I m going to recover dataguard then I receive following error.
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 6144 change 1368965150 time 01/03/2009
    09:20:38
    ORA-00334: archived log: 'D:\ARCHIVENML\LOG5070210456493677.ARC'
    Is it possible to recover this archive log.
    Thanks.

    It seems like you are doing restore using corrupted data/blcoks.
    What db version are you using and did you use rman for backup ?

  • Oracle initialization in progress due to logfile corruption - startup error

    Hi All!
    I m using Oracle Release 9.2.0.1.0. Due to power outage, it seems that one of its Redo files is corrupt and it is not getting started. My database is running in no archive mode and I donot have any backup for my data.
    I have performed the following action but in vain. Please help me to get it started.
    Thanks in advance.
    Muhammad Bilal
    SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jan 4 19:22:16 2010
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    SQL> show user
    USER is "SYS"
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 88880 change 182882946 time 01/04/2010
    08:33:19
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> select group#,sequence#,archived,status from v$log;
    GROUP# SEQUENCE# ARC STATUS
    1 911 NO CURRENT
    2 909 NO INACTIVE
    3 910 NO INACTIVE
    SQL> alter database clear logfile group 1;
    alter database clear logfile group 1
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> alter database clear unarchived logfile group 1;
    alter database clear unarchived logfile group 1
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1;
    ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
    ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> alter system switch logfile;
    alter system switch logfile
    ERROR at line 1:
    ORA-01109: database not open
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
    ALTER DATABASE CLEAR UNARCHIVED LOGFILE 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
    alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> select member,status from v$logfile;
    MEMBER STATUS
    D:\ORACLE\ORADATA\DB\REDO03.LOG STALE
    D:\ORACLE\ORADATA\DB\REDO02.LOG
    D:\ORACLE\ORADATA\DB\REDO01.LOG
    SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO03.LOG';
    Database altered.
    SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG';
    alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    ERROR at line 1:
    ORA-01624: log 1 needed for crash recovery of thread 1
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> alter database clear logfile 'D:\ORACLE\ORADATA\DB\REDO02.LOG';
    Database altered.
    SQL> recover database until cancel;
    ORA-00279: change 182763162 generated at 01/03/2010 20:00:21 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
    ORA-00280: change 182763162 for thread 1 is in sequence #911
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 88880 change 182882946 time 01/04/2010 08:33:19
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\DB\REDO01.LOG'
    SQL> recover database until cancel;
    ORA-00279: change 182882944 generated at 01/04/2010 08:33:10 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
    ORA-00280: change 182882944 for thread 1 is in sequence #911
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00308: cannot open archived log 'D:\ORACLE\ORA92\RDBMS\ARC00911.001'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00308: cannot open archived log 'D:\ORACLE\ORA92\RDBMS\ARC00911.001'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
    SQL> select group#,sequence#,archived,status from v$log;
    GROUP# SEQUENCE# ARC STATUS
    1 911 NO CURRENT
    2 0 NO UNUSED
    3 0 NO UNUSED
    SQL> alter system switch logfile;
    alter system switch logfile
    ERROR at line 1:
    ORA-01109: database not open
    SQL> ALTER SYSTEM CHECKPOINT GLOBAL;
    ALTER SYSTEM CHECKPOINT GLOBAL
    ERROR at line 1:
    ORA-01109: database not open
    SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
    ORA-00279: change 182763162 generated at 01/03/2010 20:00:21 needed for thread 1
    ORA-00289: suggestion : D:\ORACLE\ORA92\RDBMS\ARC00911.001
    ORA-00280: change 182763162 for thread 1 is in sequence #911
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DB\SYSTEM01.DBF'
    ---------------------------------------------------------------------------------------------------------------------------------

    Hi Bilal,
    1)take a trace of controlfile..the file will be in udump destination
    SQL>alter database backup controlfile to trace;
    *2)take the whole database cold backup...IMMEDIATLY*
    3) bring another pc install the same version oracle software on it
    4)copy datafiles,parameterfile.listener.ora,tnsnames.ora from the backup
    5)Edit the parameter file and do the necessary changes
    -control files new location
    -database new name
    -backgrounddump destination new location
    -userdump destination new location
    -coredump destination new location
    And save the parameterfile as init<SID>.ora and copy it to ORACLE_HOME\database directory.
    5)edit the trace file u got in step one and remove everything above
    STARTUP NOMOUNT
    and below
    CHARACTER SET XXXXXXX
    Changes should be done to paths of the datafiles and logfiles(as per physical structure of new database) change reuse to set ,new database name and noresetlogs to resetlogs in that tracefile as we are not using the logs from the source database.
    EG:CREATE CONTROLFILE SET DATABASE *"DG9A"* RESETLOGS
    and save that file as create_ct.sql
    5)Create a oracle service using ora dim utility from command prompt.
    c:\ oradim -new -sid SIDNAME -intpwd fbifbi -startmode auto -pfile d:\oracle\ora81\database\initSID.ora--->what ever the name u gave in parameter file and according to your environmetn
    6)do the changes in the listener.ora and tnsnames.ora as per the new machine
    5)set oracle sid and log into sql
    c:\set oracle_sid=sidname
    c:\sqlplus “/as sysdba”
    SQL>@create_ct.sql
    then open database with
    SQL>alter database open resetlogs;
    check google if ur confused in creating control file and oracle service check for cold database cloning
    Hope you will recover
    Regards
    Edited by: hungry_dba on Jan 5, 2010 9:34 AM

  • Corruption in a log file

    Problem Description: alter database open
    ERROR at line 1:
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 75 change 898387731 time 11/07/2009 17:15:29
    ORA-00312: online log 2 thread 1: '/opt/oracle/archivelogs/online_logs/redo02.log'
    Elapsed: 00:00:01.71
    SQL> select CONTROLFILE_CHANGE#, ARCHIVELOG_CHANGE# from v$database;
    CONTROLFILE_CHANGE# ARCHIVELOG_CHANGE#
              898387746          898387674
    Elapsed: 00:00:00.00
    SQL> select distinct checkpoint_change# from v$datafile_header;
    CHECKPOINT_CHANGE#
             898385334
    Elapsed: 00:00:00.01I'm wondering if I should clear the logfile, or restore and recover control file to change# 898385334 or a higher number. Please advise. I filled out a severity 1 request, but I haven't heard back. It has been nearly 3 hours. I'm thinking I need to restore and recover the control file, but I would like some expert advice.
    If it matters:
    Oracle 11.1.0.6.0
    the corruption was caused by a full disk (Oracle completely filled one archivelog destination while another had 600GB+ free)
    the backups were done with RMAN
    a full restore and recover will take considerable time (probably a week or more by the time I get the data off of tape)
    I have all the archivelogs
    I have a recent control file backup
    and I'd be happy to post any other information.

    Flashback is not enabled. I think it was enabled when we were running this on a win32 platform, but it's not anymore.
    I thought the logfiles were duplexed when the database was set up, but Unfortunately, logfiles aren't duplexed. It also turns out that the datafiles are fuzzy. They need recovery from the corrupted online redo log, probably past the corruption point. Once the database is online again, I'll duplex or multiplex the logfiles before letting the customer use it again.
    The database is about 1.3TB. A full backup normally takes two days to complete, plus it would a few days to free up the space on the backup server. However, I have some much faster disk space now.
    Oracle support has gotten back to me, but their support system is suffering from partial outages. We tried applying all the logfiles, then an open resetlogs, but it didn't work, due to datafiles being fuzzy. His recommendation was to do a full restore and recover, but that will probably take more than a week. Most of the data has been archived to tape, and I've been generating 100's of GB (in their bzip2 compressed backup form) of archivelogs working on restoring the database from a previous crash.
    He said we could also try to force the database open, do a full export, create the database again, then import the data, and said it had a pretty good chance of working. Unless I come across some other option, we'll try that first, since by morning, I'll have somewhere around 1.8TB of extra disk space to hold the data.

  • How to recover from one corrupted redo log file in NOARCHIVE mode?

    Oracle 10.2.1.
    The redo log file was corrupted and Oracle can't work.
    When I use STARTUP mount, I got no error msg.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 1652555776 bytes
    Fixed Size 1251680 bytes
    Variable Size 301991584 bytes
    Database Buffers 1342177280 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    But I have some applications which are depended on Oracle can't be started.
    So, I tried STARTUP open. But I got error msg.
    SQL> startup open
    ORACLE instance started.
    Total System Global Area 1652555776 bytes
    Fixed Size 1251680 bytes
    Variable Size 301991584 bytes
    Database Buffers 1342177280 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 497019 change 42069302 time 11/07/2007
    23:43:09
    ORA-00312: online log 4 thread 1:
    'G:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\REDO04.LOG'
    So, how can I restore and recover my database?
    If use RMAN, how to do that?
    Any help will be appreciated.
    Thanks.

    Hi, Yingkuan,
    Thanks for the helps.
    Actually, I have 10 redo log files exists. All of them are here.
    I tried your suggestion:
    alter database clear unarchived logfile group 4;
    The error msg I got is the same as before:
    SQL> alter database clear unarchived logfile group 4;
    alter database clear unarchived logfile group 4
    ERROR at line 1:
    ORA-01624: log 4 needed for crash recovery of instance nmdata (thread 1)
    ORA-00312: online log 4 thread 1:
    'G:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\REDO04.LOG'
    Compared to losing all the data, it is OK for me lose some of them.
    I have more than 1 TB data stored and 99.9% of them are raster images.
    The loading of these data were the headache. If I can save them, I can bear the lost.
    I want to grasp the last straw.
    But I don't know how set the parameter: allowresetlogs_corruption
    I got the error msg:
    SQL> set allowresetlogs_corruption=true;
    SP2-0735: unknown SET option beginning "_allow_res..."
    I have run the command:
    Recover database until cancel
    Alter database open resetlogs
    The error msg I got is the following:
    SQL> recover database until cancel
    ORA-00279: change 41902930 generated at 11/05/2007 22:01:48 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\NMDATA\ARCHIVELOG\2007_11_09\O1_MF_
    1_1274_%U_.ARC
    ORA-00280: change 41902930 for thread 1 is in sequence #1274
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL>
    From the log file, I got the following:
    ALTER DATABASE RECOVER database until cancel
    Fri Nov 09 00:12:48 2007
    Media Recovery Start
    parallel recovery started with 2 processes
    ORA-279 signalled during: ALTER DATABASE RECOVER database until cancel ...
    Fri Nov 09 00:13:20 2007
    ALTER DATABASE RECOVER CANCEL
    Fri Nov 09 00:13:21 2007
    ORA-1547 signalled during: ALTER DATABASE RECOVER CANCEL ...
    Fri Nov 09 00:13:21 2007
    ALTER DATABASE RECOVER CANCEL
    ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
    Thank you very much. and I am looking forward to your followup input.

  • Database Refresh Failed

    Hi All,
    I am working on a database refresh and it failed with the following errors
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 04/15/2011 16:27:41
    RMAN-03015: error occurred in stored script Memory Script
    ORA-00283: recovery session canceled due to errors
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/srv/database/arch2/1_65508_689972797.dbf'
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 256 change 43879018791 time 04/12/2011 04:30:54
    ORA-00334: archived log: '/srv/database/arch2/1_65508_689972797.dbf'
    Do you have any idea of how to solve this error.
    Please help.

    Hi;
    What is your OS? If its solaris than please see:
    Duplicate Fails with Corruption Errors on Solaris QFS Filesystem [ID 764113.1]
    Regard
    Helios

  • PLEASE HELP ME , I really Get tired of this !!!!!

    Well , I don't how to start . I have a Server with the following specifications :
    Supermicro super Server6011H
    1 - Dual PIII 1.4 Processors
    2 - Adaptec AIC-7899W dual channel Ultra 160(320) SCSI controller
    3 - Adaptec 2005S Zero RAID Configured with RAID 1
    4 - Two 36 GB SEAGATE SCSI Hard Disk with RAID 1 Ultra(320)
    5 - 1 GB ECC Memory
    6- OS is Windows 2000 server
    I have a problem ...... My problem is when I install Oracle 9 Enterprise edition On this machine everything is fine but sometimes after couple times rebooting when i want to open database system give me the Following Error :
    RA-00353, 00000, "log corruption near block %s
    change %s time %s"
    To resolve this problem i did this . I update the latest firmware for all controllers and even firmware for hardrives . i tested system with different diagnostics programs , everything is fine i never get crashed even one time in windows . I really don't know what to do . Is there any problem with RAID 1 and Oracle 9 on windows ? or is there any patch which i should download and install ? some times it work fine and then after couple times of shut down and restart this happen .
    Please some one help me.......

    Ok , thx all . first of all the value for "Ora_<SID>_Shutdown" is True, and the value of "Ora_<sid>_shutdowntype" is "I" . The content Of Alert.log is :
    dump file c:\oracle1\ora92\admin\orasrv\bdump\alert_orasrv.log
    Mon Jun 30 11:54:05 2003
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 3, CPU type 586
    Mon Jun 30 11:54:05 2003
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = C:\oracle1\ora92\oradata\orasrv\CONTROL01.CTL, C:\oracle1\ora92\oradata\orasrv\CONTROL02.CTL, C:\oracle1\ora92\oradata\orasrv\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orasrv
    dispatchers = (PROTOCOL=TCP) (SERVICE=orasrvXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = C:\oracle1\ora92\admin\orasrv\bdump
    user_dump_dest = C:\oracle1\ora92\admin\orasrv\udump
    core_dump_dest = C:\oracle1\ora92\admin\orasrv\cdump
    sort_area_size = 524288
    db_name = orasrv
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Jun 30 11:54:10 2003
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Mon Jun 30 11:54:11 2003
    alter database mount exclusive
    Mon Jun 30 11:54:15 2003
    Successful mount of redo thread 1, with mount id 186248419.
    Mon Jun 30 11:54:15 2003
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Jun 30 11:54:15 2003
    alter database open
    Mon Jun 30 11:54:15 2003
    Beginning crash recovery of 1 threads
    Mon Jun 30 11:54:15 2003
    Started first pass scan
    ORA-368 signalled during: alter database open...
    Mon Jun 30 12:23:44 2003
    /* OracleOEM */ ALTER DATABASE OPEN
    Mon Jun 30 12:23:44 2003
    Beginning crash recovery of 1 threads
    Mon Jun 30 12:23:45 2003
    Started first pass scan
    ORA-368 signalled during: /* OracleOEM */ ALTER DATABASE OPEN ...
    and also here is the exact error message :
    ORA-00368 : CHECKSUM ERROR IN REDO LOG BLOCK .
    ORA-00353 :LOG CORRUPTION NEAR BLOCK 529 CHANGE 360981 <TIME><DATE>
    ORA-00312 : ONLINE LOG 2 THREAD 1 "C:\ORACLE1\ORA92\ORADATA\ORASRV\REDO02.LOG
    I hope we find a reson for this . Again thank you all.

  • Database recover fail

    Hi Gurus
    When I was starting my database I found it failed and asked for media recovery , I did it despite that not able to recover
    My database oracle 10.2.0.3
    OS : AIX
    Error is as under :
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/oradata/pblprod/system01.dbf'
    SQL> recover datafile 1;
    ORA-00279: change 68423924625 generated at 03/09/2012 13:24:30 needed for thread 1
    ORA-00289: suggestion : /archivefs/pblprod/pblprod_arch_1_50365_687531539.arc
    ORA-00280: change 68423924625 for thread 1 is in sequence #50365
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /archivefs/pblprod/pblprod_arch_1_50365_687531539.arc
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 9379976 change 68425552562 time 03/09/2012 16:02:25
    ORA-00334: archived log: '/archivefs/pblprod/pblprod_arch_1_50365_687531539.arc'
    ORA-01112: media recovery not started
    SQL>
    Regards
    Rabi

    Hi,
    What you want to show from the thread .... I didn't get ...
    >
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 368263168 bytes
    Fixed Size 1374668 bytes
    Variable Size 230688308 bytes
    Database Buffers 130023424 bytes
    Redo Buffers 6176768 bytes
    Database mounted.
    SQL> alter system switch logfile;
    alter system switch logfile
    ERROR at line 1:
    ORA-01109: database not open
    >
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • DB Corruption on RHES 3.0, OCFS, Firewire

    I recently built a RAC cluster using OCFS and a firewire device.
    due to a bug in dbca. i had to create the db as a standalone instance, then alter it to be clustered.
    All is fine for 24 hours or so. then both instances bomb out with corruption errors in the control files and then redo logs.
    I've rebuilt the db's twice, with the same problems. here is the message i get in the alert log after 24 hours or so :
    Errors in file /u01/app/oracle/admin/racdb/bdump/racdb1_ckpt_17555.trc:
    ORA-00201: controlfile version incompatible with ORACLE version
    ORA-00202: controlfile: '/u02/oradata/racdb/control01.ctl'
    Fri Mar 26 22:43:27 2004
    The instance dies. When i re-start it :
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 100625 change 85664 time 03/26/2004
    22:38:46
    ORA-00312: online log 3 thread 1: '/u02/oradata/racdb/redo03.log'
    Anyone, any ideas ?

    Thanks for asking Pavna. I was able to do it with the following steps :
    FYI, See the following link for getting the DB running properly:
    http://www.puschitz.com/InstallingOracle9i.shtml#RunningOracleInstallationOnRHELAS3
    In brief:
    1)Apply patches & set paths, libraries & compilers per the aforementioned tech note.
    2) 9.0 install w/ no DB after patching Red Hat per
    3) 9.2.0.4. upgrade, still no DB
    4) Patches 3119415 & 3238244 w/ OPatch
    5) dbca w/ a custom defined db per chap. 10 of the 10gAS install guide -- create SQL scripts (dbca whines about invalid create operator statements otherwise..)
    6) run the scripts to create the db
    7) run rdbms/admin/catldap to create the LDAP schema& packages (do NOT run oidca)
    8) run repca to create an empty repository
    9) run infrastructure install -- identity mgt. install
    Note: I was able to succeed with this process, but in retrospect, it looks like I was using gcc296 instead of 323...
    As we are trying to prep for an automated install compliant with Oracle's embedded license reqts, we have to get this process down to a complete lights out install. I will release the process/docs/scripts to OTN when we are done.

  • Current log group corruption

    Check out whether u can solve this issue:
    This is the error which I have faced in one of my clients place. The scenario goes like this
    Because of some virus problem the server was abnormally shutdown. Next time when I tried to open the database I got this error:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 202447572 bytes
    Fixed Size 453332 bytes
    Variable Size 117440512 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 6165 change 136535232 time
    05/18/2006 13:03:22
    ORA-00312: online log 1 thread 1: 'D:\ORACLE\ORADATA\NCRCL\REDO01.LOG'
    The group happens to be the current group.
    SQL> select * from v$log;
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS
    FIRST_CHANGE# FIRST_TIME
    1 1 2480 104857600 1 NO CURRENT
    136527225 18:MAY:06-12:11:08
    2 1 2478 104857600 1 NO INACTIVE
    136470398 18:MAY:06-10:10:28
    3 1 2479 104857600 1 NO INACTIVE
    136504477 18:MAY:06-11:48:21
    The error says at SCN 136535232 there is one log corruption. So what we decided is to recover the database until change (136535225):
    Sql> Recover database until change 136535226;
    After giving this when we tried to open the database we got this error:
    Sql> Alter database open resetlogs;
    Error: File 1 needs more recovery to be consistent , can’t open the database.
    Note : The client hasn’t implemented any kind of backup strategy.
    Could you please solve the issue

    ORA-00353: log corruption near block string change string time string
    Cause: Some type of redo log corruption has been discovered. This error describes the location of the corruption. Accompanying errors describe the type of corruption.
    Action: Do recovery with a good version of the log or do incomplete recovery up to the indicated change or time.
    go through below link
    Redolog Corrupted

  • Standby database recovery error

    Dear All,
    When Im trying to apply redologs for my standby database, the following error is coming up
    ORA-00279: change 276067636 generated at 08/22/2010 05:03:25 needed for thread 1
    ORA-00289: suggestion : /oracle/BWP/oraarch/BWParch1_30490_684267445.dbf
    ORA-00280: change 276067636 for thread 1 is in sequence #30490
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 32769 change 276075175 time 08/22/2010 05:03:49
    ORA-00334: archived log: '/oracle/BWP/oraarch/BWParch1_30490_684267445.dbf'
    ORA-01112: media recovery not started
    Could you please help out.
    Thanks n Regards,
    KK

    Hi Stefan,
    Oracle data guard is implemented by one of the expert on the same.
    The following is result of the command you listed.
    NAME                                 TYPE        VALUE
    log_archive_dest                     string      /oracle/BWP/oraarch/BWParch
    log_archive_dest_1                   string
    log_archive_dest_10                  string
    log_archive_dest_2                   string
    log_archive_dest_3                   string
    log_archive_dest_4                   string
    log_archive_dest_5                   string
    log_archive_dest_6                   string
    log_archive_dest_7                   string
    log_archive_dest_8                   string
    log_archive_dest_9                   string
    NAME                                 TYPE        VALUE
    log_archive_dest_state_1             string      enable
    log_archive_dest_state_10            string      enable
    log_archive_dest_state_2             string      defer
    log_archive_dest_state_3             string      enable
    log_archive_dest_state_4             string      enable
    log_archive_dest_state_5             string      enable
    log_archive_dest_state_6             string      enable
    log_archive_dest_state_7             string      enable
    log_archive_dest_state_8             string      enable
    log_archive_dest_state_9             string      enable
    Thanks,
    Anees

  • Problem in recovery

    hi,
    im using
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production on oralinux 4.
    this server is standby database and it is in manual recovery mode.
    archives are shipped from primary to standby and then we recover with recover standby database command.
    but now i am getting these errors.
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 98312 change 8980540899 time 02/22/2009
    01:38:58
    ORA-00334: archived log: '/oracle/archives/1_1214.arc'
    ORA-01112: media recovery not started
    how i can solve this problem . and recover database.
    plz help
    REHAN - ORACLE DBA
    Masood textile mills
    faisalabad pakistan

    i replaced the affected archive log with clean archive from primary. but still the same error message is displayed.
    what to do now.
    regards rehan

Maybe you are looking for

  • Configuring SSRS reports in SharePoint 2013

    Hi friends how to configure reporting service in SharePoint 2013 with sql server 2008 R2 in my developer server SharePoint 2013 is installed with sql server 2008 R2 SP1 i am facing problems while configuring SSRS with SharePoint 2013  please help me

  • IWeb unexpectedly quits with publication

    Every time I try to publish changes to my site iWeb unexpectedly quits and will only publish a few of the changes. I'm using Mountain Lion and using version 3.0.4 (601).  I have already followed the steps from this discussion: https://discussions.app

  • CS5.5 doesn't recognize my quadro 4000 card

    Hello I just installed cs5.5 keeping cs5.0.3 also installed. When I open premiere cs5.5 the mercury playback switch in the project settings dialog box is grayed out. It is set on software playback and can't be changed. I then uninstalled CS5.0.3, reb

  • Cameras won't connect to iMovie

    I have iMovieHD installed on several eMacs and iBooks. I also have several Canon cameras ranging from the ZR200 to the ZR800. All cameras were working fine, but in the last few weeks the number of cameras that will be recognized by the computer has d

  • Replacing iBook with MacBook, data transfer concerns

    My mother will be getting a new MacBook later this week, replacing her current iBook (500 Mhz, MacOS 10.3.9). I will be left to transfer everything over. Her old iBook has one user account: it is used by both my mother and my father. I was thinking a