Biztalk Service instance termination programatically

Hi all,
I am trying to terminate the service instances of a particular Application. I am using WMI for it.
I am using Select * from MSBTS_ServiceInstance where AssemblyName Like 'ApplicationName%' to get the complete list of the serviceinstances for that application. Then I use the Terminate() function to terminate the instances.
Unfortunately this query does miss out some of the serviceinstances(in case if the instances are of the called orchestrations and messaging) so the termination of the serviceinstance  does not get completed. I tried using Microsoft.Biztalk.Operations
name space to achieve this task but I was unsuccessful.
 In a nutshell I want to achieve is that by providing the application name I can get a complete list of the service instances.
Is there a way to do it?
Am i missing something in the WMI query?
Please provide your valuable inputs.
Regards,
Mandar Dharmadhikari.

Another duplicate one..from the same user !!!
Duplicate of another forum post-
http://social.msdn.microsoft.com/Forums/en-US/2ddee244-f8be-4edc-9410-59062ecd8716/terminating-sericeinstances-programmatically?forum=biztalkgeneral
Anyway here is reply..
Did you look into this WMI script
MSDN: WMI - Removing Suspended Service Instances
You can use this script as a reference for your requirement and may be if you need, you can update to your need.
 Also have a look into terminator tool. The above code works but officially it has been replace by
