ORA-16038:

Hi...
How do i recover this error ..
ORA-16038: log 3 sequence# 49 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 3 thread 1:
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\SID\REDO03.LOG'
Regards
Mani

I guess (because of ORA-19809), it's a problem with a full flashback recovery area, which is here the archive log destination. This happens if the flashback area never releases space, because of a bad configuration. Recommendations from documentation are:
Make more disk space available, and increase DB_RECOVERY_FILE_DEST_SIZE
to reflect the new space.
SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE= <new size>;
- Use the command BACKUP RECOVERY AREA, to back up the contents of the
Flash Recovery Area to a tertiary device such as tape.
Example:
RMAN> backup recovery area device type 'sbt_tape';
- Delete unnecessary files from the Flash Recovery Area using the RMAN delete
command.
NOTE: If a host operating system command is used to delete files,
then the database will not be aware of the resulting free space. Run
the RMAN CROSSCHECK command to have RMAN re-check the contents of the
Flash Recovery Area and identify the deleted files. Afterwards run DELETE
EXPIRED to remove deleted files from the RMAN repository.
- You may also need to consider changing your backup retention policy
Example :
RMAN> configure retention policy to recovery window of 30 days;
'alter system set DB_RECOVERY_FILE_DEST_SIZE= <new size>;' will only help you for a while, if you don't configure properly the flashback area.

