04016

hi
I am getting this ora error:
ORA-04016: sequence xxx no longer exists.
the sequence exists in "DBA_SEQUENCES" and the owner is the correct one.
what am I missing ?
thank you

I logged in as the username:
SQL> SELECT last_value from SEQ1;
SELECT last_value from SEQ1
ERROR at line 1:
ORA-02201: sequence not allowed here
SQL> select * from dba_sequences where SEQUENCE_NAME like 'SEQ1';
SEQUENCE_OWNER SEQUENCE_NAME MIN_VALUE MAX_VALUE INCREMENT_BY C O CACHE_SIZE LAST_NUMBER
USER1 SEQ1 1 1.0000E+27 1 N N 20 40001
thank you

Similar Messages

  • ORA-04016 - Sequence no longer exists

    Hi,
    In the below scenario
    1. All the sequences are dropped
    2. When a process requires a value from a sequence and the sequence is not available, it is created and then a sequence.nextval is executed.
    This statement is returning a ORA-04016 - Sequence <XXX> no longer exists.
    Based on the following Metalink 1300837.1, we tried putting a sleep(5) between the sequence creation and fetch. The problem still occurs intermittently.
    DB Version is 11.2.0.2 on Exadata with 6 nodes.
    Even after an extensive search on the web, I could not find anything.
    Is there any workaround for this or is there some DB patch to be applied?
    Thanks

    Have you tried sleeping for longer?
    Alternative approaches that spring to mind are:
    1) Ensure that the statements that create the sequence and those that subsequently use it are executed on the same node when executed in close succession.
    2) Trap the error and retry in your code.
    I'd be inclined to favour suggestion 1 if possible in your environment.
    Is your code in PL/SQL?

  • ORA-04016

    Hi,
    I am getting an ORA-04016 (ORA-04016: sequence <name> no longer exists).
    These are the statements:
    1. CREATE SEQUENCE <seq> START WITH 1 INCREMENT BY 1 CACHE 1000 NOCYCLE
    2. INSERT INTO <table1> (<columns>) SELECT <seq>.NEXTVAL, <columns> FROM <table2>
    3. DROP SEQUENCE <seq>
    I often call these statements without error, but suddenly the error occures in line 2. and after that time the error always comes up. I have to reconnect to the db to get rid of it.
    There is only 1 session on that DB and the caller is single threaded. So concurrency is not an issue.
    My question is: What does the error mean and how can I avoid it? I found nothing on the web about this.
    Thanks,
    Albrecht

    Thanks for your time and thoughts.
    To Raj: I'm inserting as many records as in table2 not just one. And I'm dropping the seq after using it because I have to recreate it when passing these lines of code next time.
    To Jens: Do I have to be a paying member of something to view those bugs? (I am not - you guessed it). But regarding the title of the bug I think: no, I'm not dropping any users.
    To all: Is there any programmer who hacked something like this into the oracle kernel: "IF USER=="albrecht" THEN THROW ORA-04016 SPORADICALLY"? I mean line 2 is a transaction and who if not the system can drop a sequence inside a transaction that uses it? I do not understand the real meaning of this error. What code do I have to provide to force the error running tha code first time?
    TIA,
    Albrecht

  • Automatic datafile offline due to write error

    Hi,
    Our SAP system are down. In the alert.log file, i found that one of the files are being locked by third party backup software.
    I'm new to both oracle and basis, pls advise the steps to recover the database. Thank you.
    The error in the alert log file:
    Errors in file f:\oracle\p02\saptrace\background\p02_lgwr_3896.trc:
    ORA-00345: redo log write error block 8404 count 2
    ORA-00312: online log 3 thread 1: 'D:\ORACLE\P02\ORIGLOGA\LOG_G13M1.DBF'
    ORA-27072: File I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.
    Sat Oct 25 00:23:12 2008
    Errors in file f:\oracle\p02\saptrace\background\p02_lgwr_3896.trc:
    ORA-00343: too many errors, log member closed
    ORA-00346: log member marked as STALE
    ORA-00312: online log 3 thread 1: 'D:\ORACLE\P02\ORIGLOGA\LOG_G13M1.DBF'
    Sat Oct 25 00:26:04 2008
    Incremental checkpoint up to RBA [0x1c1b.2079.0], current log tail at RBA [0x1c1b.20dc.0]
    Sat Oct 25 00:35:18 2008
    KCF: write/open error block=0x3f7c6 online=1
         file=5 G:\ORACLE\P02\SAPDATA1\SR3_2\SR3.DATA2
         error=27072 txt: 'OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.'
    Automatic datafile offline due to write error on
    file 5: G:\ORACLE\P02\SAPDATA1\SR3_2\SR3.DATA2
    Sat Oct 25 00:35:19 2008
    KCF: write/open error block=0x3f7c4 online=1
         file=5 G:\ORACLE\P02\SAPDATA1\SR3_2\SR3.DATA2
         error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.'
    Automatic datafile offline due to write error on
    file 5: G:\ORACLE\P02\SAPDATA1\SR3_2\SR3.DATA2
    Sat Oct 25 00:36:00 2008
    KCF: write/open error block=0x37f74 online=1
         file=7 G:\ORACLE\P02\SAPDATA1\SR3_4\SR3.DATA4
         error=27072 txt: 'OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because another process has locked a portion of the file.'
    Automatic datafile offline due to write error on
    file 7: G:\ORACLE\P02\SAPDATA1\SR3_4\SR3.DATA4
    Sat Oct 25 00:45:49 2008
    Errors in file f:\oracle\p02\saptrace\usertrace\p02_ora_3876.trc:
    ORA-00600: internal error code, arguments: [kdtdelrow-2], [2], [2], [], [], [], [], []
    ORA-00376: file 5 cannot be read at this time
    ORA-01110: data file 5: 'G:\ORACLE\P02\SAPDATA1\SR3_2\SR3.DATA2'

    Hi
    As alway use this information for research purposes only.
    I presume that Oracle and SAP application servers are down.
    Now would be a good time to make a backup image of your crippled system.
    This way you can always get back to this state if needed.
    So do an offline backup if possible.
    It looks like a log file is damaged or deleted. You may find that you have a
    mirror image of it so this might not be the end of the world.
    If you have oracle up to the mount point e.g.
    startup mount
    then you should be able to acces the v$logfile
    select  GROUP#,STATUS,MEMBER from v$logfile;
    This will show you whether the have a mirror setup for the log file you need.
    Make sure all the files outlined in this output exist.
    e.g. do a DIR in the parant directory.
    Post all the output of v$logfile and whether all the files exist.
    regards
    Stephen

  • ORA-00333: redo log read error block

    ORA-01033: ORACLE initialization or shutdown in progress ...
    / as sysdba
    SQL> shutdown immediate;
    SQL> startup nomount;
    SQL> alter database mount;
    SQL> alter database open;
    ORA-00333: redo log read error block 8299 count 8192
    SQL> SELECT * FROM V$VERSION;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> select group#,members,THREAD, STATUS,ARCHIVED,BYTES,FIRST_TIME,FIRST_CHAGE#,SEQUENCE# from v$log;
    GROUP# MEMBERS,THREAD,STATUS,ARCHIVED,BYTES,FIRST_TIME,FIRST_CHAGE#,SEQUENCE#
    1 1 1 CURRENT NO 52428800 29-FEB-12 1597643 57
    2 1 1 INACTIVE NO 52428800 29-FEB-12 1573462 56
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Feb 29 19:46:38 2012
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 56 Reading mem 0
    Mem# 0 errs 0: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_7LZYZK8S_.LOG
    Wed Feb 29 19:46:40 2012
    Completed redo application
    Wed Feb 29 19:46:40 2012
    Completed crash recovery at
    Thread 1: logseq 56, block 6568, scn 1597642
    270 data blocks read, 270 data blocks written, 1460 redo blocks read
    Wed Feb 29 19:46:43 2012
    Thread 1 advanced to log sequence 57
    Thread 1 opened at log sequence 57
    Current log# 2 seq# 57 mem# 0: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_7LZYZL5V_.LOG
    Successful open of redo thread 1
    Wed Feb 29 19:46:43 2012
    SMON: enabling cache recovery
    Wed Feb 29 19:46:55 2012
    Successfully onlined Undo Tablespace 1.
    Wed Feb 29 19:46:55 2012
    SMON: enabling tx recovery
    Wed Feb 29 19:46:56 2012
    Database Characterset is AL32UTF8
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=19, OS id=3024
    Wed Feb 29 19:47:09 2012
    Completed: alter database open
    Wed Feb 29 19:47:14 2012
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Feb 29 20:33:30 2012
    MMNL absent for 1537 secs; Foregrounds taking over
    Wed Feb 29 20:33:31 2012
    MMNL absent for 1540 secs; Foregrounds taking over
    Wed Feb 29 20:33:31 2012
    MMNL absent for 1540 secs; Foregrounds taking over
    MMNL absent for 1540 secs; Foregrounds taking over
    Wed Feb 29 20:33:32 2012
    MMNL absent for 1540 secs; Foregrounds taking over
    Wed Feb 29 20:33:33 2012
    MMNL absent for 1540 secs; Foregrounds taking over
    Wed Feb 29 21:45:24 2012
    MMNL absent for 4318 secs; Foregrounds taking over
    MMNL absent for 4318 secs; Foregrounds taking over
    MMNL absent for 4322 secs; Foregrounds taking over
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Feb 29 22:30:01 2012
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3, v.3244
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:3097M/3546M, Ph+PgF:5143M/5429M, VA:1943M/2047M
    Wed Feb 29 22:30:01 2012
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    __shared_pool_size = 201326592
    __large_pool_size = 8388608
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 805306368
    control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 587202560
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    local_listener = (ADDRESS=(PROTOCOL=TCP)(HOST=winsp3ue)(PORT=1522))
    job_queue_processes = 4
    audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    os_authent_prefix =
    pga_aggregate_target = 268435456
    PMON started with pid=2, OS id=2176
    PSP0 started with pid=3, OS id=2204
    MMAN started with pid=4, OS id=2208
    DBW0 started with pid=5, OS id=2212
    LGWR started with pid=6, OS id=2220
    CKPT started with pid=7, OS id=2240
    SMON started with pid=8, OS id=2460
    RECO started with pid=9, OS id=2464
    CJQ0 started with pid=10, OS id=2480
    MMON started with pid=11, OS id=2484
    Wed Feb 29 22:30:02 2012
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=2492
    Wed Feb 29 22:30:02 2012
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Wed Feb 29 22:30:02 2012
    alter database mount exclusive
    Wed Feb 29 22:30:06 2012
    Setting recovery target incarnation to 2
    Wed Feb 29 22:30:06 2012
    Successful mount of redo thread 1, with mount id 2657657770
    Wed Feb 29 22:30:06 2012
    Database mounted in Exclusive Mode
    Completed: alter database mount exclusive
    Wed Feb 29 22:30:07 2012
    alter database open
    Wed Feb 29 22:30:07 2012
    Beginning crash recovery of 1 threads
    Wed Feb 29 22:30:07 2012
    Started redo scan
    Wed Feb 29 22:30:15 2012
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2544.trc:
    ORA-00333: redo log read error block 10347 count 6144
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_7LZYZL5V_.LOG'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    Waiting for Help
    Regards

    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2544.trc:
    ORA-00333: redo log read error block 10347 count 6144
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_7LZYZL5V_.LOG'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).Might your redo log file is corrupted or not exist, check physically. -> C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_7LZYZL5V_.LOG
    is it archivelog mode?
    perform fake recovery and open resetlogs.

  • Need urgent help with database startup

    dear all,
    i am using oracle 10g on windower server 32 bit.
    i try to startup my database today, and it give me error, and it is my production database,
    i need very urgent help from you.(i have no rman backup , and the data is not so necessory, since it is for student practice.)
    SQL> startup open
    ORACLE instance started.
    Total System Global Area  524288000 bytes
    Fixed Size                   790180 bytes
    Variable Size             250343772 bytes
    Database Buffers          272629760 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01110: data file 34: 'G:\ORACLE\DATAFILES_ACADEMY\ACADEMY'
    ORA-01115: IO error reading block from file 34 (block # 1)
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).regards.

    Maahjoor wrote:
    Hi dears,
    i need further assistance from your side, i have restarted the server, but the same problem.
    as there a way to drop and re-create a system tablespace? since the file 34 belong to system tablesapce.
    regardsNo.
    So just create a new database. That will take all of ten minutes. And tell your students to create new tablespaces. That will take them two minutes.

  • Error promoting reports using LCM: The kind 'Note' does not exist

    Hi,
    We are using BOXI3.1 with FixPack1.3 installed on a Windows 2003 Enterprise environment. We have installed Life Cycle Management for version management and content promotion. Our environment coneist of three server installations (Development, Test and Production).
    Our problem is that we are not able to promote reports from one environment to another. Wee are getting two different kind of errors, depending on the scenario:
    Error 1: For actual promotion
    Commit Status=Commit attempted and failed, Promotion Status=Failure : com.businessobjects.lcm.utilities.LCMException: com.businessobjects.sdk.biar.exception.XSDException$UnknownKindException: The kind 'Note' does not exist in the CMS. (FWM 04030)
    Error 2: For test promotion
    Commit Status=Commit attempted and failed, Promotion Status=Failure : com.businessobjects.lcm.utilities.LCMException: com.businessobjects.sdk.biar.exception.XSDException$ImportParsingException: Import file parsing exception occurred : 'Item 'ALLOW_DISCUSSION_THREADS' does not exist in enumeration 'Note_RightEnum'. (FWM 04016)' (FWM 04009) cause:com.businessobjects.sdk.biar.exception.XSDException$InvalidEnumItemException: Item 'ALLOW_DISCUSSION_THREADS' does not exist in enumeration 'Note_RightEnum'. (FWM 04016) detail:Import file parsing exception occurred : 'Item 'ALLOW_DISCUSSION_THREADS' does not exist in enumeration 'Note_RightEnum'. (FWM 04016)' (FWM 04009) Item 'ALLOW_DISCUSSION_THREADS' does not exist in enumeration 'Note_RightEnum'. (FWM 04016)
    This error happens for borth the Administrator user, and a user who are a member of the Administrator user group.
    We have tested following:
    1. Verify the user has at least view right for Custom Access Levels in CMC
    2. Verify the user has the 'Allow discussion thread' on the Note content on Top Level security in 'Folder' in CMC.
    3. We are getting the same error when exporting to BIAR
    4. The user have Full control of the LCM folder
    5. We have tested promotion with security option enabled
    We have also a test report where we have set Full Control and allow discussion thread explicit on the user.
    Have anyone experienced the same error and a suggestion for what can be wrong?
    Jøran
    Edited by: Jøran Kleiven on Feb 24, 2010 3:22 PM

    Hi,
    Could you tell me which table this object are in? I tried ci_infoobjects and ci_systemobjects, but it returned null.
    Jøran

  • Oracle Instance has been terminated

    Hi,
    we are facing some weird problem with one of our Oracle database where oracle instance is getting terminated very frequently. below are the alert logs. Kindly suggest what could be the issue & how to resolve it.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    This is an IBM X series server & we have get hardware checked from vednor who have not found anything wrong with hardware (HDD).
    Sat Aug 25 08:00:34 2012
    KCF: read, write or open error, block=0xfba4 online=1
    file=2 'J:\ORACLE\DB1\DB1\SYSAUX01.DBF'
    error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.'
    Errors in file J:\ORACLE\DB1\diag\rdbms\DB1\DB1\trace\DB1_dbw0_7012.trc:
    ORA-63999: data file suffered media failure
    ORA-01114: IO error writing block to file 2 (block # 64420)
    ORA-01110: data file 2: 'J:\ORACLE\DB1\DB1\SYSAUX01.DBF'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    Sat Aug 25 08:00:35 2012
    Errors in file J:\ORACLE\DB1\diag\rdbms\DB1\DB1\trace\DB1_m000_5168.trc:
    ORA-00322: log 3 of thread 1 is not current copy
    ORA-00312: online log 3 thread 1: 'H:\ORACLE\DB1\ORIGLOG3\LOG_G3_M1.DBF'
    Sat Aug 25 08:00:35 2012
    System state dump requested by (instance=1, osid=7012 (DBW0)), summary=[abnormal instance termination].
    System State dumped to trace file J:\ORACLE\DB1\diag\rdbms\DB1\DB1\trace\DB1_diag_6996.trc
    DBW0 (ospid: 7012): terminating the instance due to error 63999
    Dumping diagnostic data in directory=[cdmp_20120825080035], requested by (instance=1, osid=7012 (DBW0)), summary=[abnormal instance termination].
    Sat Aug 25 08:00:49 2012
    Exception [type: IN_PAGE_ERROR, ] [] [PC:0x76E59C12, 0000000076E59C12]
    ERROR: Unable to normalize symbol name for the following short stack (at offset 213):
    dbgexProcessError()+200<-dbgeExecuteForError()+65<-dbgDB1stErrorKGE()+2235<-dbkDB1stKGE_kgsf()+77<-kgeade()+563<-kgerelv()+151<-kgerev()+45<-kgerec5()+60<-sss_xcpt_EvalFilterEx()+1869<-sss_xcpt_EvalFilter()+174<-.1.4_5+59<-0000000076E485A8<-0000000076E59D0D<-0000000076E491AF<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14<-0000000076E81278<-0000000076E59C12<-0000000076E48F14
    Errors in file J:\ORACLE\DB1\diag\rdbms\DB1\DB1\trace\DB1_d000_7044.trc (incident=153752):
    ORA-07445: exception encountered: core dump [PC:0x76E59C12] [IN_PAGE_ERROR] [] [PC:0x76E59C12] [] []
    Incident details in: J:\ORACLE\DB1\diag\rdbms\DB1\DB1\incident\incdir_153752\DB1_d000_7044_i153752.trc
    Use ADRCI or Support Workbench to package the incident.
    See Note 411.1 at My Oracle Support for error and packaging details.
    Sat Aug 25 08:00:52 2012
    Instance terminated by DBW0, pid = 7012
    Dhiraj
    Edited by: 876613 on Aug 25, 2012 1:15 AM

    Sorry i don't have much knowledge about oracle so posting here trace log file details.
    Dhiraj
    Trace file J:\ORACLE\db1\diag\rdbms\db1\db1\trace\db1_dbw0_7012.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V6.1 Service Pack 1
    CPU : 16 - type 8664, 8 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:4773M/8148M, Ph+PgF:23035M/26535M
    Instance name: db1
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Windows thread id: 7012, image: ORACLE.EXE (DBW0)
    *** 2012-08-25 08:00:34.653
    *** SESSION ID:(161.1) 2012-08-25 08:00:34.653
    *** CLIENT ID:() 2012-08-25 08:00:34.653
    *** SERVICE NAME:(SYS$BACKGROUND) 2012-08-25 08:00:34.653
    *** MODULE NAME:() 2012-08-25 08:00:34.653
    *** ACTION NAME:() 2012-08-25 08:00:34.653
    KCF: read, write or open error, block=0xfba4 online=1
    file=2 'J:\ORACLE\db1\db1\SYSAUX01.DBF'
    error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.'
    DDE rules only execution for: ORA 1110
    ----- START Event Driven Actions Dump ----
    ---- END Event Driven Actions Dump ----
    ----- START DDE Actions Dump -----
    Executing SYNC actions
    ----- START DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (Async) -----
    Successfully dispatched
    ----- END DDE Action: 'DB_STRUCTURE_INTEGRITY_CHECK' (SUCCESS, 0 csec) -----
    Executing ASYNC actions
    ----- END DDE Actions Dump (total 0 csec) -----
    error 63999 detected in background process
    ORA-63999: data file suffered media failure
    ORA-01114: IO error writing block to file 2 (block # 64420)
    ORA-01110: data file 2: 'J:\ORACLE\db1\db1\SYSAUX01.DBF'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1117) The request could not be performed because of an I/O device error.
    kjzduptcctx: Notifying DIAG for crash event
    ----- Abridged Call Stack Trace -----
    ksedsts()+585<-kjzdssdmp()+329<-kjzduptcctx()+288<-kjzdicrshnfy()+87<-ksuitm()+1557<-ksbrdp()+4373<-opirip()+853<-opidrv()+907<-sou2o()+98<-opimai_real()+299<-opimai()+191<-BackgroundThreadStart()+646<-0000000076A1652D<-0000000076E5C521
    ----- End of Abridged Call Stack Trace -----
    *** 2012-08-25 08:00:35.683
    DBW0 (ospid: 7012): terminating the instance due to error 63999
    Dump file j:\oracle\db1\diag\rdbms\db1\db1\trace\db1_dbw0_7012.trc
    Sat Aug 25 08:00:42 2012
    ORACLE V11.2.0.2.0 - 64bit Production vsnsta=0
    vsnsql=16 vsnxtr=3
    *** 2012-08-25 08:00:42.079 ssthreadkillsafe: about to forcefully terminate tid=5904, dumping call stack:
    ------------------- Call Stack Trace ---------------------
    *** 2012-08-25 08:00:42.204
    calling location entry point arg #1 arg #2 arg #3 arg #4
    0000000076E8165A 0000000000000000 0000000000000000 0000000000000011 0000000010847e38 0000000000000011
    000007FEFD3A1203 0000000076E81650 0000000026c0d268 0000000000000000 0000000026c0d1d0 0000000000000000
    ksuitm()+840 000007FEFD3A1150 000000000ae6b180 0000000000000001 0000000000000000 0000000000000000
    ksliwat()+16250 ksuitm() 0000000000000000 0000000000000444 0000000000000000 0000000000000000
    kslwaitctx()+184 ksliwat() 000007ff7b46e698 000007ff7b46e698 000001f4000001f4 0000000000023660
    kslwait()+160 kslwaitctx() 0000000000000001 000007ff747e4240 0000000000000048 0000000145e4d6f9
    ksarcv()+222 kslwait() 000000a2002a280e 00000000000000e2 00000000000000cd 0000000000024dcc
    ksbabs()+539 ksarcv() 00000000000001d0 0000000100000fd8 0000000000000001 000000001d3967e0
    ksbrdp()+1298 ksbabs() 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    opirip()+853 ksbrdp() 000000000000001e 00000001474b1574 0000000026c0f930 0000000000000001
    opidrv()+907 opirip() 0000000000000032 0000000000000004 0000000026c0fd20 4f5c3a4a00000000
    sou2o()+98 opidrv()+150 0000000000000032 0000000000000004 0000000026c0fd20 0000000000000000
    opimai_real()+299 sou2o() 01cd81d90b41b30c 0000000000000000 000e0018000807dc 00050023002e002d
    opimai()+191 opimai_real() 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    BackgroundThreadStart()+646 opimai() 0000000026c0fe68 000000000000000d 0000000000000000 0000000000000000
    0000000076A1652D BackgroundThreadStart() 000000001227de30 0000000000000000 0000000000000000 0000000000000000
    0000000076E5C521 0000000076A16520 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    ---------------- End of Call Stack Trace -----------------
    Call stack acquisition performance stats:
    setup time (lock acquis., memory alloc.): 0 ms
    frame get time (time the target proc was suspended): 94 ms
    symbol translation time: 0 ms
    total time: 94 ms
    *** 2012-08-25 08:00:48.428 ssthreadkillsafe: about to forcefully terminate tid=6232, dumping call stack:
    ------------------- Call Stack Trace ---------------------
    *** 2012-08-25 08:00:48.506
    calling location entry point arg #1 arg #2 arg #3 arg #4
    0000000076E8165A 0000000000000000 0000000000000000 000000000000000d 0000000010847e38 000000000000000d
    000007FEFD3A1203 0000000076E81650 00000000169de798 000080f153baec1f 000007ff01002000 0000000000000000
    sltrusleep()+58 000007FEFD3A1150 0000000000023558 0000002500000000 0000002500000000 0000000000000000
    kskvkrmmain()+817 sltrusleep() 0000000000000000 0000000000000003 0000000000000008 000000209a2e0ea0
    ksbrdp()+1298 kskvkrmmain() 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    opirip()+853 ksbrdp() 000000000000001e 00000001474b1574 00000000169df930 0000000000000001
    opidrv()+907 opirip() 0000000000000032 0000000000000004 00000000169dfd20 4f5c3a4a00000000
    sou2o()+98 opidrv()+150 0000000000000032 0000000000000004 00000000169dfd20 0000000000000000
    opimai_real()+299 sou2o() 01cd8258c2d597a9 0000000000000000 00060019000807dc 0006007000000000
    opimai()+191 opimai_real() 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    BackgroundThreadStart()+646 opimai() 00000000169dfe68 000000000000000d 0000000000000000 0000000000000000
    0000000076A1652D BackgroundThreadStart() 000000000b79d160 0000000000000000 0000000000000000 0000000000000000
    0000000076E5C521 0000000076A16520 0000000000000000 0000000000000000 0000000000000000 0000000000000000
    ---------------- End of Call Stack Trace -----------------
    Call stack acquisition performance stats:
    setup time (lock acquis., memory alloc.): 0 ms
    frame get time (time the target proc was suspended): 62 ms
    symbol translation time: 0 ms
    total time: 62 ms
    *** 2012-08-25 08:00:52.453
    ksuitm: waiting up to [5] seconds before killing DIAG(6996)

  • Error ora-01033 initialization or shutdown in progress Oracle 10g

    Hello !
    I am a young Gabonese student  and I need your help , it turns out that I have an Oracle database 10g and I am facing the same problem for a month already
    Indeed, my database shows me
    The instance of the database that my application connects (SID = MyApp) fails has started, due to an error with the code:
    ora-01033 initialization or shutdown in progress.
    And here is the list of other error messages that SQLPLUS console displays:
    ORA - 01115: for I / O error reading block from file 2 <# block 926>
    ORA - 01110: data file 2:
    C: \ MyApp \ DATABASE \ ORACLE \ ORADATA \ MyApp \ UNDOTBS01.DBF
    ORA - 27070: Failed to read / write asynchronous
    OSD - 04016: Error queuing of pending asynchronous I / O request.
    O / S - Error: <OS 1117> unable to meet demand due to an error O peripheral I /
    ORA - 01115: I / O error reading block from file 2 <Block # 983>
    ORA - 01110 data file 2
    C: \ MyApp \ DATABASE \ ORACLE \ ORADATA \ MyApp \ UNDOTBS01.DBF
    ORA - 27070: failure to read / write asynchronous
    it 's been days since I research different forum a clear solution for this type of problem but I can not find anything satisfactory and definitive any help for me is precious ... thank you in advance

    c8884db4-2595-4c5e-bd57-a33002f6d13c wrote:
    Hello !
    I am a young Gabonese student  and I need your help , it turns out that I have an Oracle database 10g and I am facing the same problem for a month already
    Indeed, my database shows me
    The instance of the database that my application connects (SID = MyApp) fails has started, due to an error with the code:
    ora-01033 initialization or shutdown in progress.
    And here is the list of other error messages that SQLPLUS console displays:
    ORA - 01115: for I / O error reading block from file 2 <# block 926>
    ORA - 01110: data file 2:
    C: \ MyApp \ DATABASE \ ORACLE \ ORADATA \ MyApp \ UNDOTBS01.DBF
    ORA - 27070: Failed to read / write asynchronous
    OSD - 04016: Error queuing of pending asynchronous I / O request.
    O / S - Error: <OS 1117> unable to meet demand due to an error O peripheral I /
    ORA - 01115: I / O error reading block from file 2 <Block # 983>
    ORA - 01110 data file 2
    C: \ MyApp \ DATABASE \ ORACLE \ ORADATA \ MyApp \ UNDOTBS01.DBF
    ORA - 27070: failure to read / write asynchronous
    it 's been days since I research different forum a clear solution for this type of problem but I can not find anything satisfactory and definitive any help for me is precious ... thank you in advance
    OS/Disk failure external to Oracle.
    Oracle is victim; not the culprit.
    After the disk throwing error is replaced, you will need to restore the DB from most recent backup.

  • Cannot read Redo log

    Hi,
    We have a site which is used for replication.
    At this site we had a capture,propogate and the apply process.
    Because of some errors we dropped the capture and propogate process.
    We also droppeed the streams queue.
    Then we created a new Capture and Propogate process as well as
    a new streams queue.
    When we start the capture process then the process gets aborted.
    When we see the dump file we get the following errors.
    It says that you cannot read from redo log
    *** 2003-02-07 22:01:23.000
    *** SESSION ID:(22.16) 2003-02-07 22:01:23.000
    ORA-00333: redo log read error block 131074 count 8192
    ORA-00334: archived log: 'E:\ORACLE\ORCL92\RDBMS\ARC00029.001'
    ORA-27070: skgfdisp: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    ORA-00333: redo log read error block 131074 count 8192
    ORA-00334: archived log: 'E:\ORACLE\ORCL92\RDBMS\ARC00029.001'
    ORA-27091: skgfqio: unable to queue I/O
    ORA-27070: skgfdisp: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 23) Data error (cyclic redundancy check).

    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    These errors indicate that the file is unreadable from the OS point of view.

  • ORA-01033 Error Coming Continuosly

    When I am trying to connect to the database the error is coming "Oracle shutdown or intilialization is in process". I am not able to do anything.
    My database is on some other computer and i am trying to connect using host string. I am using Oracle version10.1.0.4.2 (10G)
    I checked the trace file and got the error below:
    ORA-00333: redo log read error block 31464 count 8192
    ORA-00312: online log 2 thread 1: 'D:\ORACLE\ORADATA\ORCL\REDO02.LOG'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    ORA-00333: redo log read error block 31464 count 8192
    ORA-00312: online log 2 thread 1: 'D:\ORACLE\ORADATA\ORCL\REDO02.LOG'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    *** 2008-05-13 18:14:50.934
    ORA-00333: redo log read error block 31464 count 8192
    Please suggest the needful asap or mail @ [email protected]

    ORA-01033: ORACLE initialization or shutdown in progress
    Cause: An attempt was made to log on while Oracle is being started up or shutdown.
    Action: Wait a few minutes. Then retry the operation.

  • Oracle 8i : Database crashes after an asynchronous I/O request !

    Hi,
    If someone can help me, should be appreciated !
    Sun Jun 28 05:27:56 2009
    Errors in file G:\oracle\admin\ias\bdump\iasCKPT.TRC:
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: 'F:\ORACLE\ORADATA\IAS\CONTROL03.CTL'
    ORA-27070: skgfdisp: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1784) The supplied user buffer is not valid for the requested operation.
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: 'G:\ORACLE\ORADATA\IAS\CONTROL02.CTL'
    ORA-27070: skgfdisp: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1784) The supplied user buffer is not valid for the requested operation.
    ORA-00206: error in writing (block 3, # blocks 1) of controlfile
    ORA-00202: controlfile: 'F:\ORACLE\ORADATA\IAS\CONTROL01.CTL'
    ORA-27070: skgfdisp: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1784) The supplied user buffer is not valid for the requested operation.

    I just googled for 'Windows error 1784' (it always shocks me people want to do absolutely 0 to resolve their own issues)
    and come up with
    http://cs.pervasive.com/forums/p/5615/20487.aspx
    Sybrand Bakker
    Senior Oracle DBA

  • 8.1.7 Corruption?

    On an Oracle 8.1.7 database on win2000 server received the following in the alrt.bms
    Wed Oct 05 19:25:06 2005
    KCF: write/open error block=0x438b online=1
    file=3 D:\ORACLE\ORADATA\BMS\USR01.DBF
    error=27070 txt: 'OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1450) Insufficient system resources exist to complete the requested service.'
    Wed Oct 05 19:25:06 2005
    Errors in file D:\oracle\admin\BMS\bdump\bmsDBW0.TRC:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 3 (block # 17291)
    ORA-01110: data file 3: 'D:\ORACLE\ORADATA\BMS\USR01.DBF'
    ORA-27070: skgfdisp: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 1450) Insufficient system resources exist to complete the requested service.
    DBW0: terminating instance due to error 1242
    Instance terminated by DBW0, pid = 1348
    Dump file D:\oracle\admin\BMS\bdump\bmsALRT.LOG
    Wed Oct 05 22:08:45 2005
    Any ideas on what could cause this, and recommended recovery.
    Database is taking up 15G out of 120G drive so size is not a problem.
    Thanks
    Deiter

    It may be due to memory issue when you try to use more than 2 gig using /3GB switch. Windows 2000 may have memory leak while using /3gb switch. It seems Windows 2003 handles better. You may reduce database memory usage and remove the /3gb swtich or check the kernal/windows memory usage and reduce it.
    Ashok

  • Database not starting,REDO log file error?

    My DB was working fine uptill last evening, when i restarted it for some DB task it showed me an error ..
    ORA-00333: redo log read error block 57346 count 8192
    I studied the alert log file & related trace file .... but could not conclude what to do ?? Can any one suggest me what could be the solution...
    ORACLE 10g R2
    Windows 2003 Server
    Database in NOARCHIVELOG mode.
    I don't have the recent backup.The one i have is 20 days old.
    Alert Log file contents : -
    Wed Jun 02 20:22:19 2010
    Aborting crash recovery due to error 333
    Wed Jun 02 20:22:19 2010
    Errors in file e:\oracle\product\10.2.0\admin\ora10g\udump\ora10g_ora_140.trc:
    ORA-00333: redo log read error block 57346 count 8192
    ORA-333 signalled during: ALTER DATABASE OPEN...
    Wed Jun 02 20:37:15 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Jun 02 20:43:53 2010
    Shutting down instance: further logons disabled
    Wed Jun 02 20:43:53 2010
    Stopping background process CJQ0
    Wed Jun 02 20:43:54 2010
    Stopping background process MMNL
    Wed Jun 02 20:43:55 2010
    Stopping background process MMON
    Wed Jun 02 20:43:56 2010
    Shutting down instance (immediate)
    License high water mark = 3
    Wed Jun 02 20:43:56 2010
    Stopping Job queue slave processes
    Wed Jun 02 20:43:56 2010
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Wed Jun 02 20:43:58 2010
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Wed Jun 02 20:43:58 2010
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Trace file to read ora10g_ora_140.trc:-
    Dump file e:\oracle\product\10.2.0\admin\ora10g\udump\ora10g_ora_140.trc
    Wed Jun 02 20:22:18 2010
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU                 : 2 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:3527M/4094M, Ph+PgF:4386M/5973M, VA:800M/2047M
    Instance name: ora10g
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Windows thread id: 140, image: ORACLE.EXE (SHAD)
    *** SERVICE NAME:() 2010-06-02 20:22:18.406
    *** SESSION ID:(159.3) 2010-06-02 20:22:18.406
    Successfully allocated 2 recovery slaves
    Using 545 overflow buffers per recovery slave
    Thread 1 checkpoint: logseq 14261, block 2, scn 86974094
      cache-low rba: logseq 14260, block 4023
        on-disk rba: logseq 14262, block 3758, scn 86978396
      start recovery at logseq 14261, block 2, scn 86974094
    ORA-00333: redo log read error block 57346 count 8192
    ORA-00312: online log 2 thread 1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORA10G\REDO02.LOG'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00333: redo log read error block 57346 count 8192
    ORA-00312: online log 2 thread 1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORA10G\REDO02.LOG'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00333: redo log read error block 57346 count 8192
    *** 2010-06-02 20:43:58.812
    *** 2010-06-02 20:43:58.812 60680 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    *** 2010-06-02 20:43:59.812 60680 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089

    Hi,Aman this(following) may is not good way for opening database,but OP can try and open own database:
    @ DBA4 you will see from following example how you can open your database.In your online log files was corrupted,therefore you have to do following step by step then you database will open.
    SQL> alter database clear unarchived logfile group 2;
    alter database clear unarchived logfile group 2
    ERROR at line 1:
    ORA-01624: log 2 needed for crash recovery of instance p (thread 1)
    ORA-00312: online log 2 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO02.LOG'
    SQL> alter database backup controlfile to trace as 'D:\oracle\product\10.2.0\ora
    data\P\c.txt';
    Database altered.
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  125829120 bytes
    Fixed Size                  1288100 bytes
    Variable Size              75499612 bytes
    Database Buffers           41943040 bytes
    Redo Buffers                7098368 bytes
    SQL> CREATE CONTROLFILE REUSE DATABASE "P" RESETLOGS   ARCHIVELOG
      2      MAXLOGFILES 16
      3      MAXLOGMEMBERS 3
      4      MAXDATAFILES 100
      5      MAXINSTANCES 8
      6      MAXLOGHISTORY 292
      7  LOGFILE
      8    GROUP 1 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO01.LOG'  SIZE 50M,
      9    GROUP 2 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO02.LOG'  SIZE 50M,
    10    GROUP 3 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO03.LOG'  SIZE 50M
    11  DATAFILE
    12    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF',
    13    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\UNDOTBS01.DBF',
    14    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSAUX01.DBF',
    15    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\USERS01.DBF',
    16    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TS_TEST.ORA',
    17    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TEST.ORA',
    18    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TEST1.ORA'
    19  CHARACTER SET WE8MSWIN1252;
    Control file created.
    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\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF'
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 06/03/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\P\ARCHIVELOG\2010_06_03\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    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\P\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    then add *_allow_resetlogs_corruption=true* in pfile then startup database with pfile as
    SQL> startup mount pfile=D:\oracle\product\10.2.0\admin\P\pfile\init.ora.pr
    ORACLE instance started.
    Total System Global Area  125829120 bytes
    Fixed Size                  1288100 bytes
    Variable Size              62916700 bytes
    Database Buffers           54525952 bytes
    Redo Buffers                7098368 bytes
    Database mounted.
    SQL> recover;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 06/03/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\P\ARCHIVELOG\2010_06_03\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    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\P\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    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;
    Database altered.
    SQL>finally remove allowresetlogs_corruption=true parameter from pfile.

  • ORA-01033: Recovering database

    Hi,
    I have 2 database running on my local system ( Windows-XP, Oracle 10g ).
    After abrupt shutdown of the system, one of my DB is throwing an error ORA-01033 ORACLE initialization or shutdown in progress.
    So I tried with below given things to fix the error.
    c:\sqlplus /nolog
    SQL> connect sys as sysdba
    SQL> shutdown
    SQL> startup
    It gave an error..
    ORA-12528:TNS:Listener:All Appropriate instances are blocking new connections
    SQL> select status from v$instance;
    ORA-03114: not connected to ORACLE
    So I tried stopping and restarting the Listener.
    LSNRCTL> stop
    LSNRCTL> start
    Then again tried to startup the database
    SQL> startup
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> alter database mount;
    SQL> alter database open;
    Alertlog file shows....
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 373 Reading mem 0
    Mem# 0 errs 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\GALAXY\REDO03.LOG
    Mon Aug 09 17:17:40 2010
    Aborting crash recovery due to error 1115
    Mon Aug 09 17:17:41 2010
    Errors in file e:\oracle\product\10.2.0\admin\galaxy\udump\galaxy_ora_3152.trc:
    ORA-01115: IO error reading block from file 3 (block # 51483)
    ORA-01110: data file 3: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\GALAXY\SYSAUX01.DBF'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 23) Data error (cyclic redundancy check).
    It looks like block corruption in the sysaux tablespace file.
    Please help me, in recovering the database. ( in detail / steps is very much appreciated )
    Thanks & Regards,
    Lokesh

    It would be important to know what kind of backups do you have.
    Do you have offline backup?
    Do you have archive mode turned on?
    See another thread of this forum (or you can even search for others)
    dbf file missing
    to get some experience in similar issues...

Maybe you are looking for

  • Shared Photo Streams not Working for me....

    Hi I have everything set up. I can select and create a Phtostream folder and send invites out to join. The invites arrive and when the intivtee clicks to join, they are told the service is not available right now, or that the photostream is no longer

  • DAY() Returns Wrong Day!

    Have a column (H) set to date format. I enter many (many, many) dates into the cells of this column in this format: 1/5/8 which is wrong, should have been, 1/5/08. If you just do "8" instead of "08" you'll get a year of "0008". In an attempt to fix t

  • Open word file, stored in database through Forms.

    Assalam-o-Alikum to Genius of Oracle's I have stored the Word file name "MY_FILE.DOC" in oracle database. Now i want to open the file through Forms, remember i am using forms 6i. is there any body who help me to open the file. Best Regards Farrukh Sh

  • How to deselect the text when I start the program?

    how to deselect the text when I start the program? photo:

  • How to realize the screen-word identification?

    hi ,i am a chinese ,now i am doing a practical software which is named the base-on-pc electron dictionary ,and there is a necessary function which demands that when you move your mouse onto a word ,then ,at once ,there will come out a frame which sho