BizTalk Terminator tool. As per official statement:
“A tool which allows for common BizTalk problems to be addressed by scripts provided by the BizTalk team. Replaces terminate.vbs
with more functionality including the ability to suspend, resume and terminate by date range. Powershell script functionality provided for performance tuning. Integration with mbvcleanupscripts.xml from the messagebox viewer utility”
Reference:
http://www.microsoft.com/en-us/download/details.aspx?id=2846
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • Biztalk Tracked service instances not showing

    HI experts,
    I have enabled tracking on the BTS host and then set the tracking properties of pipelines,
    Even though i couldn't see the tracked service instances in the BTS 2010 admin console.
    my tracking data is not being moved to trackingDB, i found this using below query.
    SELECT COUNT(*) FROM [BizTalkMsgBoxDb].[dbo].[TrackingData]
    which yields more than 3000 rows, which should not be.
    How can i solve this error?
    I am sure TrackedMessages_Copy_BizTalkMsgBoxDb job has no errors?
    thanks in Advance....

    Check your default pipeline tracking settings in the management database:
    SELECT
    * FROM
    BizTalkMgmtDb.dbo.StaticTrackingInfo
    WHERE
    strServiceName in(
    'Microsoft.BizTalk.DefaultPipelines.XMLTransmit',
    'Microsoft.BizTalk.DefaultPipelines.XMLReceive',
    'Microsoft.BizTalk.DefaultPipelines.PassThruTransmit',
    'Microsoft.BizTalk.DefaultPipelines.PassThruReceive')
    More
    info here:http://venneker.net/2014/02/missing-tracking-data-in-biztalk/
    Cheers,
    Paul Venneker

  • ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00942: table or view does not exist on 12C RAC

    Hi Geeks,
    I have encountered an issue while starting up my database on 12c RAC.
    Till mount it goes fine but when i attempt to open it throws me an error.
    Total System Global Area 1.5400E+10 bytes
    Fixed Size                  4737560 bytes
    Variable Size            2952791528 bytes
    Database Buffers         1.2415E+10 bytes
    Redo Buffers               26857472 bytes
    Database mounted.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00942: table or view does not exist
    Process ID: 11338068
    Session ID: 1429 Serial number: 3
    Here is the trace file output...
    ORACLE_HOME = /oracle_home/app/orahome
    System name:    AIX
    Node name:      INS1
    Release:        1
    Version:        7
    Machine:        00C8CCA74C00
    Instance name: INST1
    Redo thread mounted by this instance: 1
    Oracle process number: 7
    Unix process pid: 20381876, image: oracle@ins1 (TNS V1-V3)
    *** 2014-11-27 22:49:20.892
    *** SESSION ID:(197.5) 2014-11-27 22:49:20.892
    *** CLIENT ID:() 2014-11-27 22:49:20.892
    *** SERVICE NAME:() 2014-11-27 22:49:20.892
    *** MODULE NAME:(sqlplus@ins1 (TNS V1-V3)) 2014-11-27 22:49:20.892
    *** ACTION NAME:() 2014-11-27 22:49:20.892
    2014-11-27 22:49:20.889716 : Start recovery for domain=0, valid=0, flags=0x4
    *** 2014-11-27 22:49:24.580
    Successfully allocated 32 recovery slaves
    Using 3 overflow buffers per recovery slave
    *** 2014-11-27 22:49:24.740
    Thread 1 checkpoint: logseq 15, block 2, scn 3510749
      cache-low rba: logseq 15, block 3
        on-disk rba: logseq 15, block 72, scn 3510824
      start recovery at logseq 15, block 3, scn 0
    *** 2014-11-27 22:49:24.981
    Started resilvering redo thread 1 seq 15 blocks 72-73
    *** 2014-11-27 22:49:24.994
    Completed resilvering redo thread 1 seq 15
    *** 2014-11-27 22:49:24.994
    Started writing zeroblks thread 1 seq 15 blocks 74-81
    *** 2014-11-27 22:49:24.994
    Completed writing zeroblks thread 1 seq 15
    ==== Redo read statistics for thread 1 ====
    Total physical reads (from disk and memory): 4096Kb
    -- Redo read_disk statistics --
    Read rate (ASYNC): 35Kb in 0.25s => 0.14 Mb/sec
    Longest record: 0Kb, moves: 0/104 (0%)
    Longest LWN: 2Kb, moves: 0/33 (0%), moved: 0Mb
    Last redo scn: 0x0000.0035922b (3510827)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 151/176 = 0.9
    *** 2014-11-27 22:49:25.007
    KCRA: start recovery claims for 25 data blocks
    *** 2014-11-27 22:49:25.039
    KCRA: blocks processed = 25/25, claimed = 25, eliminated = 0
    *** 2014-11-27 22:49:25.054
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 15 Reading mem 0
    *** 2014-11-27 22:49:25.060
    Completed redo application of 0.02MB
    *** 2014-11-27 22:49:25.235
    Completed recovery checkpoint
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 262144
    Longest hash chain = 1
    Average hash chain = 25/25 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 176/176 = 1.0
    Recovery sets nab of thread 1 seq 15 to 74 with 8 zeroblks
    *** 2014-11-27 22:49:26.000
    2014-11-27 22:49:26.000433 : Validate domain 0
    2014-11-27 22:49:26.001348 : Validated domain 0, flags = 0x0
    *** 2014-11-27 22:49:28.315
    Count of ofsmtab$: 0 entries
    *** 2014-11-27 22:49:28.732
    ORA-00942: table or view does not exist
    ORA-00942: table or view does not exist
    *** 2014-11-27 22:49:28.738
    USER (ospid: 20381876): terminating the instance due to error 942

    In my case the issue has fixed by executing the following..
    grant SELECT on SYS.USER$ to XDB;
    grant SELECT on SYS.USER$ to CTXSYS;
    grant SELECT on SYS.USER$ to DVSYS;
    grant SELECT on SYS.USER$ to LBACSYS;
    grant SELECT on SYS.USER$ to APEX_040200;
    grant SELECT on SYS.USER$ to DV_SECANALYST; 
    Refer the above screen shot...

  • 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

  • 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

  • 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

  • ORA-01092: ORACLE instance terminated Disconnection forced on standby

    Hi,
    I have following scenario.
    I have setup dataguard in which Primary and standby are of diffrent oracle releases.
    PRimary database : 10.2.0.1.0
    Stand by : 10.2.0.4.0
    Primary database - Windows 2000
    Standby : Windows -2008
    I have sync both database in mount mode.
    But when I tried to open stand by database it is giving below error.
    ORA-01092: ORACLE instance terminated Disconnection forced on standby
    Thanks and Regards
    Nilay

    Hi Thanks for the help
    Here is my alert log Content.
    Tue Aug 17 00:52:36 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\bdump\rage4_psp0_6908.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 6776
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Tue Aug 17 01:40:16 2010
    Shutting down instance (abort)
    Tue Aug 17 01:40:17 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    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.4.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 146800640
    __large_pool_size = 4194304
    __java_pool_size = 8388608
    __streams_pool_size = 0
    sga_target = 612368384
    control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\RAGE4\STANDCTL.CTL
    db_block_size = 8192
    __db_cache_size = 444596224
    compatible = 10.2.0.1.0
    remote_archive_enable = TRUE
    log_archive_dest_2 = LOCATION=E:\oracle\product\10.2.0\sbylogs
    standby_archive_dest = LOCATION=E:\oracle\product\10.2.0\sbylogs
    log_archive_format = Rage4db_%t_%s_%r.arc
    db_file_multiblock_read_count= 16
    db_recovery_file_dest_size= 32212254720
    standby_file_management = AUTO
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=RAGE4XDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\ADUMP
    background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\BDUMP
    user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\UDUMP
    core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\RAGE4\CDUMP
    db_name = RAGE4
    open_cursors = 5000
    pga_aggregate_target = 203423744
    Deprecated system parameters with specified values:
    remote_archive_enable
    End of deprecated system parameter listing
    PMON started with pid=2, OS id=6716
    PSP0 started with pid=3, OS id=6528
    MMAN started with pid=4, OS id=7140
    DBW0 started with pid=5, OS id=7044
    LGWR started with pid=6, OS id=6236
    CKPT started with pid=7, OS id=5592
    SMON started with pid=8, OS id=6292
    RECO started with pid=9, OS id=7144
    CJQ0 started with pid=10, OS id=1516
    MMON started with pid=11, OS id=6988
    Tue Aug 17 01:40:19 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Tue Aug 17 01:40:19 2010
    starting up 1 shared server(s) ...
    MMNL started with pid=12, OS id=7032
    Tue Aug 17 01:40:20 2010
    ALTER DATABASE MOUNT
    Tue Aug 17 01:40:24 2010
    Setting recovery target incarnation to 1
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=6432
    Tue Aug 17 01:40:24 2010
    ARC0: Archival started
    Tue Aug 17 01:40:24 2010
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Tue Aug 17 01:40:24 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC0: Thread not mounted
    Tue Aug 17 01:40:24 2010
    Successful mount of redo thread 1, with mount id 790844036
    Tue Aug 17 01:40:24 2010
    Physical Standby Database mounted.
    Completed: ALTER DATABASE MOUNT
    ARC1 started with pid=17, OS id=4876
    Tue Aug 17 01:40:25 2010
    ARC1: Becoming the heartbeat ARCH
    Tue Aug 17 01:40:26 2010
    ALTER DATABASE OPEN
    Tue Aug 17 01:40:26 2010
    SMON: enabling cache recovery
    Tue Aug 17 01:40:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\udump\rage4_ora_6588.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Tue Aug 17 01:40:26 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Tue Aug 17 01:40:26 2010
    Errors in file e:\oracle\product\10.2.0\admin\rage4\bdump\rage4_pmon_6716.trc:
    ORA-00704: bootstrap process failure
    Instance terminated by USER, pid = 6588
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    Thanks and Regards
    Nilay

  • Oracle controlfile might be corrupted(Instance terminated by CKPT)

    hi everyone,
    I have come across an oracle crash.
    My oracle version is 10.2.0.4  with windows2003
    My ERP system version is EHP4/NW7.01
    the error info in the alert.log as follow:
    The controlfile header block returned by the OS
    has a sequence number that is too old.
    The controlfile might be corrupted.
    PLEASE DO NOT ATTEMPT TO START UP THE INSTANCE
    without following the steps below.
    RE-STARTING THE INSTANCE CAN CAUSE SERIOUS DAMAGE
    TO THE DATABASE, if the controlfile is truly corrupted.
    In order to re-start the instance safely,
    please do the following:
    (1) Save all copies of the controlfile for later
         analysis and contact your OS vendor and Oracle support.
    (2) Mount the instance and issue:
         ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    (3) Unmount the instance.
    (4) Use the script in the trace file to
         RE-CREATE THE CONTROLFILE and open the database.
    Mon Nov 02 15:01:51 2009
    Instance terminated by CKPT, pid = 3532
    And I do have done everything about recreating controlfiles as uppon,but few hours later,the instance terminated too with the same error info.
    Did anyone have come acrose with this issues?
    Any advise wiil be much appreciated!
    Thanks very much
    Best regards!
    Peter

    hDump file e:\oracle\spa\102\rdbms\trace\ide_ora_0.trc
    Thu Oct 29 20:34:20 2009
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 1 - type 8664, 1 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:2522M/3583M, Ph+PgF:10763M/11546M
    Instance name: ide
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 3040, image: ORACLE.EXE
    2009-10-29 20:34:20.890
    ===== begin preloading .sym files
    ===== end   preloading .sym files
    Dump file e:\oracle\spa\102\rdbms\trace\ide_ora_0.trc
    Mon Nov 02 11:01:56 2009
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 1 - type 8664, 1 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:1761M/1999M, Ph+PgF:9955M/10056M
    Instance name: ide
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 1200, image: ORACLE.EXE
    2009-11-02 11:01:56.812
    ===== begin preloading .sym files
    ===== end   preloading .sym files
    Dump file e:\oracle\spa\102\rdbms\trace\ide_ora_0.trc
    Mon Nov 02 11:05:59 2009
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 1 - type 8664, 1 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:1761M/1999M, Ph+PgF:9955M/10056M
    Instance name: ide
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 1188, image: ORACLE.EXE
    2009-11-02 11:06:00.046
    ===== begin preloading .sym files
    ===== end   preloading .sym files
    Dump file e:\oracle\spa\102\rdbms\trace\ide_ora_0.trc
    Mon Nov 02 11:43:58 2009
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Windows Server 2003 Version V5.2 Service Pack 2
    CPU                 : 1 - type 8664, 1 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:3247M/3583M, Ph+PgF:11441M/11546M
    Instance name: ide
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 1180, image: ORACLE.EXE
    2009-11-02 11:43:58.750
    ===== begin preloading .sym files
    ===== end   preloading .sym files
    Edited by: wang lu on Nov 2, 2009 11:57 PM
    Edited by: wang lu on Nov 3, 2009 12:01 AM

  • Oracle Instance Termination

    Dear Sir/Madam
    We were having Oracle 8.1.5 server in WinNT 4.0 with 1GB RAM and 52GB HD.
    Our sites has more than 30 users and we were having the application in PB.In our place Database Instance Terminating at frequent intervals.When I monitored the Alrt File is shows Instance termination by following Background process(CKPT,DBW0,LOWR ETC).Please provide us a good solution to solve this problem.
    Database Configuration
    Created with Customized Option
    Multithreaded Server
    Process = 250
    Portion of Trace File
    ORA-00600: internal error code,
    arguments: [KSSRMP1], [], [], [], [], [], [], []
    PMON failed to acquire latch, see PMON dump
    Status of Database
    CKPT: terminating instance due to error 472
    Instance terminated by CKPT, pid = 294
    Event
    10073 trace name context level1
    Regards
    Velu. N

    From http://www.metalink.oracle.com
    ORA-00600: internal error code,
    arguments: [KSSRMP1], [], [], [], [], [], [], []
    PMON failed to acquire latch, see PMON dump
    Doc ID:  Note:139162.1
    Subject:  ORA-600 [kssrmp1]
    Type:  REFERENCE
    Status:  PUBLISHED
    ERROR:             
      ORA-600 [kssrmp1][a][c][d][e]
    VERSIONS:
    versions 8.X
    DESCRIPTION:
    An attempt was made to free a state object which is already on
    a free list.
    This is generally an in-memory error caused by a mismanagement of
    state objects.
    FUNCTIONALITY:
    STATE OBJECT MANAGER
    IMPACT:
    PROCESS FAILURE
    NON CORRUPTIVE - No underlying data corruption.
    SUGGESTIONS:
    For repeatable occurrances and further analysis, please submit the trace
    files (include any PMON traces also) and alert.log to Oracle Support Services.
    Known Issues:
    Bug 425862: ORA-600 [1113] OR [KSSRMP1] WHEN SELECTING FROM V$PWFILE_USERS
    fixed in 8.0.6 and 8.1.6 releases
    Workaround is to use ORDER BY clause in the select statement.
    REFERENCES:
    [NOTE:41767.1] ORA-600 [1113] "Parent SO is free when adding a child"

  • 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

  • Instance terminated.

    Hi All,
    My RAC instance got terminated and alert log is as follows :
    Error: unexpected error (6) from the Cluster Service (LCK0)
    Sun Sep 30 01:11:37 2007
    Errors in file /home/oracle/admin/goslive/bdump/goslive1_lck0_22802.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LCK0: terminating instance due to error 29702
    Sun Sep 30 01:11:38 2007
    System state dump is made for local instance
    Sun Sep 30 01:11:42 2007
    Instance terminated by LCK0, pid = 22802
    Sun Sep 30 02:52:20 2007
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    cat /home/oracle/admin/goslive/bdump/goslive1_lck0_22802.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /u01/app/oracle/product/10.1.0/db
    System name: Linux
    Node name: quinault
    Release: 2.6.5-7.244-smp
    Version: #1 SMP Mon Dec 12 18:32:25 UTC 2005
    Machine: x86_64
    Instance name: goslive1
    Redo thread mounted by this instance: 1
    Oracle process number: 14
    Unix process pid: 22802, image: oracle@quinault (LCK0)
    *** 2007-09-30 01:11:37.813
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-09-30 01:11:37.547
    *** SESSION ID:(157.1) 2007-09-30 01:11:37.547
    clsssRecvMsg: comm error received, comrc 11, con (0x5406d50), msg (0x7fbfffd850), msgl 144
    clssgsGroupGetStatus: clsssRecvMsg failed 3 0)
    clssgsGroupGetStatus: returning 8
    kgxgnpstat: received ABORT event from CLSS
    ksimpoll: kgxgnpstat returns ABORT for group (IGgosliveALL)
    error 29702 detected in background process
    ORA-29702: error occurred in Cluster Group Service operation
    ksuitm: waiting for [5] seconds before killing DIAG
    Cannot find symbol
    Cannot find symbol
    Cannot find symbol
    Any idea what could be the reason.
    Thanks.

    This error occurs whenever a shutdown abort command is fired from server prompt. I have a feeling that particular exception of yours is doing some tricky thing . so may be you could check the connect strings in your application and the flow of the program.
    Avanti

  • Ora 01092 oracle instance terminated

    hi..,
    While creating my database manually i got an erro
    >ora 01092 oracle instance terminated

    Hi;
    1. Mention your db version
    2. Mention your os
    3. Did you check log file?
    Error:  ORA 1092
    Text:   Oracle instance terminated.
            Disconnection forced
    Cause:  The instance connected to was terminated abnormally, probably due to a
            SHUTDOWN ABORT.
            The current process was forced to disconnect from the instance.
    Action: Contact the database administrator to determine when the instance is
            restarted.
            Attempt to reconnect after the instance is running again.
            If the error is recurring then check the alert.log file to find
            the cause of the Oracle instance terminated and upload the alert.log
            in case of creating a service requestRegard
    Helios

  • Need help with Sharepoint foundation web application stuck on "STOPPING" error job-service-instance-GUID Number already exists

    Hi All,
         I cant get to stop SharePoint foundation web app service. Its stuck on status stopping
    I have tried the following:
    reset IIS
    restarted the Timer Service
    When I try to use powershell command to stop I get the following error:
    Can anyone who went through this help PLEASE
    Stop-SPServiceInstance : An object of the type
    Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition named
    "job-service-instance-1ff39eb2-12d2-457d-a749-265e350eb1b1" already exists
    under the parent Microsoft.SharePoint.Administration.SPTimerService named
    "SPTimerV4". Rename your object or delete the existing object.
    At line:1 char:127
    + ... pplication"} | Stop-SPServiceInstance
    + ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidData: (Microsoft.Share...ServiceInstance:
    SPCmdletStopServiceInstance) [Stop-SPServiceInstance], SPDuplicateObjectEx
    ception
    + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletStopServ
    iceInstance

    Hi,
    It seems that the issue is in the timer job definition for executing this operation.
    My suggestion is to start the service again and delete the job definition from the error and again try to stop it.
    This might be helpful:
    http://sharepoint.stackexchange.com/questions/22368/is-there-a-powershell-cmdlet-to-delete-a-timer-job 
    I had a lot of issues in the past when try to stop this instance after the Web apps are provisioned.
    As general rule now If I have multi-server Farm topology that has servers that should not serve Web App requests I turn off the service prior to provisioning any Web Apps in the Farm. 
    BR,
    Ivan

  • ESS Leave Request error - Processing of the service was terminated.

    Dear All,
    I am getting the below error on the leave request page in ESS
    A critical error has occured. Processing of the service was terminated. Unsaved data has been lost.
    Contact your system administrator.
    Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    let me know what could be the reason for this error?
    Thanks

    Suresh,
    Please search in scn this has been discussed many times
    Thanks
    Bala Duvvuri

  • ME3600 does not forward frames out one interface in service instance

    Hi,
    I have an issue with ME3600 running 15.3(1)S. I have a BDI used for CPE
    management.
    cisco ME-3600X-24FS-M
    Cisco IOS Software, ME360x Software (ME360x-UNIVERSALK9-M), Version
    15.3(1)S, RELEASE SOFTWARE (fc1)
    This is the BDI and VRF configuration:
    interface Vlan1620
    ip vrf forwarding 65000:1620
    ip address 10.232.28.1 255.255.252.0
    no ip redirects
    ip vrf 65000:1620
    rd 65000:1620
    route-target export 65000:1620
    route-target import 65000:1620
    address-family ipv4 vrf 65000:1620
    redistribute connected
    The MPLS part is working fine, no issues there. There is also a DHCP
    pool handing out IPs to the CPEs.
    ip dhcp pool 65000:1620
    vrf 65000:1620
    network 10.232.28.0 255.255.252.0
    domain-name xyz
    default-router 10.232.28.1
    option 66 ascii 10.232.28.1
    dns-server 8.8.8.8
    lease 0 0 30
    This also works fine and I have verified that CPE has both IP and GW.
    Then for the service instance configuration:
    interface GigabitEthernet0/5
    switchport trunk allowed vlan none
    switchport mode trunk
    service instance 1620 ethernet
    encapsulation dot1q 1620
    rewrite ingress tag pop 1 symmetric
    bridge-domain 1620
    interface GigabitEthernet0/11
    switchport trunk allowed vlan none
    switchport mode trunk
    service instance 1620 ethernet
    encapsulation dot1q 1620
    rewrite ingress tag pop 1 symmetric
    bridge-domain 1620
    Traffic to CPEs behind Gi0/11 works:
    sh ip arp vrf 65000:1620 vlan 1620 | i 29.26
    Internet 10.232.29.26 0 0022.07f3.3450 ARPA Vlan1620
    show mac-address-table address 0022.07f3.3450
    Mac Address Table
    Vlan Mac Address Type Ports
    1620 0022.07f3.3450 DYNAMIC Gi0/11+Efp1620
    Total Mac Addresses for this criterion: 1
    Pinging 10.232.29.26 with 32 bytes of data:
    Reply from 10.232.29.26: bytes=32 time=33ms TTL=61
    Reply from 10.232.29.26: bytes=32 time=32ms TTL=61
    Reply from 10.232.29.26: bytes=32 time=34ms TTL=61
    Reply from 10.232.29.26: bytes=32 time=32ms TTL=61
    Traffic to CPEs behind Gi0/5 does not work.
    sh ip arp vrf 65000:1620 vlan 1620 | i 28.190
    Internet 10.232.28.190 2 0022.07f2.76a6 ARPA Vlan1620
    show mac-address-table address 0022.07f2.76a6
    Mac Address Table
    Vlan Mac Address Type Ports
    1620 0022.07f2.76a6 DYNAMIC Gi0/5+Efp1620
    Total Mac Addresses for this criterion: 1
    Pinging 10.232.28.190 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    This is also confirmed by looking at counters. There seems to be no
    egress traffic on Gi0/5.
    Service Instance 1620, Interface GigabitEthernet0/11
    Pkts In Bytes In Pkts Out Bytes Out
    31717 2955368 4569808 1709207624
    Service Instance 1620, Interface GigabitEthernet0/5
    Pkts In Bytes In Pkts Out Bytes Out
    4850878 367975447 0 0
    It does work to ping locally from the 3600 though:
    ping vrf 65000:1620 10.232.28.190
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 10.232.28.190, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
    I'm not sure how to troubleshoot it further. I've also tried setting up
    ERSPAN sessions for RX traffic on Gi0/5 but I don't get anything in
    unless I ping 28.1 which is the IP of the interface on the 3600.
    Any clues?
    Daniel Dib
    CCIE #37149
    Please rate helpful posts.       

    It could not have been caused by a virus, since there are no viruses for Mac OS X. I would guess it was a typo when you first setup the account, and when you set it up again, a user may have gone to Preferences and selected the Outgoing mail server drop down menu and inadvertently selected the typo'd server entry.
    Mulder

