Instance terminated because of one datafile...

Hi All,
I am using oracle database 10.2.0.4 on windows server 2003(32bit), now there are 4 instance running. Problem with one instance "orcl" and the problem is every weekend this database is terminated. and I found the below error in alert.log file:
Sun Aug 23 01:38:29 2009
Current log# 3 seq# 7231 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
file=19 D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST_DATA.DBF
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.'
Sun Aug 23 01:38:29 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_dbw0_5172.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
ORA-01114: IO error writing block to file 19 (block # 32552)
ORA-01110: data file 19: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST_DATA.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.
Sun Aug 23 01:38:29 2009
DBW0: terminating instance due to error 1242
Sun Aug 23 01:38:29 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_j003_4940.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:29 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_pmon_5136.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:29 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_lgwr_5184.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:30 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_psp0_5152.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:30 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_mman_5164.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:30 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_j000_4924.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:31 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_j001_4932.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:31 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_ckpt_5192.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:31 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_j002_4936.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:32 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_q001_5124.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:33 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_reco_5212.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Sun Aug 23 01:38:33 2009
Errors in file d:\oracle\product\10.2.0\admin\orcl\bdump\orcl_smon_5204.trc:
ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
Instance terminated by DBW0, pid = 5172
I try to findout this tablespace and datafile status:
SQL> select file_name,tablespace_name,file_id,status,online_status from dba_data_files where tablespace_name='TEST_DATA';
FILE_NAME                              TABLESPACE_NAME FILE_ID STATUS ONLINE_
======================================== ============= ===== =============
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST_DATA.DBF     TEST_DATA      19      AVAILABLE ONLINE
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST_DATA3.DBF     TEST_DATA      31      AVAILABLE ONLINE
D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST_DATA2.DBF     TEST_DATA      45      AVAILABLE ONLINE
and the size of the tablespace's datafile are;
TEST_DATA=31.9G
TEST_DATA2=26.8G
TEST_DATA3=4.8G
Can any one suggest me what would be the cause behind the instance termination?
Thanks,
Jigisha...

Hi Hemant,
there is nothing running at OS level as I make confirmed with OS Admin.
or that is accpetable if any thing run at os/db level and lock a file but its actually terminate the instance...if you see above my paste content.
only one doubt which I have and that is this user "TEST_DATA" having default tablespace is "TEST_DATA". This tablespace having 3 datafiles. when I import this user during import operation it gives error for full this test_data.dbf , so I resize test_data.dbf to 34G and resume import activity.
when again import gives error I added one another datafile i.e. test_data2.dbf which is also in size of 26.8G.
but when I found my Instance in Down mode I added 3rd file TEST_DATA3.dbf(with the consideration that might be some max limit of 8192 blocks on 32bit windows like 32G/34G dbf file size limit) and its size is 4.8G currently.
so as I already added other datafiles to this tablespace then why it refers to 1st datafile only during some activity and terminate the instance?
suggest me if you have some thing...
--Jigisha...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • ORA-01092: ORACLE instance terminated. Disconnection forced

    Hi Friends,
    Here I'm getting this error when I start oracle database.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    OS is windows XP pro DB 9iR2. The extract from alert log is as follows...
    Sun Feb 11 07:53:41 2007
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 , CPU type 586
    Sun Feb 11 07:53:41 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = E:\oracle\oradata\test\CONTROL01.CTL, E:\oracle\oradata\test\CONTROL02.CTL, E:\oracle\oradata\test\CONTROL03.CTL
    db_block_size = 4096
    db_cache_size = 33554432
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 8
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 900
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = test
    dispatchers = (PROTOCOL=TCP) (SERVICE=testXDB)
    job_queue_processes = 10
    hash_join_enabled = FALSE
    background_dump_dest = E:\oracle\admin\test\bdump
    user_dump_dest = E:\oracle\admin\test\udump
    core_dump_dest = E:\oracle\admin\test\cdump
    sort_area_size = 524288
    db_name = test
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 16777216
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sun Feb 11 07:53:47 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sun Feb 11 07:53:48 2007
    alter database mount exclusive
    Sun Feb 11 07:53:53 2007
    Successful mount of redo thread 1, with mount id 1912378892.
    Sun Feb 11 07:53:53 2007
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Sun Feb 11 07:53:53 2007
    alter database open
    Sun Feb 11 07:53:54 2007
    Beginning crash recovery of 1 threads
    Sun Feb 11 07:53:54 2007
    Started first pass scan
    Sun Feb 11 07:53:54 2007
    Completed first pass scan
    2018 redo blocks read, 177 data blocks need recovery
    Sun Feb 11 07:53:54 2007
    Started recovery at
    Thread 1: logseq 6, block 3, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 6 Reading mem 0
    Mem# 0 errs 0: E:\ORACLE\ORADATA\TEST\REDO02.LOG
    Sun Feb 11 07:53:55 2007
    Ended recovery at
    Thread 1: logseq 6, block 2021, scn 0.310811
    177 data blocks read, 177 data blocks written, 2018 redo blocks read
    Crash recovery completed successfully
    Sun Feb 11 07:53:56 2007
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Sun Feb 11 07:53:56 2007
    ARCH: Evaluating archive log 3 thread 1 sequence 4
    ARCH: Beginning to archive log 3 thread 1 sequence 4
    Creating archive destination LOG_ARCHIVE_DEST_1: 'E:\ORACLE\ORA92\RDBMS\ARC00004.001'
    ARCH: Completed archiving log 3 thread 1 sequence 4
    Sun Feb 11 07:53:57 2007
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 advanced to log sequence 7
    Thread 1 opened at log sequence 7
    Current log# 3 seq# 7 mem# 0: E:\ORACLE\ORADATA\TEST\REDO03.LOG
    Successful open of redo thread 1.
    Sun Feb 11 07:53:57 2007
    SMON: enabling cache recovery
    Sun Feb 11 07:54:02 2007
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 1.
    Sun Feb 11 07:54:02 2007
    SMON: enabling tx recovery
    Sun Feb 11 07:54:02 2007
    Database Characterset is WE8MSWIN1252
    Corrupt block relative dba: 0x00406ecc (file 1, block 28364)
    Bad check value found during buffer read
    Data in bad block -
    type: 6 format: 2 rdba: 0x00406ecc
    last change scn: 0x0000.0004668b seq: 0xb flg: 0x04
    consistency value in tail: 0x668b060b
    check value in block header: 0x27f5, computed block checksum: 0x80
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Reread of rdba: 0x00406ecc (file 1, block 28364) found same corrupted data
    Sun Feb 11 07:54:10 2007
    Errors in file e:\oracle\admin\test\bdump\test_smon_564.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 1, block # 28364)
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\TEST\SYSTEM01.DBF'
    Sun Feb 11 07:54:10 2007
    Errors in file e:\oracle\admin\test\udump\test_ora_2012.trc:
    ORA-01578: ORACLE data block corrupted (file # 1, block # 28364)
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\TEST\SYSTEM01.DBF'
    Sun Feb 11 07:54:10 2007
    Error 1578 happened during db open, shutting down database
    USER: terminating instance due to error 1578
    Instance terminated by USER, pid = 2012
    ORA-1092 signalled during: alter database open...
    What I can guess is this all is happenning because system datafile OS block got currupted....is it so or some other reason?....and how to resolve this issue?

    Hi,
    Since it is system tablespace, you can't open the DB. If you can't open the db you can't use dbms_repair. Also DBV doesn't change the content of the file so that also not going to help.
    So only open left is to do point in time recovery.
    Regards,
    Satheesh Babu.S

  • Database creation // ORA-01092: ORACLE instance terminated. Disconnection f

    hi',
    i am trying to create a new database on my fedora 8 system (personal desktop not a remote system) using oracle 10g. But as soon
    as i use script to create the database i get " ORA-01092: ORACLE instance terminated. Disconnection forced" error.
    following information will help you analyse the problem. i am writing down all the steps i am doing and sending the alertlog file as well. i also have created all the folder's required for new database.
    logging to terminal:
    $ export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    $ export ORACLE_SID=vc1
    $ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    [oracle@localhost ~]$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Sat Jan 5 17:14:52 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> STARTUP NOMOUNT PFILE='/u01/app/oracle/product/10.2.0/db_1/dbs/initvc1.ora'
    ORACLE instance started.
    THEN I AM RUNNING FOLLOWING SCRIPT
    SQL> create database vc1
    2 user sys identified by varun
    3 user system identified by varun
    4 maxinstances 1
    5 maxloghistory 1
    6 maxlogfiles 5
    7 maxlogmembers 5
    8 character set US7ASCII
    9 national character set AL16UTF16
    10 datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    11 extent management LOCAL
    12 SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    13 DEFAULT TEMPORARY tablespace temp01
    14 tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    15 UNDO tablespace undotbs_01
    16 datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    17 DEFAULT tablespace users
    18 datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    19 LOGFILE group 1
    20 ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    21 group 2
    22 ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M;
    create database vc1
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ****THIS IS MY ALERTLOG FILE***
    Sat Jan 5 17:16:20 2008
    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 =18
    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:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2640
    PSP0 started with pid=3, OS id=2642
    MMAN started with pid=4, OS id=2644
    DBW0 started with pid=5, OS id=2646
    LGWR started with pid=6, OS id=2648
    CKPT started with pid=7, OS id=2650
    SMON started with pid=8, OS id=2652
    RECO started with pid=9, OS id=2654
    CJQ0 started with pid=10, OS id=2656
    MMON started with pid=11, OS id=2658
    MMNL started with pid=12, OS id=2660
    Sat Jan 5 17:20:59 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 17:21:00 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 17:21:09 2008
    Successful mount of redo thread 1, with mount id 613891643
    Assigning activation ID 613891643 (0x24973e3b)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 17:21:09 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 17:21:09 2008
    SMON: enabling cache recovery
    Sat Jan 5 17:21:09 2008
    create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    ORA-1119 signalled during: create tablespace SYSTEM datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Sat Jan 5 17:21:09 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2661.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 861
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'u01/app/oracle/oradata/vc1/system01.dbf'
    ORA-27040: file create error, unable to create file
    Linux Error: 2: No such file or directory
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2661
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile 'u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile 'u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

    sorry guys that was a silly mistake but it seems i m still not doing it right.
    i still am getting ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    line 10 and other line were corrected by inserting / but still the same problem.
    sending the alert log file
    Sat Jan 5 18:28:04 2008
    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 =18
    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:
    processes = 150
    sga_target = 197132288
    control_files = /u01/app/oracle/oradata/vc1/control01.ctl, /u01/app/oracle/oradata/vc1/control02.ctl, /u01/app/oracle/oradata/vc1/control03.ctl
    db_block_size = 8192
    compatible = 10.2.0.1.0
    log_archive_dest = /u01/app/oracle/arch'
    log_archive_format = log%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = /u01/app/oracle/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= NONE
    db_domain =
    job_queue_processes = 10
    background_dump_dest = /u01/app/oracle/admin/vc1/bdump
    user_dump_dest = /u01/app/oracle/admin/vc1/udump
    core_dump_dest = /u01/app/oracle/admin/vc1/cdump
    audit_file_dest = /u01/app/oracle/admin/vc1/adump
    db_name = vc1
    open_cursors = 300
    pga_aggregate_target = 65011712
    PMON started with pid=2, OS id=2685
    PSP0 started with pid=3, OS id=2687
    MMAN started with pid=4, OS id=2689
    DBW0 started with pid=5, OS id=2691
    LGWR started with pid=6, OS id=2693
    CKPT started with pid=7, OS id=2695
    SMON started with pid=8, OS id=2697
    RECO started with pid=9, OS id=2699
    CJQ0 started with pid=10, OS id=2701
    MMON started with pid=11, OS id=2703
    MMNL started with pid=12, OS id=2705
    Sat Jan 5 18:31:55 2008
    create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M
    Sat Jan 5 18:31:55 2008
    Database mounted in Exclusive Mode
    Sat Jan 5 18:32:05 2008
    Successful mount of redo thread 1, with mount id 613909723
    Assigning activation ID 613909723 (0x249784db)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /u01/app/oracle/oradata/vc1/redo01.log
    Successful open of redo thread 1
    Sat Jan 5 18:32:05 2008
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Jan 5 18:32:05 2008
    SMON: enabling cache recovery
    Sat Jan 5 18:32:05 2008
    create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    Completed: create tablespace SYSTEM datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    EXTENT MANAGEMENT LOCAL online
    Sat Jan 5 18:32:28 2008
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sat Jan 5 18:32:44 2008
    CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    ORA-30012 signalled during: CREATE UNDO TABLESPACE UNDOTBS_01 DATAFILE '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Sat Jan 5 18:32:54 2008
    Errors in file /u01/app/oracle/admin/vc1/udump/vc1_ora_2706.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 5792
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30012: undo tablespace 'UNDOTBS1' does not exist or of wrong type
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Instance terminated by USER, pid = 2706
    ORA-1092 signalled during: create database vc1
    user sys identified by user system identified by maxinstances 1
    maxloghistory 1
    maxlogfiles 5
    maxlogmembers 5
    character set US7ASCII
    national character set AL16UTF16
    datafile '/u01/app/oracle/oradata/vc1/system01.dbf' size 500M
    extent management LOCAL
    SYSAUX datafile '/u01/app/oracle/oradata/vc1/sysaux01.dbf' size 500M
    DEFAULT TEMPORARY tablespace temp01
    tempfile '/u01/app/oracle/oradata/vc1/temp01.dbf' size 100M
    UNDO tablespace undotbs_01
    datafile '/u01/app/oracle/oradata/vc1/undotbs01.dbf' size 200M
    DEFAULT tablespace users
    datafile '/u01/app/oracle/oradata/vc1/user01.dbf' size 100M
    LOGFILE group 1
    ('/u01/app/oracle/oradata/vc1/redo01.log') size 100M,
    group 2
    ('/u01/app/oracle/oradata/vc1/redo02.log') size 100M...

  • While startup ora -01092: ORACLE instance terminated. Disconnection forced

    Hi all,
    I'm using Enterprise Linux Red hat 5 (OS), oracle 10g Release 2 (10.2.0.1.0)
    while startup the database I'm getting below error message.
    SQL> startup pfile='/opt/oracle/admin/ssharp/pfile/init.ora.33201013513' mount;
    ORACLE instance started.
    Total System Global Area 2147483648 bytes
    Fixed Size 1220432 bytes
    Variable Size 486539440 bytes
    Database Buffers 1644167168 bytes
    Redo Buffers 15556608 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    In alert log file having message, Redo log file s corrupted.
    I try to recover the redo log,using
    allow_resetlogs_corruption=True parameter in pfile.
    and start the DB in mount stage,and
    restore database;
    alter database open resetlogs;
    Using this method i got the same error ora - 01092
    and tried to rman incomplete recovery i cant solve issue
    *RMAN> run
    2> {
    3> set until sequence 2284 thread 1;
    4> restore database;
    5> recover database;
    6> alter database open resetlogs;
    7> }
    executing command: SET until clause
    using target database control file instead of recovery catalog
    Starting restore at 25-APR-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=761 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=760 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=758 devtype=DISK
    creating datafile fno=20 name=/northeast/oradata/ssharp/main/main03.dbf
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/25/2011 13:42:35
    ORA-01119: error in creating database file '/northeast/oradata/ssharp/main/main03.dbf'
    ORA-27038: created file already exists
    Additional information: 1
    RMAN> shut immediate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "allocate, alter, backup, beginline, blockrecover, catalog, change, connect, copy, convert, create, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flashback, host, {, library, list, mount, open, print, quit, recover, register, release, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, set, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport, upgrade, unregister, validate"
    RMAN-01008: the bad identifier was: shut
    RMAN-01007: at line 1 column 1 file: standard input*
    and also i cleared that redolog content,after that also i tried to up the database with resetlog option.but i can't solve...
    can any one guide me
    Thanks in advance

    Hi user;
    Please see below note which could be helpful on your issue:
    database not starting up with errors ORA-01092 ORA-24324 ORA-01041 [ID 779356.1]
    Regard
    Helios

  • How do you create a new trial AWS developer instance if the existing one is corrupt.

    I've got an instance I can no longer connect to. I haven't done much with it so I'd like to delete it and start over.  I don't see that as an option.  Is there a way to do it?

    Never mind.  I was able to create a new one once I "terminated" the old one and waited for it to finish.  I didn't want to terminate the old one because I was hoping I could pull some of my work off but since you can't create a new one without first deleting the old one, and I could no longer even connect to the old one,  I went ahead and terminated it.

  • Discovery data couldn't be inserted to the database. This could have happened because of one of the following reasons:

    Discovery data couldn't be inserted to the database. This could have happened because  of one of the following reasons:
      - Discovery data is stale. The discovery data is generated by an MP recently deleted.
      - Database connectivity problems or database running out of space.
      - Discovery data received is not valid.
     The following details should help to further diagnose:
     DiscoveryId: ae39d630-f82d-77ee-d5d9-dd4c4a2e7bc2
     HealthServiceId: ab069276-c6dc-13d7-3ef5-28e780c34953
     Microsoft.EnterpriseManagement.Common.DiscoveryDataUnresolvedClassPropertyNameException,Unable to resolve the class property name specified in the discovery data item. Try using a fully qualified name.
    Class property name: 12f3e541-ec4d-7310-be57-fa3bde0bed06
    Rule ID: ae39d630-f82d-77ee-d5d9-dd4c4a2e7bc2
    Instance:
    <?xml version="1.0" encoding="utf-16"?><ClassInstance TypeId="{6ce7ab22-1880-0eb1-40ba-86d9a8c3d5f5}"><Settings><Setting><Name>0b3944af-12ff-1e1f-ac5c-55485fc10671</Name><Value>MANAGED
    REAL TIME APPLY</Value></Setting><Setting><Name>12f3e541-ec4d-7310-be57-fa3bde0bed06</Name><Value>rac2</Value></Setting><Setting><Name>18900065-cbab-1788-0c0e-2c97ef41d7d2</Name><Value>LGWR</Value></Setting><Setting><Name>1a42a2bc-9e87-029a-6db6-f512f8d00ca2</Name><Value></Value></Setting><Setting><Name>5c92d602-346f-9202-e2b4-7cfdc7226661</Name><Value>Common</Value></Setting><Setting><Name>5e763b8d-1979-d0e9-08bf-ea857c67fbaa</Name><Value></Value></Setting><Setting><Name>7dd3b6cb-8180-d58a-fae2-985730c3ffb8</Name><Value></Value></Setting><Setting><Name>7ecb288d-50c8-dd5b-419f-5d4712ef4b75</Name><Value>Database
    Physical</Value></Setting><Setting><Name>8c62b4e5-a737-b8d7-9017-4e8ea4c5a4ac</Name><Value></Value></Setting><Setting><Name>99cdac55-6b00-2485-cb26-bed62d37c926</Name><Value>Common</Value></Setting><Setting><Name>9ed7463c-fa1e-00ea-6743-5e54b928b7e8</Name><Value></Value></Setting><Setting><Name>a606d019-eff4-c6b9-eec9-32d43913fa58</Name><Value>DatabasePhysicalMP</Value></Setting><Setting><Name>aa9fbc8a-e274-91e8-7731-ba324682cab9</Name><Value>DatabasePhysical</Value></Setting><Setting><Name>afb4f9e6-bf48-1737-76ad-c9b3ec325b97</Name><Value>rac2</Value></Setting><Setting><Name>b60a9e0e-5baa-9b0a-8201-6ddd697d060d</Name><Value></Value></Setting><Setting><Name>bf194186-a061-ccf1-94de-971988a79003</Name><Value></Value></Setting><Setting><Name>c2ec02fc-fa4d-65c9-82da-fa76476433eb</Name><Value>rac2</Value></Setting><Setting><Name>d87b0cd0-2149-5736-ab85-42ebddab12a2</Name><Value></Value></Setting><Setting><Name>e1165cbd-8778-5bc1-de07-af341d420068</Name><Value>GRD</Value></Setting><Setting><Name>f56fc436-4a31-48dc-3127-745e5a6d2800</Name><Value></Value></Setting><Setting><Name>fda3d28f-3f34-e51c-e1ad-b1413a70c4ac</Name><Value>GUARD</Value></Setting></Settings></ClassInstance>.

    Try to reimport the MP. You should use the following sql to query the problematic MP
    select d.discoveryid, d.discoveryName,mp.mpfriendlyname from discovery d inner join managementpack mp on d.managementpackid=mp.managementpackid where d.discoveryid='ae39d630-f82d-77ee-d5d9-dd4c4a2e7bc2'
    Discovery data couldn't be inserted to the database: Event IDs: 33333 and 10801
    http://social.technet.microsoft.com/Forums/en-US/operationsmanagergeneral/thread/5f826064-d3f5-43f0-a328-c2f3eb56e932
    Insert Discovery Data Fails
    http://social.technet.microsoft.com/Forums/en-US/operationsmanagerauthoring/thread/8b1387f0-ca4a-480b-a0f0-557d14c3fa89
    Event ID: 10801 in RMS server
    http://social.technet.microsoft.com/forums/en-us/operationsmanagergeneral/thread/5467A6A7-0B26-45C1-BF69-368E5A7AB841
    Roger

  • Instance terminated disconnection forced

    hi ,
    i was trying to implement advanced replication on a single system and after just running the scripts need for advanced replication i restarted the two databases at the same time and at both databases i recieved "INSTANCE TERMINATED DISCONNECTION FORCED".i have resolve the problem but does not understand wat acually happened can some one help by looking at one of the alertlog file
    here it is
    Sat Jun 23 04:47:43 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = G:\oracle\oradata\orcl\CONTROL01.CTL, G:\oracle\oradata\orcl\CONTROL02.CTL, G:\oracle\oradata\orcl\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = parameters
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orcl
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = G:\oracle\admin\orcl\bdump
    user_dump_dest = G:\oracle\admin\orcl\udump
    core_dump_dest = G:\oracle\admin\orcl\cdump
    sort_area_size = 524288
    db_name = orcl
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sat Jun 23 04:47:47 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sat Jun 23 04:47:48 2007
    alter database mount exclusive
    Sat Jun 23 04:47:53 2007
    Successful mount of redo thread 1, with mount id 1153774708.
    Sat Jun 23 04:47:53 2007
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Sat Jun 23 04:47:53 2007
    alter database open
    Sat Jun 23 04:47:53 2007
    Beginning crash recovery of 1 threads
    Sat Jun 23 04:47:53 2007
    Started first pass scan
    Sat Jun 23 04:47:54 2007
    Completed first pass scan
    1 redo blocks read, 0 data blocks need recovery
    Sat Jun 23 04:47:54 2007
    Started recovery at
    Thread 1: logseq 20, block 2, scn 0.628276
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 20 Reading mem 0
    Mem# 0 errs 0: G:\ORACLE\ORADATA\ORCL\REDO01.LOG
    Sat Jun 23 04:47:54 2007
    Ended recovery at
    Thread 1: logseq 20, block 3, scn 0.648277
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Crash recovery completed successfully
    Sat Jun 23 04:47:55 2007
    Thread 1 advanced to log sequence 21
    Thread 1 opened at log sequence 21
    Current log# 2 seq# 21 mem# 0: G:\ORACLE\ORADATA\ORCL\REDO02.LOG
    Successful open of redo thread 1.
    Sat Jun 23 04:47:55 2007
    SMON: enabling cache recovery
    Sat Jun 23 04:47:56 2007
    Errors in file g:\oracle\admin\orcl\udump\orcl_ora_1816.trc:
    ORA-30012: undo tablespace 'parameters' does not exist or of wrong type
    Sat Jun 23 04:47:56 2007
    Error 30012 happened during db open, shutting down database
    USER: terminating instance due to error 30012
    Sat Jun 23 04:47:57 2007
    Errors in file g:\oracle\admin\orcl\bdump\orcl_pmon_1988.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Instance terminated by USER, pid = 1816
    ORA-1092 signalled during: alter database open...
    Sat Jun 23 04:56:47 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = G:\oracle\oradata\orcl\CONTROL01.CTL, G:\oracle\oradata\orcl\CONTROL02.CTL, G:\oracle\oradata\orcl\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS01
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orcl
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = G:\oracle\admin\orcl\bdump
    user_dump_dest = G:\oracle\admin\orcl\udump
    core_dump_dest = G:\oracle\admin\orcl\cdump
    sort_area_size = 524288
    db_name = orcl
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sat Jun 23 04:56:50 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sat Jun 23 04:56:50 2007
    ALTER DATABASE MOUNT
    Sat Jun 23 04:56:55 2007
    Successful mount of redo thread 1, with mount id 1153764242.
    Sat Jun 23 04:56:55 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Sat Jun 23 04:56:55 2007
    ALTER DATABASE OPEN
    Sat Jun 23 04:56:55 2007
    Beginning crash recovery of 1 threads
    Sat Jun 23 04:56:55 2007
    Started first pass scan
    Sat Jun 23 04:56:55 2007
    Completed first pass scan
    1 redo blocks read, 0 data blocks need recovery
    Sat Jun 23 04:56:55 2007
    Started recovery at
    Thread 1: logseq 21, block 2, scn 0.648279
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 21 Reading mem 0
    Mem# 0 errs 0: G:\ORACLE\ORADATA\ORCL\REDO02.LOG
    Sat Jun 23 04:56:56 2007
    Ended recovery at
    Thread 1: logseq 21, block 3, scn 0.668280
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Crash recovery completed successfully
    Sat Jun 23 04:56:56 2007
    Thread 1 advanced to log sequence 22
    Thread 1 opened at log sequence 22
    Current log# 3 seq# 22 mem# 0: G:\ORACLE\ORADATA\ORCL\REDO03.LOG
    Successful open of redo thread 1.
    Sat Jun 23 04:56:56 2007
    SMON: enabling cache recovery
    Sat Jun 23 04:56:56 2007
    Errors in file g:\oracle\admin\orcl\udump\orcl_ora_2616.trc:
    ORA-30012: undo tablespace 'UNDOTBS01' does not exist or of wrong type
    Sat Jun 23 04:56:56 2007
    Error 30012 happened during db open, shutting down database
    USER: terminating instance due to error 30012
    Sat Jun 23 04:56:57 2007
    Errors in file g:\oracle\admin\orcl\bdump\orcl_pmon_2568.trc:
    ORA-30012: undo tablespace '' does not exist or of wrong type
    Instance terminated by USER, pid = 2616
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Sat Jun 23 04:57:09 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = G:\oracle\oradata\orcl\CONTROL01.CTL, G:\oracle\oradata\orcl\CONTROL02.CTL, G:\oracle\oradata\orcl\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS01
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orcl
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = G:\oracle\admin\orcl\bdump
    user_dump_dest = G:\oracle\admin\orcl\udump
    core_dump_dest = G:\oracle\admin\orcl\cdump
    sort_area_size = 524288
    db_name = orcl
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sat Jun 23 04:57:12 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sat Jun 23 04:57:13 2007
    ALTER DATABASE MOUNT
    Sat Jun 23 04:57:17 2007
    Successful mount of redo thread 1, with mount id 1153742761.
    Sat Jun 23 04:57:17 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Sat Jun 23 05:02:09 2007
    Shutting down instance: further logons disabled
    Shutting down instance (normal)
    License high water mark = 3
    All dispatchers and shared servers shutdown
    Sat Jun 23 05:02:12 2007
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Sat Jun 23 05:02:12 2007
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Sat Jun 23 05:32:14 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    timed_statistics = TRUE
    shared_pool_size = 50331648
    large_pool_size = 8388608
    java_pool_size = 33554432
    control_files = G:\oracle\oradata\orcl\CONTROL01.CTL, G:\oracle\oradata\orcl\CONTROL02.CTL, G:\oracle\oradata\orcl\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 9.2.0.0.0
    db_file_multiblock_read_count= 16
    fast_start_mttr_target = 300
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    instance_name = orcl
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    hash_join_enabled = TRUE
    background_dump_dest = G:\oracle\admin\orcl\bdump
    user_dump_dest = G:\oracle\admin\orcl\udump
    core_dump_dest = G:\oracle\admin\orcl\cdump
    sort_area_size = 524288
    db_name = orcl
    open_cursors = 300
    star_transformation_enabled= FALSE
    query_rewrite_enabled = FALSE
    pga_aggregate_target = 25165824
    aq_tm_processes = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Sat Jun 23 05:32:16 2007
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Sat Jun 23 05:32:17 2007
    ALTER DATABASE MOUNT
    Sat Jun 23 05:32:21 2007
    Successful mount of redo thread 1, with mount id 1153741025.
    Sat Jun 23 05:32:21 2007
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Sat Jun 23 07:38:01 2007
    alter database open
    Sat Jun 23 07:38:01 2007
    Beginning crash recovery of 1 threads
    Sat Jun 23 07:38:01 2007
    Started first pass scan
    Sat Jun 23 07:38:02 2007
    Completed first pass scan
    1 redo blocks read, 0 data blocks need recovery
    Sat Jun 23 07:38:02 2007
    Started recovery at
    Thread 1: logseq 22, block 2, scn 0.668282
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 22 Reading mem 0
    Mem# 0 errs 0: G:\ORACLE\ORADATA\ORCL\REDO03.LOG
    Sat Jun 23 07:38:02 2007
    Ended recovery at
    Thread 1: logseq 22, block 3, scn 0.688283
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Crash recovery completed successfully
    Sat Jun 23 07:38:02 2007
    Thread 1 advanced to log sequence 23
    Thread 1 opened at log sequence 23
    Current log# 1 seq# 23 mem# 0: G:\ORACLE\ORADATA\ORCL\REDO01.LOG
    Successful open of redo thread 1.
    Sat Jun 23 07:38:02 2007
    SMON: enabling cache recovery
    Sat Jun 23 07:38:03 2007
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 1.
    Sat Jun 23 07:38:03 2007
    SMON: enabling tx recovery
    Sat Jun 23 07:38:03 2007
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: alter database open

    Hi who you come out of the problem
    ORA-30012: undo tablespace 'UNDOTBS3' does not exist or of wrong type
    Thanks in advance
    Regards,
    J.D.P.Kumar

  • Oracle instance terminated by DBW0

    My one of the instance was terminated with following errors in alert log:
    Thu Mar 9 20:16:42 2006
    DBW0: terminating instance due to error 481
    Thu Mar 9 20:16:42 2006
    System state dump is made for local instance
    Thu Mar 9 20:16:43 2006
    Dump system state for local instance only
    Thu Mar 9 20:16:43 2006
    Trace dumping is performing id=[cdmp_20060309201643]
    Thu Mar 9 20:16:47 2006
    Instance terminated by DBW0, pid = 1278018
    Thu Mar 9 20:32:23 2006
    what is the probabale reason of it
    pls help as i am not getting any help from metalink also

    Hello,
    Which oracle version are you using? Care to tell what action has been performed on Oracle Database. Any huge running tasks or db-creation etc., please let me know. If you are referring 9i database here.
    << Oracle version>>
    Version: 9.2.0.3
    <<Alert.log shows:>>
    DBW0: terminating instance due to error 472
    Instance terminated by DBW0, pid = 2956
    Coredump has been generated in coredump directory.
    <<Cause>>
    - There was a SEGMENT SPACE MANAGEMENT AUTO clause included in the "Create database" statement.
    - SEGMENT SPACE MANAGEMENT AUTO is not a valid option for the create database statement.
    <<Fix>>
    - Do not use "SEGMENT SPACE MANAGEMENT AUTO" option when manually creating a database.
    << Bug>>
    - Bug:2092558 filled on this to give some meaningful message rather than core dump.
    -Sri

  • Instance Terminated in Oracle 8i

    Dear Sir/Madam
    We handle large volume of data in oracle database. when processing utilization was high Oracle Instance Terminate very ofen. As the solution we
    reduced the No. of user as 20 and Server Configuration was also upgraded to
    HD - 56GB
    RAM - 1 GB
    Processor - PIII - 832MHz
    But still the problem continues.
    Please mail, your suggestion to me. I to afraid if this problem continues one day
    the Database itself will be crashed.
    Error Message:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Help me as earliest.
    Velu N

    Extend the shared pool and then check its success

  • ORA-01092: ORACLE instance terminated. Disconnection forced !!1

    ORA-01092: ORACLE instance terminated. Disconnection forced
    I am getting the above error message when I try to start the database.
    Please advise.
    From
    P

    I used following character set :
    CREATE DATABASE GAV
    LOGFILE GROUP 1 ( '/dbms/gavdb/GAV/redoGAV02.log') SIZE 150M,
    GROUP 2 ( '/dbms/gavdb/GAV/redoGAV01.log ') SIZE 150M
    MAXDATAFILES 256
    MAXINSTANCES 1
    MAXLOGFILES 62
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1600
    CHARACTER SET "US7ASCII"
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE '/dbms/gavdb/GAV/system_ts001f01.dbf' SIZE 500M REUSE
    Default Temporary TABLESPACE TEMP01 TEMPFILE '/dbms/gavdb/GAV/temp_ts001f01.dbf'
    SIZE 1024M REUSE, '/dbms/gavdb/GAV/temp_ts001f02.dbf' SIZE 1000M
    REUSE
    UNDO TABLESPACE undotsp
    DATAFILE'/dbms/gavdb/GAV/undo_01.dbf' SIZE 200M REUSE
    From
    P

  • ORACLE instance terminated. Disconnection forced

    Hi,
    When I am trying to login , it is throwing "ORACLE instance terminated. Disconnection forced"
    Below is the message logged in ALERT Log
    Completed: ALTER ROLLBACK SEGMENT RBSL1 OFFLINE
    Sun Jun 23 00:42:35 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC:
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    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.
    Sun Jun 23 00:42:36 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    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.
    Sun Jun 23 00:42:36 2013
    CKPT: terminating instance due to error 221
    Sun Jun 23 00:42:39 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtDBW0.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    Sun Jun 23 00:42:39 2013
    Errors in file D:\HA_salesupp\Dump_files\ssdtPMON.TRC:
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    Instance terminated by CKPT, pid = 78
    Please let me know whether I can directly start the services  using "net start <myservicesName>" or any other steps need to be followed.

    I could see the Oracle Instance is running in the services.msc but when I am trying to connect it throwing "ORACLE instance terminated. Disconnection forced". As I am not able to connect, I was not able to query v$instance.
    Below are the log file CKPT.TRC and DBW0.TRC
    CKPT.TRC
    Dump file D:\HA_salesupp\Dump_files\ssdtCKPT.TRC
    Sun Jun 23 00:42:35 2013
    ORACLE V8.1.7.2.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Oracle8i Release 8.1.7.2.1 - Production
    JServer Release 8.1.7.2.1 - Production
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Instance name: ssdt
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Windows thread id: 78, image: ORACLE.EXE
    *** SESSION ID:(4.1) 2013-06-23 00:42:35.748
    *** 2013-06-23 00:42:35.748
    ksedmp: internal or fatal error
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    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.
    ----- Call Stack Trace -----
    calling                          call     entry                            argument values in hex
    location                         type     point                            (? means dubious value)
    _ksedmp+a8                       CALLrel  _ksedst+0                       
                                                                               FBEBCC
    _kccwbp+369                      CALLrel  _ksedmp+0                        2
    _kccpcp+92                       CALLrel  _kccwbp+0                       
                                                                               0276BC
                                                                               E026600
                                                                               26 7
    _kctrcp+309                      CALLrel  _kccpcp+0                        1
                                                                               13BF770
    _kcvcca+182                      CALLrel  _kctrcp+0                       
    _ksbcti+88                       CALLreg  00000000                        
    _ksbabs+1af                      CALLrel  _ksbcti+0                       
                                                                               810E8
                                                                               DFBEF54
    _ksbrdp+1b6                      CALLreg  00000000                        
                                                                               3BF908
    _opirip+234                      CALLrel  _ksbrdp+0                       
    _opidrv+549                      CALLrel  _opirip+0                        32 0
                                                                               0
    _sou2o+19                        CALLrel  _opidrv+0                       
    _opimai+152                      CALLrel  _sou2o+0                        
                                                                               FBFE30
                                                                               32 0
                                                                               0
    _BackgroundThreadStart@4+127     CALLrel  _opimai+0                        3
                                                                               DFBFF7C
    77F04EDB                         CALLreg  00000000                        
    ----- Argument/Register Address Dump -----
    Argument/Register addr=dfbebcc. 
    ----- End of Call Stack Trace -----
    ===================================================
    Files currently opened by this process:
    ===================================================
    PROCESS STATE
    Process global information:
         process: 6a006c8, call: 6a2d51c, xact: 0, curses: 6a0e6f8, usrses: 6a0e6f8
      SO: 6a006c8, type: 1, owner: 0, pt: 0, flag: INIT/-/-/0x00
      (process) Oracle pid=5, calls cur/top: 6a2d51c/6a2d51c, flag: (2) SYSTEM
                int error: 0, call error: 0, sess error: 0, txn error 0
      (post info) last post received: 0 0 13
                  last post received-location: ksasnd
                  last process to post me: 6a01368 5 0
                  last post sent: 67 0 4
                  last post sent-location: kslpsr
                  last process posted by me: 6a01368 5 0
        (latch info) wait_event=0 bits=0
        Process Group: DEFAULT, pseudo proc: 6a094e4
        O/S info: user: SYSTEM, term: NTS4_005, ospid: 78
        OSD pid info: 78
        SO: 6a65ac4, type: 9, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 6a006c8,
                           event: 4, last message event: 9, messages read: 1
                           channel: (6a6608c) scumnt mount lock
                                    scope: 101, event: 9, last mesage event: 9,
                                    publishers/subscribers: 0/7,
                                    messages published: 1
        SO: 6a0e6f8, type: 3, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (session) trans: 0, creator: 6a006c8, flag: (51) USR/- BSY/-/-/-/-/-
                  DID: 0001-0005-00000003, short-term DID: 0000-0000-00000000
                  txn branch: 0
                  oct: 0, prv: 0, user: 0/SYS
        last wait for 'control file parallel write' blocking sess=0x0 seq=11662 wait_time=1
                    files=2, blocks=2, requests=2
        SO: 6a65b3c, type: 9, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 6a006c8,
                           event: 5, last message event: 5, messages read: 0
                           channel: (6a65fac) system events broadcast channel
                                    scope: 101, event: 13, last mesage event: 0,
                                    publishers/subscribers: 0/7,
                                    messages published: 0
        SO: 6a2d51c, type: 2, owner: 6a006c8, pt: 0, flag: INIT/-/-/0x00
        (call) sess: cur 6a0e6f8, rec 0, usr 6a0e6f8; depth: 0
    ===================================================
    CURRENT SESSION'S INSTANTIATION STATE
    current session=6a0e6f8
    ********************   Cursor Dump   ************************
    Current cursor: 0, pgadep: 0
    Cursor Dump:
    End of cursor dump
    END OF PROCESS STATE
    error 221 detected in background process
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA
    ORA-00206: Message 206 not found; No message file for product=RDBMS, facility=ORA; arguments: [3] [1]
    ORA-00202: Message 202 not found; No message file for product=RDBMS, facility=ORA; arguments: [D:\HA_SALESUPP\CONTROL_FILES\SSDT2.CON]
    ORA-27072: Message 27072 not found; No message file for product=RDBMS, facility=ORA
    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
    dbw0.trc
    Dump file D:\HA_salesupp\Dump_files\ssdtDBW0.TRC
    Sun Jun 23 00:42:39 2013
    ORACLE V8.1.7.2.1 - Production vsnsta=0
    vsnsql=f vsnxtr=3
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Oracle8i Release 8.1.7.2.1 - Production
    JServer Release 8.1.7.2.1 - Production
    Windows NT Version 4.0 Service Pack 6, CPU type 586
    Instance name: ssdt
    Redo thread mounted by this instance: 1
    Oracle process number: 3
    Windows thread id: 33, image: ORACLE.EXE
    *** 2013-06-23 00:42:39.404
    *** SESSION ID:(2.1) 2013-06-23 00:42:37.966
    error 221 detected in background process
    ORA-00221: Message 221 not found; No message file for product=RDBMS, facility=ORA

  • Call was terminated because the corresponding service is not available

    Hi experts,
    I've installed SAP NetWeaver 7.01 SR1 ABAP Trial Version. I'm following instructions given and the next step is to log into the system via web gui with this url: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000. However I'm getting this error:
    Service cannot be reached
    What has happened?
    URL http://localhost:8000/sap/bc/gui/sap/its/webgui call was terminated because the corresponding service is not available.
    Note
        * The termination occurred in system NSP with error code 403 and for the reason Forbidden.
        * The selected virtual host was 0 .
    I did some research and from what I've read I should activate a service trough so called SICF. After installation I've got only sap management console in wich I have this main NSP node, below that database instance and SAP system instance, I tried to logon to this system instance choosing "logon" from context menu but always with some errors. Now I'm stuck, please help.
    Edited by: kotzi86 on Aug 7, 2010 5:43 PM

    Hi,
    You will need to login using SAPGUI for windows first and then execute transaction SICF and from there, activate this service.
    Please install SAPGUI first on your machine and login using it.
    Regards,
    Shitij

  • Can i use one datafile from different database to my database ?

    hi,
    i copied one datafile from development server to my database ? how can i use this datafile
    can i re-create controlfile , please suggest?
    Edited by: 819136 on Jan 12, 2011 2:45 AM

    I have create the controlfile please find the below details
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1298160 bytes
    Variable Size 255852816 bytes
    Database Buffers 348127232 bytes
    Redo Buffers 7090176 bytes
    SQL> CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS ARCHIVELOG
    2 MAXLOGFILES 5
    3 MAXLOGMEMBERS 3
    4 MAXDATAFILES 14
    5 MAXINSTANCES 1
    6 MAXLOGHISTORY 226
    7 LOGFILE
    8 GROUP 1 'E:\ORACLE\ORADATA\ORCL\REDO01.LOG' SIZE 100M,
    9 GROUP 2 'E:\ORACLE\ORADATA\ORCL\REDO02.LOG' SIZE 100M,
    10 GROUP 3 'E:\ORACLE\ORADATA\ORCL\REDO03.LOG' SIZE 100M
    11 DATAFILE
    12 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF',
    13 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF',
    14 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF',
    15 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF',
    16 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF',
    17 *'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST01.DBF'*
    18 CHARACTER SET WE8MSWIN1252;
    CREATE CONTROLFILE REUSE DATABASE "ORCL" RESETLOGS ARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01159: file is not from same database as previous files - wrong database id
    ORA-01110: data file 43: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEST01.DBF'
    SQL>
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01507: database not mounted

  • Instance Terminated Unexpectedly

    Hi,
    Yesterday, Oracle 9i Instance terminated with some but I can't understand it some one help me, Thanks in advance, a short part of AlertLog file is below.
    Beginning log switch checkpoint up to RBA [0x8c2.2.10], SCN: 0x0000.0b321563
    Thread 1 advanced to log sequence 2242
    Current log# 2 seq# 2242 mem# 0: D:\ORACLE\ORADATA\MNBSLL\REDO02.LOG
    Tue Jun 07 19:03:28 2005
    ARCH: Evaluating archive log 1 thread 1 sequence 2241
    ARCH: Beginning to archive log 1 thread 1 sequence 2241
    Tue Jun 07 19:03:28 2005
    ARC2: Evaluating archive log 1 thread 1 sequence 2241
    Tue Jun 07 19:03:28 2005
    ARC2: Unable to archive log 1 thread 1 sequence 2241
    Log actively being archived by another process
    Tue Jun 07 19:03:29 2005
    Creating archive destination LOG_ARCHIVE_DEST_1: 'D:\ARCHIVES\ARC02241.001'
    Tue Jun 07 19:03:29 2005
    ARCH: Completed archiving log 1 thread 1 sequence 2241
    Tue Jun 07 19:03:33 2005
    Starting control autobackup
    Control autobackup written to DISK device
         handle 'H:\RMAN_BKP\C-4019356415-20050607-00.CTRL'
    Tue Jun 07 20:00:27 2005
    CJQ0: terminating instance due to error 472
    Tue Jun 07 20:00:42 2005
    Instance terminated by CJQ0, pid = 4048

    Are there any other messages in trace files?
    ORA-00472 PMON process terminated with error
    Cause: The Process Monitor process terminated abnormally.
    Action: Check the accompanying messages, and the background process trace file. Correct the problem mentioned in the messages. Then shut down and restart the instance. If the trace file mentions any other background process messages, check the trace file for the mentioned process until the root message is found.

  • Coredumps and instance terminated?

    Database is 11.2.0.1 64bit running on physical Oracle Linux R5U8.
    This is a test database that has been running without issue for quite some time.
    Recently moved to new hardware and has been running ok until this past weekend...
    On Friday I enabled archivelog mode for running routine hot backups.
    Early Monday morning we got the first coredump.
    Another Monday afternoon, then again Tuesday & Wednesday early morning.
    I was suspicious of the logs being too small (3 @ 50MB ea) so Wednesday I raised them to 6 @ 100MB each (well more than it should need...)
    Seemed to work ok as we made it through Wednesday & Thursday without incident, but it crashed again Thursday evening... same messages each time.
    Looking at the alert it appears to be tied to one of our test queues, but not sure if that is a culprit or just a result of the crash.
    I have no other alerts or error messages - this is it, so I'm at a bit of a loss where this is coming from.
    Haven't been able to find much anything on the particular error...
    Hoped someone here might have some idea...
    Alert log excerpt follows....
    Archived Log entry 40117 added for thread 1 sequence 54083 ID 0x26a060e dest 1:
    Thu Dec 20 17:11:20 2012
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x9] [PC:0x4375C3D, kwqdlClnupCcoDl()+113] [flags: 0x0, count: 1]
    Errors in file /home/oracle/diag/rdbms/devbpel/devbpel/trace/devbpel_ora_8278.trc (incident=135758):
    ORA-07445: exception encountered: core dump [kwqdlClnupCcoDl()+113] [SIGSEGV] [ADDR:0x9] [PC:0x4375C3D] [Address not mapped to object] []
    ORA-25228: timeout or end-of-fetch during message dequeue from HCBPELAQ.IP_IN_QUEUE
    Incident details in: /home/oracle/diag/rdbms/devbpel/devbpel/incident/incdir_135758/devbpel_ora_8278_i135758.trc
    Thu Dec 20 17:11:25 2012
    Trace dumping is performing id=[cdmp_20121220171125]
    Thu Dec 20 17:11:26 2012
    Sweep [inc][135758]: completed
    Sweep [inc2][135758]: completed
    Thu Dec 20 17:12:24 2012
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x9] [PC:0x4375C3D, kwqdlClnupCcoDl()+113] [flags: 0x0, count: 1]
    Errors in file /home/oracle/diag/rdbms/devbpel/devbpel/trace/devbpel_pmon_7876.trc (incident=135350):
    ORA-07445: exception encountered: core dump [kwqdlClnupCcoDl()+113] [SIGSEGV] [ADDR:0x9] [PC:0x4375C3D] [Address not mapped to object] []
    Incident details in: /home/oracle/diag/rdbms/devbpel/devbpel/incident/incdir_135350/devbpel_pmon_7876_i135350.trc
    Errors in file /home/oracle/diag/rdbms/devbpel/devbpel/trace/devbpel_pmon_7876.trc:
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kwqdlClnupCcoDl()+113] [SIGSEGV] [ADDR:0x9] [PC:0x4375C3D] [Address not mapped to object] []
    PMON (ospid: 7876): terminating the instance due to error 602
    Instance terminated by PMON, pid = 7876

    Trace file /home/oracle/diag/rdbms/devbpel/devbpel/trace/devbpel_ora_8278.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ORACLE_HOME = /home/oracle/11g/db
    System name:     Linux
    Node name:     devbpel
    Release:     2.6.32-300.10.1.el5uek
    Version:     #1 SMP Wed Feb 22 17:37:40 EST 2012
    Machine:     x86_64
    Instance name: devbpel
    Redo thread mounted by this instance: 1
    Oracle process number: 53
    Unix process pid: 8278, image: oracle@devbpel
    *** 2012-12-20 13:43:32.279
    *** SESSION ID:(331.9) 2012-12-20 13:43:32.279
    *** CLIENT ID:() 2012-12-20 13:43:32.279
    *** SERVICE NAME:(SYS$USERS) 2012-12-20 13:43:32.279
    *** MODULE NAME:() 2012-12-20 13:43:32.279
    *** ACTION NAME:() 2012-12-20 13:43:32.279
    kwqdlInsDeqLog during stmt prepare: retval -1, errnum 942, errbuf ORA-00942: table or view does not exist
    kwqdlCrtDeqLog during stmt execute: retval 100, errnum 1403, errbuf ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 11938
    ORA-06512: at line 1
    *** 2012-12-20 17:11:20.928
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x9] [PC:0x4375C3D, kwqdlClnupCcoDl()+113] [flags: 0x0, count: 1] Incident 135758 created, dump file: /home/oracle/diag/rdbms/devbpel/devbpel/incident/incdir_135758/devbpel_ora_8278_i135758.trc
    ORA-07445: exception encountered: core dump [kwqdlClnupCcoDl()+113] [SIGSEGV] [ADDR:0x9] [PC:0x4375C3D] [Address not mapped to object] []
    ORA-25228: timeout or end-of-fetch during message dequeue from HCBPELAQ.IP_IN_QUEUE
    ssexhd: crashing the process...
    Shadow_Core_Dump = partial

Maybe you are looking for

  • End of loop in FindFirst

    Hello everybody, I should be very interested to know if anybody has already seen such messages. When I launch a FindFirst on an OraDynaset, I see a message with "End of Loop" as a title, and in the text : Ins: 1, BS: 0, BV:0 VS:1 and an OK button. Wh

  • Audio Output to an Amplifier for Karaoke

    I have an HP Pavilion 23 All-In-One model 23-b010 and would like to hook this up to an amplifier for Karaoke. I am using the Karafun Player softare. There are 2 output devices on the computer, one is the headphone jack out and one is on the back pane

  • When is Apple planning to launch iPhone 5 in India?

    Can we please have a date, when Apple is planning to launch this set in India?

  • Trigger an ABAP program through a Process Chain

    Hi, I have an ABAP program as part of my Process Chain that updates the BW Hierarchy OREGH.  However I can't get the program to execute through the chain, even the though chains goes all green. without any REDS anywhere along the chain.  When I check

  • Rational Rose product and Forte

    Has anyone used Rational Rose products and Forte? Could you post a short summary that explains how easy/hard it is to work with and whether or not the reverse engineering features work well? To unsubscribe, email '[email protected]' with 'unsubscribe