Similar Messages

  • ORA-16038: log 1 sequence# 1292 cannot be archived ORA-19809: limit exceede

    I am getting this error when starting the database 10g
    ORA-16038: log 1 sequence# 1292 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1:
    '/usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_45ngtrx0_.log'
    Can someone help me, it is very urgent.
    Zulqarnain

    It is resolved when I tried
    ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE = 15G SCOPE=BOTH

  • ORA-16038, ORA-19502   and ORA-27063  messages in DB16

    Hi experts,
    I found below messages in DB16.(SAP version ECC 6.0 & oracle 10.2.0.2)
    ORA-16038        Check 11.04.2011 21:00:04 - Time: 2011-04-11 09.47.15, line: ORA-16038 signalled during: ALTER DATABASE OPEN...
    ORA-19502        Check 11.04.2011 21:00:04 - Time: 2011-04-11 05.25.41, line: ORA-19502: write error on file "/oracle/QO1/oraarch/QO1arch1_161
    ORA-27063        Check 11.04.2011 21:00:04 - Time: 2011-04-11 05.26.19, line: ORA-27063: number of bytes read/written is incorrect
    Please suggest me  to avoid those errors and are those messages serious errors or not.
    Thanks in advance !!!!!!!
    Regards
    Veera
    Edited by: Veerab on Apr 12, 2011 11:49 AM

    Hi!
    Have you checked there are enough space on disk where arch-files are located? Those error messages normally indicate full disk.
    Try to change or add another arch destination on another disk to be shore not losing any arch-files.
    Use db-verify to check files for block corruption.
    If you find block corruption, let your storage-people know and ask them to do a check of disk on OS-level.
    Please verify your backups to be shore you doesn't have trouble with files backed up.
    Regards
    Audun
    DBA

  • ORA-16038: log 1 sequence# 607 cannot be archived Error..

    hi I Have a Problem to Start my Database.
    My Database is Not in Archive Mode..
    to know the detail error message is Given..
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 1 sequence# 607 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1:
    'C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL\REDO01.LOG'
    I cam not recover My Database..
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    I think recovery nolonger needed..
    pls any one help me..

    Hi
    ORA-19809: limit exceeded for recovery filesYou have two options now. First is to set the db_recovery_file_dest_size to a bigger size (if you have disk space available ie) and second to use RMAN to delete the archivelogs.
    Rgds
    Adnan

  • Database is not opening due to ORA-16038: log 1 sequence# 16 cannot be arch

    Dear All,
    I am using oracle database 10g release2 on linux platform............
    I am just moving logsegment type object from one tablespace to another tablespace.
    But due to low space for redo log file my alter query was hanged on and not completed sucessfully. and the directory is showing full.
    then i abort the query by shutdown database by using shutdown immediate command.
    After that when i m trying to startup my databse in normal mode i am getting following error....
    ERROR at line 1:
    ORA-16038: log 1 sequence# 16 cannot be archived
    ORA-19502: write error on file "", blockno (blocksize=)
    ORA-00312: online log 1 thread 1:
    '/var/oracle/oradata/clone/redofiles/REDO_RLOG_01a.dbf'
    ORA-00312: online log 1 thread 1:
    '/var/oracle/oradata/clone/redofiles/REDO_RLOG_03b.dbf'
    so pls suggest me the solution to resolve this problem.

    Check your Archive log location capacity , used & free.
    If archive mount point/FRA is full , then either take backup archive with delete option into another mount point'
    or
    as part of emergency you can move those archives into different mount point.
    Once there is enough free space, bring database back again. Post if any errors again

  • ORA-16038, ORA019504, ORA-00312

    Hi there, first of all, my apologies if the question I'm about to ask has been answered in other thread before. Kindly direct me to the thread it's similar.
    I'm currently using Oracle 9i installed on HP-UX. Before doing a reboot on the machine, there was an error from oracle like below:
    Database mounted.
    ORA-16038: log 3 sequence# 177448 cannot be archived
    ORA-19504: failed to create file ""
    ORA-00312: online log 3 thread 1: '/u00/oradata/ODSDWPD/t1_log3a.rdo'
    ORA-00312: online log 3 thread 1: '/u00/oradata/ODSDWPD/t1_log3b.rdo'
    After a system reboot, the system could not start up, both primary and alternate path could not boot.
    May I know what are the oracle errors above mean, and could it had led to a system boot-up to failed?
    Thanks and regards
    Edited by: 976663 on Dec 15, 2012 9:34 PM

    ORA-16038: log 3 sequence# 177448 cannot be archived
    http://www.bestremotedba.com/tag/ora-16038-log-s-sequence-s-cannot-be-archived/
    ORA-19504: failed to create file ""
    check that redo logs available in os/storage
    ls -ltr /u00/oradata/ODSDWPD/t1_log3b.rdo
    http://oraclespin.wordpress.com/2008/04/02/how-to-fix-online-redo-log-corruption/
    ORA-00312: online log 3 thread 1: '/u00/oradata/ODSDWPD/t1_log3a.rdo'
    ORA-00312: online log 3 thread 1: '/u00/oradata/ODSDWPD/t1_log3b.rdo'

  • ~ORA-16038: log 2 sequence# 140 cannot be archived~ORA-19809: limit exceede

    ~ORA-16038: log 2 sequence# 140 cannot be archived~ORA-19809: limit exceeded for recovery files~ORA-00312: online log 2 thread 1: '/u02/oradata/PROD/redo02.log'
    but my /u02/oradata/PROD/ is empty, mod is set to 777
    What possible happened?
    Thanks.

    09:37:29 SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    see my init.ora, last three line is added by me,
    is it obsolete and/or deprecated parameter(s)?
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=838860800
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/u01/app/oracle/admin/PROD/udump'
    LOG_ARCHIVE_START=TRUE
    LOG_ARCHIVE_DEST=/u02/archive/PROD
    LOG_ARCHIVE_FORMAT=arc%s.arc

  • ORA 16038 log 1 sequence# 158249 cannot be archived

    hi im getting this error on my database when opening
    ORA-16038: log 1 sequence# 158249 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1: '/bill01/app/oracle/oradata/billing/redo01.log
    i have tried to free the space but still getting the same error
    this are the setting on the init file
    *.db_recovery_file_dest='/bill01/oracle/archive/BILLING'
    *.db_recovery_file_dest_size=21021851648
    on /bill01 ...... i have 131 GB free
    any idea

    SQL> alter system set db_recovery_file_dest_size=30G;
    System altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16014: log 1 sequence# 158249 not archived, no available destinations
    ORA-00312: online log 1 thread 1:
    '/bill01/app/oracle/oradata/billing/redo01.log'
    ======================
    *.db_recovery_file_dest='/bill01/oracle/archive/BILLING'
    set on init

  • Error ORA-03113: end-of-file on communication channel (while starting db)

    Hello everybody! :-)
    Looks like a need help with Oracle 11gr2 (RHEL 6 x64). Faced with a problem while starting database:
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 7 01:43:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 2538741760 bytes
    Fixed Size 2216024 bytes
    Variable Size 1828720552 bytes
    Database Buffers 687865856 bytes
    Redo Buffers 19939328 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 6601
    Session ID: 575 Serial number: 5
    This is logfile (/u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/alert/log.xml):
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 28496896 bytes disk space from 5218762752 limit
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>ARCH: Error 19809 Creating archive log file to &apos;/u01/app/oracle/flash_recovery_area/ORCLDOCS1/archivelog/2012_12_07/o1_mf_1_249_%u_.arc&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-16038: log 3 sequence# 249 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: &apos;/u01/app/oracle/oradata/orcldocs1/redo03.log&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>USER (ospid: 6881): terminating the instance due to error 16038
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:23.540+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Instance terminated by USER, pid = 6881
    </txt>
    </msg>
    How can I resolve it, please advice. Thank you.
    Edited by: user9001403 on 06.12.2012 5:58

    Hi,
    Looks like your archivelog space is exhausted. Increase the db_recovery_file_dest_size size and check.
    SQL>  show parameter db_recovery
    NAME                                 TYPE        VALUE
    db_recovery_file_dest                string      /oracle/flash_recovery_area
    db_recovery_file_dest_size           big integer 3882MRegards,
    Anand.

  • ORA-15001: diskgroup "FRA" does not exist or is not mounted

    Dear Experts,
    We noticed the error "ORA-15001: diskgroup "FRA" does not exist or is not mounted" on the 2nd node of our 4 nodes RAC database system.
    During this weekend, we moved our system to a new data center. After the move was done, we were able to bring up the 4 instances around 3:00 AM. However, 4 hours later (7:00 AM), OEM Grid control alerted us with "archival error" on the 2nd instance. From our investigating, we saw the FRA was dismounted. Below is the oracle alert log file (For secuirty reson, the SID is modified):
    Sat Feb  7 03:46:03 2009
    Completed: ALTER DATABASE OPEN
    Sat Feb  7 03:50:18 2009
    Sat Feb  7 07:01:36 2009
    Thread 2 advanced to log sequence 8534
      Current log# 3 seq# 8534 mem# 0: +REDOGRPA/xyz/onlinelog/redo_03.log
      Current log# 3 seq# 8534 mem# 1: +REDOGRPB/xyz/onlinelog/redo_03b.log
    Sat Feb  7 07:01:39 2009
    ARCH: Archival stopped, error occurred. Will continue retrying
    Sat Feb  7 07:01:39 2009
    ORACLE Instance XYZ2 - Archival Error
    Sat Feb  7 07:01:39 2009
    ORA-16038: log 11 sequence# 8533 cannot be archived
    ORA-00254: error in archive control string ''
    ORA-00312: online log 11 thread 2: '+REDOGRPA/xyz/onlinelog/redo_11.log'
    ORA-00312: online log 11 thread 2: '+REDOGRPB/xyz/onlinelog/redo_11b.log'
    ORA-15001: diskgroup "FRA" does not exist or is not mounted
    ORA-15001: diskgroup "FRA" does not exist or is not mounted It is my understanding, that Oracle will automatically mount the diskgroups on the ASM when the instances are started. In our case, all other diskgroups are started OK but not the FRA diskgroup. Is this a bug with FRA where FRA can not be automatically started up after recycling the instance? Did anyone experience the same situation? Can someone advice?
    Thanks!

    Hello,
    We are running oracle 10.2.0.2.
    Which section of the alert log file for +ASM2 we need here? I will paste it here the ones when "alter diskgroup all mounted" started at 3:00 AM all the way upto 4:00 AM on Saturday, Feb 7:
    SQL> ALTER DISKGROUP ALL MOUNT
    Sat Feb  7 03:44:15 2009
    NOTE: cache registered group FRA' number=1 incarn=0x1e5bf0d2
    NOTE: cache registered group DATAX number=2 incarn=0xbcabf0d1
    NOTE: cache registered group REDO2 number=4 incarn=0x1e5bf0d3
    NOTE: cache registered group REDOGRPA number=5 incarn=0xbcbbf0d4
    NOTE: cache registered group REDOGRPB number=6 incarn=0xbcbbf0d5
    NOTE: cache registered group TEMPX number=7 incarn=0xbcbbf0d6
    NOTE: cache registered group TEMP number=8 incarn=0x1e6bf0d7
    NOTE: cache registered group TIBDATA number=9 incarn=0xbcbbf0d8
    NOTE: cache registered group TIBREDO number=10 incarn=0xbcbbf0d9
    NOTE: cache registered group TIBTEMP number=11 incarn=0x1ebbf0da
    Sat Feb  7 03:44:15 2009
    ERROR: no PST quorum in group 1: required 2, found 0
    Sat Feb  7 03:44:15 2009
    NOTE: cache dismounting group 1/0x1E5BF0D2 (FRA')
    NOTE: dbwr not being msg'd to dismount
    ERROR: diskgroup FRA' was not mounted
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 2)
    ERROR: no PST quorum in group 4: required 2, found 0
    Sat Feb  7 03:44:15 2009
    NOTE: cache dismounting group 4/0x1E5BF0D3 (REDO2)
    NOTE: dbwr not being msg'd to dismount
    ERROR: diskgroup REDO2 was not mounted
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 5)
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 6)
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 7)
    ERROR: no PST quorum in group 8: required 2, found 0
    Sat Feb  7 03:44:15 2009
    NOTE: cache dismounting group 8/0x1E6BF0D7 (TEMP)
    NOTE: dbwr not being msg'd to dismount
    ERROR: diskgroup TEMP was not mounted
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 9)
    Sat Feb  7 03:44:15 2009
    NOTE: Hbeat: instance not first (grp 10)
    ERROR: no PST quorum in group 11: required 2, found 0
    Sat Feb  7 03:44:15 2009
    NOTE: cache dismounting group 11/0x1EBBF0DA (TIBTEMP)
    NOTE: dbwr not being msg'd to dismount
    ERROR: diskgroup TIBTEMP was not mounted
    NOTE: cache opening disk 0 of grp 2: DATAX_0000 path:/dev/raw/raw61
    NOTE: F1X0 found on disk 0 fcn 0.0
    NOTE: cache mounting (not first) group 2/0xBCABF0D1 (DATAX)
    Sat Feb  7 03:44:16 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:16 2009
    NOTE: attached to recovery domain 2
    Sat Feb  7 03:44:16 2009
    NOTE: opening chunk 4 at fcn 0.1158090 ABA
    NOTE: seq=54 blk=4821
    Sat Feb  7 03:44:16 2009
    NOTE: cache mounting group 2/0xBCABF0D1 (DATAX) succeeded
    SUCCESS: diskgroup DATAX was mounted
    NOTE: cache opening disk 0 of grp 5: REDOGRPA_0000 path:/dev/raw/raw20
    NOTE: F1X0 found on disk 0 fcn 0.0
    NOTE: cache mounting (not first) group 5/0xBCBBF0D4 (REDOGRPA)
    Sat Feb  7 03:44:16 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:16 2009
    NOTE: recovering COD for group 2/0xbcabf0d1 (DATAX)
    SUCCESS: completed COD recovery for group 2/0xbcabf0d1 (DATAX)
    Sat Feb  7 03:44:16 2009
    NOTE: attached to recovery domain 5
    Sat Feb  7 03:44:16 2009
    NOTE: opening chunk 4 at fcn 0.103802 ABA
    NOTE: seq=43 blk=2123
    Sat Feb  7 03:44:16 2009
    NOTE: cache mounting group 5/0xBCBBF0D4 (REDOGRPA) succeeded
    SUCCESS: diskgroup REDOGRPA was mounted
    NOTE: cache opening disk 0 of grp 6: REDOGRPB_0000 path:/dev/raw/raw12
    NOTE: F1X0 found on disk 0 fcn 0.0
    NOTE: cache mounting (not first) group 6/0xBCBBF0D5 (REDOGRPB)
    Sat Feb  7 03:44:16 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:17 2009
    NOTE: attached to recovery domain 6
    Sat Feb  7 03:44:17 2009
    NOTE: opening chunk 4 at fcn 0.75866 ABA
    NOTE: seq=20 blk=1704
    Sat Feb  7 03:44:17 2009
    NOTE: cache mounting group 6/0xBCBBF0D5 (REDOGRPB) succeeded
    SUCCESS: diskgroup REDOGRPB was mounted
    NOTE: cache opening disk 0 of grp 7: TEMPX_0000 path:/dev/raw/raw71
    NOTE: F1X0 found on disk 0 fcn 0.25328
    NOTE: cache opening disk 1 of grp 7: TEMPX_0001 path:/dev/raw/raw7
    NOTE: cache mounting (not first) group 7/0xBCBBF0D6 (TEMPX)
    Sat Feb  7 03:44:17 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:17 2009
    NOTE: attached to recovery domain 7
    Sat Feb  7 03:44:17 2009
    NOTE: opening chunk 4 at fcn 0.69473 ABA
    NOTE: seq=42 blk=432
    Sat Feb  7 03:44:17 2009
    NOTE: cache mounting group 7/0xBCBBF0D6 (TEMPX) succeeded
    SUCCESS: diskgroup TEMPX was mounted
    NOTE: cache opening disk 0 of grp 9: TIBDATA path:/dev/raw/raw86
    NOTE: F1X0 found on disk 0 fcn 0.0
    NOTE: cache mounting (not first) group 9/0xBCBBF0D8 (TIBDATA)
    Sat Feb  7 03:44:17 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:17 2009
    NOTE: attached to recovery domain 9
    Sat Feb  7 03:44:17 2009
    NOTE: opening chunk 4 at fcn 0.102912 ABA
    NOTE: seq=12 blk=2050
    Sat Feb  7 03:44:17 2009
    NOTE: cache mounting group 9/0xBCBBF0D8 (TIBDATA) succeeded
    SUCCESS: diskgroup TIBDATA was mounted
    NOTE: cache opening disk 0 of grp 10: TIBREDO path:/dev/raw/raw87
    NOTE: F1X0 found on disk 0 fcn 0.0
    NOTE: cache mounting (not first) group 10/0xBCBBF0D9 (TIBREDO)
    Sat Feb  7 03:44:18 2009
    kjbdomatt send to node 0
    kjbdomatt send to node 2
    kjbdomatt send to node 3
    Sat Feb  7 03:44:18 2009
    NOTE: attached to recovery domain 10
    Sat Feb  7 03:44:18 2009
    NOTE: opening chunk 4 at fcn 0.18970 ABA
    NOTE: seq=12 blk=6577
    Sat Feb  7 03:44:18 2009
    NOTE: cache mounting group 10/0xBCBBF0D9 (TIBREDO) succeeded
    SUCCESS: diskgroup TIBREDO was mounted
    Sat Feb  7 03:44:19 2009
    NOTE: recovering COD for group 5/0xbcbbf0d4 (REDOGRPA)
    SUCCESS: completed COD recovery for group 5/0xbcbbf0d4 (REDOGRPA)
    NOTE: recovering COD for group 6/0xbcbbf0d5 (REDOGRPB)
    SUCCESS: completed COD recovery for group 6/0xbcbbf0d5 (REDOGRPB)
    NOTE: recovering COD for group 7/0xbcbbf0d6 (TEMPX)
    SUCCESS: completed COD recovery for group 7/0xbcbbf0d6 (TEMPX)
    NOTE: recovering COD for group 9/0xbcbbf0d8 (TIBDATA)
    SUCCESS: completed COD recovery for group 9/0xbcbbf0d8 (TIBDATA)
    NOTE: recovering COD for group 10/0xbcbbf0d9 (TIBREDO)
    SUCCESS: completed COD recovery for group 10/0xbcbbf0d9 (TIBREDO)
    Sat Feb  7 03:45:18 2009
    Starting background process ASMB
    ASMB started with pid=17, OS id=16122
    Sat Feb  7 03:49:35 2009
    NOTE: ASMB process exiting due to lack of ASM file activity
    Starting background process ASMB
    ASMB started with pid=18, OS id=25963
    Sat Feb  7 03:54:34 2009
    NOTE: ASMB process exiting due to lack of ASM file activity
    Sat Feb  7 03:54:50 2009
    Starting background process ASMB
    ASMB started with pid=18, OS id=913
    Sat Feb  7 03:57:55 2009
    NOTE: ASMB process exiting due to lack of ASM file activity
    Sat Feb  7 04:07:26 2009
    Starting background process ASMB
    ASMB started with pid=21, OS id=23012
    Sat Feb  7 04:13:59 2009
    NOTE: ASMB process exiting due to lack of ASM file activity
    Starting background process ASMB
    ASMB started with pid=22, OS id=31320
    Sat Feb  7 04:36:43 2009
    NOTE: ASMB process exiting due to lack of ASM file activity

  • ORA-00257: archiver error.

    Hi Experts,
    Again, I need you expert opinions on the issue I'm facing in my EBS production database.
    My database is up and running but I see loads of ORA errors in my alert log file...
    Content of alert logfile:-
    ORA-16038: log 1 sequence# 8950 cannot be archived
    ORA-19502: write error on file "", block number (block size=)
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16014: log 1 sequence# 8950 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16038: log 1 sequence# 8950 cannot be archived
    ORA-19502: write error on file "", block number (block size=)
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16014: log 1 sequence# 8950 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16038: log 1 sequence# 8950 cannot be archived
    ORA-19502: write error on file "", block number (block size=)
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16014: log 1 sequence# 8950 not archived, no available destinations
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    ORA-16038: log 1 sequence# 8950 cannot be archived
    ORA-19502: write error on file "", block number (block size=)
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01a.log'
    ORA-00312: online log 1 thread 1: '/mnt/PRDdata/trcprd/redo01b.log'
    Also my Workflow mailer has stopped with this error:
    " ORA-00257: archiver error. Connect internal only, until freed.. "
    The first thing I did after this error was to check the archive destination space
    SQL> archive log list;
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /mnt/PRDarchive/trcprd
    Oldest online log sequence     8960
    Next log sequence to archive   8960
    Current log sequence           8962
    SQL> !df -h /mnt/PRDarchive/trcprd
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/oracle_archive-oracle_archive
                           99G   94G   59M 100% /mnt/PRDarchive
    I removed some of the old archives which were already backed up to release some space, and ran
    1. crosscheck archivelog all
    2. delete noprompt expired archivelog all;
    2. crosscheck archivelog all;
    Meanwhile my database was scheduled for a hot backup, and it failed with the below error:
    The log file says:-
    RMAN-03009: failure of delete command on dsk_9 channel at 10/25/2013 23:59:49
    ORA-19606: Cannot copy or restore to snapshot control file
    Please tell me how do I troubleshoot to know the root cause behind all these activities and how do I fix it.
    Your response will be highly appreciated.
    DB Version - 11.2.0.3
    OS Version - RHEL 5, 64bit
    EBS Version- 11.5.10.2
    -Thanks

    Hi,
    ORA-16038: log 1 sequence# 8950 cannot be archived
    ORA-19502: write error on file "", block number (block size=)
    Please confirm that after you have released space for archive logs, do you still get the errors that were before reported in the alert log file? And what is the current output of:
    df -h /mnt/PRDarchive/trcprd
    RMAN-03009: failure of delete command on dsk_9 channel at 10/25/2013 23:59:49
    ORA-19606: Cannot copy or restore to snapshot control file
    Please refer the following for cause and solution:
    ORA-19606: Cannot copy or restore to snapshot control file, RMAN-06214
    https://forums.oracle.com/message/3931860
    Thanks &
    Best Regards,

  • ORA-19510:

    Hi,
    Version :11.2.0.1
    Os :AIX
    we getting the below message in alertlog.
    kkjcre1p: unable to spawn jobq slave process
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_cjq0_24183490.trc:
    Tue Oct 02 01:04:53 2012
    Trace dumping is performing id=[cdmp_20121002010453]
    Tue Oct 02 01:05:08 2012
    PMON failed to acquire latch, see PMON dump
    Tue Oct 02 01:06:08 2012
    PMON failed to acquire latch, see PMON dump
    Tue Oct 02 01:06:44 2012
    NOTE: deferred map free for map id 44495
    Tue Oct 02 01:06:44 2012
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arca_59834642.trc (incident=1290244):
    ORA-00240: control file enqueue held for more than 120 seconds
    Incident details in: /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/incident/incdir_1290244/ITT11_arca_59834642_i1290244.trc
    Tue Oct 02 01:06:45 2012
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arc9_15794204.trc:
    ORA-19510: failed to set size of 15797941 blocks for file "+ITT11_ARCHGROUP01/ITT11/arch/arch_1_39575_774871139.arc" (block size=512)
    ORA-17505: ksfdrsz:1 Failed to resize file to size 15797941 blocks
    ORA-15082: ASM failed to communicate with database instance
    ORA-15064: communication failure with ASM instance
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arc9_15794204.trc:
    ORA-19510: failed to set size of 15797941 blocks for file "+ITT11_ARCHGROUP01/ITT11/arch/arch_1_39575_774871139.arc" (block size=512)
    ORA-17505: ksfdrsz:1 Failed to resize file to size 15797941 blocks
    ORA-15082: ASM failed to communicate with database instance
    ORA-15064: communication failure with ASM instance
    ARC9: Error 19510 Closing archive log file '+ITT11_ARCHGROUP01/ITT11/arch/arch_1_39575_774871139.arc'
    Tue Oct 02 01:06:48 2012
    Trace dumping is performing id=[cdmp_20121002010648]
    Tue Oct 02 01:06:48 2012
    ARCb: STARTING ARCH PROCESSES
    Tue Oct 02 01:06:48 2012
    Thread 1 advanced to log sequence 39578 (LGWR switch)
    Current log# 2 seq# 39578 mem# 0: +ITT11_REDOGROUP01/ITT11/redo02a.log
    Current log# 2 seq# 39578 mem# 1: +ITT11_DATAGROUP01/ITT11/redo02b.log
    Tue Oct 02 01:06:48 2012
    ARC8 started with pid=1788, OS id=8323466
    Tue Oct 02 01:06:48 2012
    Sweep [inc][1290330]: completed
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance ITT11 - Archival Error
    ORA-16038: log 6 sequence# 39575 cannot be archived
    ORA-19510: failed to set size of blocks for file "" (block size=)
    ORA-00312: online log 6 thread 1: '+ITT11_REDOGROUP01/ITT11/redo06a.log'
    ORA-00312: online log 6 thread 1: '+ITT11_DATAGROUP01/ITT11/redo06b.log'
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arc9_15794204.trc:
    ORA-16038: log 6 sequence# 39575 cannot be archived
    ORA-19510: failed to set size of blocks for file "" (block size=)
    ORA-00312: online log 6 thread 1: '+ITT11_REDOGROUP01/ITT11/redo06a.log'
    ORA-00312: online log 6 thread 1: '+ITT11_DATAGROUP01/ITT11/redo06b.log'
    Sweep [inc][1290329]: completed
    Sweep [inc][1290268]: completed
    Sweep [inc][1290260]: completed
    Sweep [inc][1290244]: completed
    ARC8: Archival started
    ARCb: STARTING ARCH PROCESSES COMPLETE
    Sweep [inc][1290204]: completed
    Sweep [inc2][1290330]: completed
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance ITT11 - Archival Error
    ORA-16014: log 7 sequence# 39574 not archived, no available destinations
    ORA-00312: online log 7 thread 1: '+ITT11_REDOGROUP01/ITT11/redo07a.log'
    ORA-00312: online log 7 thread 1: '+ITT11_DATAGROUP01/ITT11/redo07b.log'
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arca_59834642.trc:
    ORA-16014: log 7 sequence# 39574 not archived, no available destinations
    ORA-00312: online log 7 thread 1: '+ITT11_REDOGROUP01/ITT11/redo07a.log'
    ORA-00312: online log 7 thread 1: '+ITT11_DATAGROUP01/ITT11/redo07b.log'
    Tue Oct 02 01:06:50 2012
    Archiver process freed from errors. No longer stopped
    Sweep [inc2][1290329]: completed
    Tue Oct 02 01:06:50 2012
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance ITT11 - Archival Error
    ORA-16014: log 6 sequence# 39575 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ITT11_REDOGROUP01/ITT11/redo06a.log'
    ORA-00312: online log 6 thread 1: '+ITT11_DATAGROUP01/ITT11/redo06b.log'
    Errors in file /u01/app/oracle/admin/ITT11/diag/rdbms/ITT11/ITT11/trace/ITT11_arc4_15532170.trc:
    ORA-16014: log 6 sequence# 39575 not archived, no available destinations
    ORA-00312: online log 6 thread 1: '+ITT11_REDOGROUP01/ITT11/redo06a.log'
    ORA-00312: online log 6 thread 1: '+ITT11_DATAGROUP01/ITT11/redo06b.log'
    Archiver process freed from errors. No longer stopped
    Sweep [inc2][1290268]: completed
    Sweep [inc2][1290260]: completed
    Sweep [inc2][1290244]: completed
    Tue Oct 02 01:06:50 2012
    Buffer cache integrity check completed
    Sweep [inc2][1290204]: completed
    Tue Oct 02 01:07:03 2012
    opiodr aborting process unknown ospid (9372080) as a result of ORA-28
    Tue Oct 02 01:07:04 2012
    opiodr aborting process unknown ospid (5571510) as a result of ORA-28
    Tue Oct 02 01:07:05 2012
    opiodr aborting process unknown ospid (12910892) as a result of ORA-28
    Tue Oct 02 01:07:05 2012
    Any Suggestions.
    Thanks

    Hi,
    Thanks.
    All the diskgroups are mounted.
    *ASM INSTANCE CRASHES FREQUENTLY WITH ORA-15082 in 11g [ID 1056695.1]*
    +ASM-SQL> select STARTUP_TIME,STATUS from v$instance;
    STARTUP_T STATUS
    04-AUG-12 STARTED
    The id 1056695.1 related to 10.2.0.1 to 11.1.0.7 - Release: 10.2 to 11.1.But the database version is 11.2.0.1.0.
    We got it from trace file.
    END OF SYSTEM STATE
    ORA-15064 at kfnmsg_SendtoUFGs13
    ----- Abridged Call Stack Trace -----
    ksedsts()+644<-kfnmsg_SendtoUFGs()+4064<-kfnmsg_SendtoLocalUFGs()+28<-kfnmClientRegisterPriv()+680<-kffResize()+528<-kfnsFile
    Resize()+712<-kfnDispatch()+564<-opiodr()+3320<-ttcpip()+4628<-opitsk()+6932<-opiino()+2804<-opiodr()+3320<-opidrv()+1172<-so
    u2o()+192
    <-opimai_real()+428<-ssthrdmain()+324<-main()+216<-__start()+112
    ----- End of Abridged Call Stack Trace -----
    ORA-15082 at kfnmsg_SendtoUFGs14
    ----- Abridged Call Stack Trace -----
    ksedsts()+644<-kfnmsg_SendtoUFGs()+4132<-kfnmsg_SendtoLocalUFGs()+28<-kfnmClientRegisterPriv()+680<-kffResize()+528<-kfnsFile
    Resize()+712<-kfnDispatch()+564<-opiodr()+3320<-ttcpip()+4628<-opitsk()+6932<-opiino()+2804<-opiodr()+3320<-opidrv()+1172<-so
    u2o()+192
    <-opimai_real()+428<-ssthrdmain()+324<-main()+216<-__start()+112
    ----- End of Abridged Call Stack Trace -----
    another file
    ORA-15082 at kfnmsg_SendtoUFGs12
    ----- Abridged Call Stack Trace -----
    ksedsts()+644<-kfnmsg_SendtoUFGs()+3992<-kfnmFdOp()+360<-kfnmGetIOStat()+20<-kfkTableCb4Asm()+188<-kfkTableCb()+36<-qerfxFetc
    h()+5636<-qersoProcessULS()+304<-qersoFetch()+196<-qerjoFetch()+1940<-qergsFetch()+1028<-opifch2()+6948<-kpoal8()+6340<-opiod
    r()+3320
    <-ttcpip()+4628<-opitsk()+6932<-opiino()+2804<-opiodr()+3320<-opidrv()+1172<-sou2o()+192<-opimai_real()+428<-ssthrdmain()+324
    <-main()+216<-__start()+112
    Thanks

  • Oracle Not Starting : error ORA-19809

    Hello All,
    I was trying to start the 11gr2 database and getting the following error. Please can any one give some advise ? I manually deleted all archive logs using OS command but still i get the
    same error when i try to start the database.
    ORA-19815: WARNING: db_recovery_file_dest_size of 4039114752 bytes is 100.00% used, a nd has 0 remaining bytes available.
    You have following choices to free up space from recovery area:
    1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
    then consider changing RMAN ARCHIVELOG DELETION POLICY.
    2. Back up files to tertiary device such as tape using RMAN
    BACKUP RECOVERY AREA command.
    3. Add disk space and increase db_recovery_file_dest_size parameter to
    reflect the new space.
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 50629632 bytes disk space from 4039114752 limit
    ARCH: Error 19809 Creating archive log file to '/u01/app/oracle/flash_recovery_area/O RCL/archivelog/2012_02_18/o1_mf_1_95_%u_.arc'
    2012-02-18 15:58:55.099000 -05:00
    ARC3: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    ARCH: Archival stopped, error occurred. Will continue retrying
    ORACLE Instance DB11G - Archival Error
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_arc2_2927.trc:
    ORA-16038: log 3 sequence# 96 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_3_7kp sygwt_.log'
    ORA-00312: online log 3 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_3_7kpsyj6n_.log'
    Errors in file /u01/app/oracle/diag/rdbms/orcl/DB11G/trace/DB11G_ora_2921.trc:
    ORA-16038: log 2 sequence# 95 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/oradata/ORCL/onlinelog/o1_mf_2_7kp sydnm_.log'
    ORA-00312: online log 2 thread 1: '/u01/app/oracle/flash_recovery_area/ORCL/onlinelog /o1_mf_2_7kpsyfp7_.log'
    USER (ospid: 2921): terminating the instance due to error 16038
    2012-02-18 15:58:56.976000 -05:00
    Instance terminated by USER, pid = 2921

    Rama Krishna wrote:
    I think database need to be started before you do any thing with RMAN my problem is database not even starting!You told SB that you had done "option 4":
    4. Delete unnecessary files using RMAN DELETE command. If an operating
    system command was used to delete files, then use RMAN CROSSCHECK and
    DELETE EXPIRED commands.
    Oh well. So you " *think* database need to be started before you do any thing with RMAN"
    Did you try?
    We don't need the database to be open for this, just have the control file mounted:
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnxsrv01 ~]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Sat Feb 18 16:21:25 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     849530880 bytes
    Fixed Size                     1339824 bytes
    Variable Size                578817616 bytes
    Database Buffers             264241152 bytes
    Redo Buffers                   5132288 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    validation succeeded for archived log
    archived log file name=/orafra/ORCL/archivelog/2012_01_15/o1_mf_1_66_7k6t71k9_.arc RECID=3 STAMP=772653704
    <snip>
    archived log file name=/orafra/ORCL/archivelog/2012_02_18/o1_mf_1_80_7n06cfq0_.arc RECID=17 STAMP=775582480
    Crosschecked 15 objects
    RMAN> exit
    Recovery Manager complete.
    [oracle@vmlnxsrv01 ~]$ exit
    logoutEdited by: EdStevens on Feb 18, 2012 4:32 PM

  • ORA-00354: corrupt redo log block header

    Hi Guys,
    Need your support to resolve one of the oracle issues,
    Below are errors visible in alert.log in oracle,
    ORA-16038: log 24 sequence# 660467 cannot be archived
    ORA-00354: corrupt redo log block header
    ORA-00312: online log 24 thread 1: '/oracle/PRD/origlogB/log_g24_m1.dbf'...
    2010-10-03 07:26:12.835 20195 kcrr.c
    ORA-16014: log 24 sequence# 660467 not archived, no available
    destinations
    Below is o/p of archive log list seems to be bit strange,
    SQL> archive log list
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            /oracle/PRD/saparch/PRDarch
    Oldest online log sequence     660467
    Next log sequence to archive   660467
    Current log sequence           660576
    And some more info,
    SQL> SELECT GROUP#, STATUS, MEMBER FROM V$LOGFILE;
        GROUP# STATUS  MEMBER
            28         /oracle/PRD/origlogB/log_g28_m1.dbf
            28         /oracle/PRD/mirrlogB/log_g28_m2.dbf
            27         /oracle/PRD/origlogA/log_g27_m1.dbf
            27         /oracle/PRD/mirrlogA/log_g27_m2.dbf
            26         /oracle/PRD/origlogB/log_g26_m1.dbf
            26         /oracle/PRD/mirrlogB/log_g26_m2.dbf
            25         /oracle/PRD/origlogA/log_g25_m1.dbf
            25         /oracle/PRD/mirrlogA/log_g25_m2.dbf
            24         /oracle/PRD/origlogB/log_g24_m1.dbf
            24         /oracle/PRD/mirrlogB/log_g24_m2.dbf
            23         /oracle/PRD/origlogA/log_g23_m1.dbf
            23         /oracle/PRD/mirrlogA/log_g23_m2.dbf
            22         /oracle/PRD/origlogB/log_g22_m1.dbf
            22         /oracle/PRD/mirrlogB/log_g22_m2.dbf
            21         /oracle/PRD/origlogA/log_g21_m1.dbf
            21         /oracle/PRD/mirrlogA/log_g21_m2.dbf
    16 rows selected.
    SQL> SELECT GROUP#, SEQUENCE#, MEMBERS, ARCHIVED, STATUS, FIRST_CHANGE# FROM V$LOG;
        GROUP#  SEQUENCE#    MEMBERS ARC STATUS           FIRST_CHANGE#
            21     660571          2 NO  INACTIVE            2.9116E+10
            22     660572          2 NO  INACTIVE            2.9116E+10
            23     660570          2 NO  INACTIVE            2.9116E+10
            24     660467          2 NO  INACTIVE            2.9114E+10
            25     660573          2 NO  ACTIVE              2.9116E+10
            26     660574          2 NO  CURRENT             2.9116E+10
            27     660568          2 NO  INACTIVE            2.9116E+10
            28     660569          2 NO  INACTIVE            2.9116E+10
    8 rows selected.
    All file exists but still facing issue, no backup is running
    Regards,
    Yash

    Hi,
    Instead of the logfile name, try the command with the logfile integer as mentioned below.
    alter database clear unarchived logfile group <integer>;
    You can get the logfile integer using the view, v$log.
    select GROUP#,MEMBERS,STATUS from v$log;
    The value for the parameter GROUP# is the logfile integer.
    Hope this helps.
    Regards,
    Varadharajan M

  • How to read ora error stack?

    Hi,
    Db : 11.2
    We got the below error in alert log.For understanding purpose,Arch session was killed or Rman session was killed? So cannot be archived. Is it right?
    The session was killed Hence
    ORA-16038: log 6 sequence# 26202 cannot be archived
    ORA-00028: your session has been killed
    ORA-00312: online log 6 thread 2: '+ARCH_IT03/it03/onlinelog/group_6.1122.794731693'
    ORA-00312: online log 6 thread 2: '+DATA_IT03/it03/onlinelog/group_6.271.794731695'
    How to read ora error stack? From Top to bottom or bottom to top
    Br,
    Raj

    975791 wrote:
    Hi,
    Db : 11.2
    We got the below error in alert log.For understanding purpose,Arch session was killed or Rman session was killed? So cannot be archived. Is it right?
    The session was killed Hence
    ORA-16038: log 6 sequence# 26202 cannot be archived
    ORA-00028: your session has been killed
    ORA-00312: online log 6 thread 2: '+ARCH_IT03/it03/onlinelog/group_6.1122.794731693'
    ORA-00312: online log 6 thread 2: '+DATA_IT03/it03/onlinelog/group_6.271.794731695'
    How to read ora error stack? From Top to bottom or bottom to top
    Br,
    Raj
    Yes
    The messages are all related to the same issue.  There really isn't any issue of 'which comes first'. 

Maybe you are looking for

  • Clicking noise when scrolling with 2 fingers on new MBP?

    Hi Everyone, Just got a Penryn 2.6 MBP 17in, love the machine, it is pretty much perfect. I have just noticed that sometimes on graphically intensive web pages if I scroll using two fingers there is a very slight clicking noise coming from under the

  • How to get multiline text on progress bar

    Hi there, I have to use Progress Bar and need to show text in multiline. can anyone please suggest me how to achieve that. Thanks, Prashant

  • IPad 3 ios6 wifi issues help!

    I just updated to ios6 and now I can't connect to the Internet without getting being redirected to the apple site. HELP!

  • Popup messages with forms9i

    Dear ones, Does Oracle Forms9i has a flexibility to display automatic message when any person access my forms? Like Hotmail service.....When we are online if any new mail comes it intimate dynamically by popup message. Can we do something with Forms9

  • Structure IS_BIL_INVOICE-IT_KOND is blank

    Hi all,     A strange behaviour of Smartform strcuture is_bil_invoice-it_kond used for printing invoice,                  I have made a 'Z' of standard Billing SmartForms and using all avialble strcucture of IS_BIL_INVOICE Deep structure            H