Maybe you are looking for

  • External table - fetch location ?

    Using Oracle 10.2.0.5 An external table is a construct that gives me SQL access to a file. Is it possible to know the name of the file somehow inside the select? Like Add a column with the file name? pseudo example CREATE TABLE EXT_DUMMY     "RECORDT

  • I get an error message when trying to transfer iMovie folders

    in FCE i go file > import > folder then Movies > iMovie Events > Select Folder then i get the error message so far i'm getting rather irritated. not only was i ripped off on my camcorder purchase by a Big-Name NYC store i'm finding out that my camcor

  • How to find videos in Iphoto

    I have videos in Iphoto they for some reason do not seem to be working. An error ostatus 54 comes up. I am trying to find it in the masters or original and I can't fin any of my videos in there. How do I find the videos.

  • I need user management system in PHP recommendations to work with Flex client side

    Hi All, I have a very big project that involves PHP server side (That i have to develop) and Flex client side. I was wondering it there is a ready made PHP user management system that i can use to provide me: - user login/logout - forgot my password

  • My iMac won't stay connected to the internet, even though all other computers in my house stay connected

    My iMac won't stay connected to the internet, even though all other computers in my house stay connected, and its connection is set up the same way my fiance's macbook is (his macbook is about three years older than my iMac). Every time my computer g