Max number of sessions in database instance?

Is there a max for the sessions that Oracle 8i database instance can handle?
In the corba/transaction/multiSessions example, by just changing the number of sessions from 3 to 10 would cause the following exception in my system(8.1.6):
ClientThread constructor exception: org.omg.CORBA.COMM_FAILURE: java.io.IOException: Peer disconnected socket
minor code: 0 completed: No
org.omg.CORBA.COMM_FAILURE: java.io.IOException: Peer disconnected socket minor code: 0 completed: No
Why is this?
null

vlethakula wrote:
You can join
dba_hist_resource_limit and dba_hist_snapshot
SELECT a.begin_interval_time, a.end_interval_time,
b.resource_name, b.current_utilization,
b.max_utilization
FROM dba_hist_resource_limit b, dba_hist_snapshot a
WHERE a.snap_id = b.snap_id AND b.resource_name = 'sessions'
ORDER BY a.begin_interval_timeDon't forget that the use of these DBA_HIST* views or their underlying tables requires a license for the performance pack.

Similar Messages

  • Max number of sessions in the database for abt a month

    Hi,
    We are adding around 1000 additional users to our 11g database, how to find the impact of CPU, Memory etc.. And also we would like to know max number of sessions in last one month. Please let us know how to get this info.
    Thanks in advance.
    Edited by: 934825 on Dec 7, 2012 7:55 AM

    vlethakula wrote:
    You can join
    dba_hist_resource_limit and dba_hist_snapshot
    SELECT a.begin_interval_time, a.end_interval_time,
    b.resource_name, b.current_utilization,
    b.max_utilization
    FROM dba_hist_resource_limit b, dba_hist_snapshot a
    WHERE a.snap_id = b.snap_id AND b.resource_name = 'sessions'
    ORDER BY a.begin_interval_timeDon't forget that the use of these DBA_HIST* views or their underlying tables requires a license for the performance pack.

  • How do I find the max number of sessions ever recorded?

    Hi,
    I see sessions_highwater column in v$license shows the max number of sessions since the database startup time, but I'm wondering if there is a view that shows the max number of sessions ever recorded? (i.e. before the last database restart)
    Thanks!
    Jon

    You can check the number of sessions from the below query using hist views. But you can only go back upto  the retention policy setting.
    SELECT   res.snap_id, s.begin_interval_time, s.end_interval_time,
             res.instance_number, res.resource_name, res.current_utilization,
             res.max_utilization
        FROM dba_hist_resource_limit res, dba_hist_snapshot s
       WHERE s.snap_id = res.snap_id AND res.resource_name = 'sessions'
    ORDER BY s.begin_interval_time, res.instance_number

  • Max number of Sessions in Dbms_job

    Hi All,
    In a cursor loop I am calling dbms_job procedure. I am passing store_number as a parameter to another procedure which is associated to the dbms_job procedure..
    Totally there are 40 records meaning 40 times dbms_job is called.
    I woild like to know how many jobs will be running at the same point of time???
    Where can I get the info???
    Thanks

    thanks a lot...
    I got it....
    select * from v$parameter where name like '%job%'... The value seems to be 8 meaning 8 jobs processing at the same time.
    On top of this 1 question, does this 8 include also the sys jobs, So if already 8 jobs are running and if I submit a job, will it wait for atleast one of the runing jobs to get completed?
    Thanks.

  • Maximum number of database instance on Exadata V2

    Does any body know maximum of database instance can starting on Exadata V2, haft rack configuration. I can start only 13 instance but when start instance 14 it failed. I had try to increased number of semaphore but still not work.

    I would expect that the maximum number of instances would be covered by sanity rather than something Oracle has configured.
    Given that you've not posted the actual error message my recommendation would be that you either provide us with a lot more
    information or that you open an SR with MOS.
    Please also explain how you came to the presumption that the issue was semaphores.

  • Error number 207 error type SPECIFIC_CODE IMPORT ABAP phase error when install database instance

    IMPORT ABAP phase error when install database instance
    Error number 207 error type SPECIFIC_CODE.
    In phase   "Import ABAP" the installation halts with error. Can anyone please tell me what error should I search for and (possibly) what is the solution? 
    Thanks in advance
    synxcaccmg.cpp: 133: PSyUser CSyAccountMgtImpl::getUser(iastring sNameOrSID) const
    syxxccache.cpp: 267: CSyAccountCache::getUserImpl(name="IboSap-PC\nspadm", sid="", create=false)
    syxxccache.cpp: 276: CSyAccountCache::getUserImpl(name="IboSap-PC\nspadm", sid="", create=false, ISyProgressObserver* )
    synxcuser.cpp: 119: CSyUserImpl::CSyUserImpl(const CUserData&, bool)
    Account user="IboSap-PC\nspadm" does not exist.
    Failed action:  with parameters
    Error number 207 error type SPECIFIC_CODE

    It is not easy, really , it has taken many hours and at the End I got the problems,.
    so I have decided to pay 20 $ every month, and I can get an access IDES to SAP, ERP, ABAP.
    without any problem.  In ABAP, I have only Sflight ,SBOOK etc. but MARA, and others tables, dont exist, .
    I know, some students have not enough money, so what can we do? every one get problem with installaion and others after installaion, with server, 3 days work, and NSP becomes RED. Yellow, etc.
    anyway. thank you for all.
    Best Regards.

  • How to change the max number of the user session?

    Hello,
      The max number of the user session of my system is 6,I want to change it,how should I do?

    Hi Begue,
    This can be done by changing the value of profile paramter rdisp/max_alt_modes. Currently its value in your system must have been set to 6. You can check the value through transaction RZ11. To change it use transaction RZ10.
    For knowing the details of changing values in RZ11 please visit :
    http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a6247505211d189550000e829fbbd/frameset.htm
    After making the changes please restart SAP.
    Please award points if the issue got solved.
    With Regards.
    Ruchit.

  • ACSE - Max. number of simultaneous sessions for a given user?

    Hi,
    I know in the ACSE one can limit the number of simultaneous sessions for a given user; but is there a maximum number of sessions any one user can have open if they aren't specifically limited? (i.e. - Is there anything to prevent one user from having, say 50 sessions open?)
    Thanks,Nick

    Hi Nick,
    ACS only provide authentication (and authorization and accounting) services with various ability like limiting LOGIN sessions to/through a device, controlling what command to execure (tacacs+) and so on.
    However, I don't think ACS has the ability to limit how many sessions can be opened/established from a client to a server or application. This should be controlled by either by the servers or applications.
    A device like firewall (PIX/ASA) can only limit connection to a server, but not from a device.
    Rgds,
    AK

  • Agent cannot connect database instance

    Hi all,
    I have a problem with my DB agent. it didn't upload XML data correctly, so I coulden't see updated information in first page of EM ( it doesn't show cpu usage, Active Sessions, Listener properties,...).
    when I checked the logs, I found that emagent.trc shows this error:
    "exceed max amount of upload data: 77 files, 52M, disabling collections
    warn : collector : disable collector"
    then I run this command from agent home :
    # emctl upload agent
    after that all XML files uploaded successfully but raised another problem. when I check database properties in EM, it shows " METRIC COLLECTION ERROR " and database instance is unavailable! I check the emagent.log again, it shows this error :
    " thread-4133988016 traget {DB name} is broken, connot compute dynamic properties in time"
    and agent doesn't upload XML pending files again!
    Now, what should I do? Plz, help me.
    ( I use Oracle Database 10g on Suse Linux 10.2)
    Edited by: user8630690

    Dear Rajesh,
    when I run 'emctl status agent' , it shows everything correct except these two parts :
    last successful upload : none
    Total MB of XML files uploades so far : none
    and 'number of XML files pending upload' shows that there is some files that haven't uploaded still.
    I checked 'Oracle Enterprise manager : b28199 ' document and I found a bug on EM ( Oracle Bug #5179581 ). the suggested solution was :
    1. Click on the Monitoring Configuration link (under the  Related Links section on the plug-in target home page).
    2.Reenter the encrypted properties.
    3.Click OK.
    I did it, but I got this error : "target DB is broken, cannot compute dynamic properties in time "
    also when I check system processes with "top", it shows that emagent is using cpu 100%.
    I don't understand why agent cannot connect instance!
    any advice?

  • Max.No.of Session Relationship b/w Trigger and Application in UCCX

    Dear All - Can you please explain Maximum Number of session in Trigger and Aapplication and their relationship
    When creating Application, We can define  Maximum Number of session -  maximum amount of simultaneous sessions (instances) that the application can handle.
    Also When creating Trigger, We can define  Maximum Number of session - maximum number of simultaneous calls that this trigger can handle,
    call after this number is exceeded gets the busy tone.
    If we leave Default it will take seesion which is defined in Applciation.
    Suppose if i define 5 Session for Trigger and 10 for Application, As soon as 6th Call hit the Trigger will get Busy Tone since Max session set to 5 for Trigger.
    It means Max.no of seesion is always same for both Trigger and Application / Trigger should have higher session than Application session.
    Can you please explain the scenraio In which Scenrio we actually required them in place.
    SIVANESAN R       

    If your trigger has less maximum sessions than the application, you will hear a busy tone. If your trigger has more maximum sessions than your application, then you will "hit" the default script that your application has configure in it. If you have the same maximum sessions for your trigger and your application, then you will hear the busy tone.
    Gabriel.

  • Starting Database Instance ERR 24994,ERR_RTE: runtime environment error

    Hi gurus
    iam trying to start the data base and iam getting this error:
    Starting Database Instance...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    Opening Database...
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    dbt1:/sapdb/data/wrk/DT1 # more knldiag
    Date       Time       TID Typ MsgID Label    Message-Text
    2007-12-03 14:48:10  5086 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2007-12-03 14:48:10  5086 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2007-12-03 14:48:10  5086     12841 DIAGHIST Backup of diagnostic files is in progress
    2007-12-03 14:48:10  5086     12842 DIAGHIST Backup of diagnostic files has finished
    2007-12-03 14:48:10  5086     12769 INFO     Starting SERVERDB:      'DT1'
    2007-12-03 14:48:10  5086     12770 INFO              SERVERNODE:    'mnt1'
    2007-12-03 14:48:10  5086     12773 INFO              Date:          0007-12-03
    2007-12-03 14:48:10  5086     12771 INFO              Process ID:    5086
    2007-12-03 14:48:10  5086     12772 INFO              Owner:         'sqdDT1'
    2007-12-03 14:48:10  5086     12781 INFO              Version:       '32BIT Kernel'
    2007-12-03 14:48:10  5086     12781 INFO              Version:       'X32/LINUX 7.4.3    Build 030-121-056-274'
    2007-12-03 14:48:10  5086     12780 INFO              DBROOT:        '/sapdb/data/wrk/DT1'
    2007-12-03 14:48:10  5086     12780 INFO              LD_LIBRARY_PATH: '/sapdb/DT1/db/lib:/sapdb/DT1/db/sap'
    2007-12-03 14:48:10  5086     12891 INFO     maximum core size: 0 MB
    2007-12-03 14:48:10  5086     12892 INFO     maximum number of open files: 1024
    2007-12-03 14:48:10  5086     12895 INFO     maximum number of threads: unlimited
    2007-12-03 14:48:10  5086     12893 INFO     maximum virtual memory size: unlimited
    2007-12-03 14:48:10  5086     12894 INFO     maximum heap size: unlimited
    2007-12-03 14:48:10  5086     12883 DBSTATE  Core dump suppressed
    2007-12-03 14:48:10  5086     12928 TASKING  Using threads for tasks
    2007-12-03 14:48:10  5086     11532 init_shm SHMCHUNK size 0x2000000
    2007-12-03 14:48:10  5086     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;15us;equalize
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of 'BUP':   0
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' DW':  32
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' US':  60
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' SV':  30
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' EV':   0
    2007-12-03 14:48:10  5086     12693 TCLUSTER number of ' GC':   0
    2007-12-03 14:48:10  5086     11533 init_shm creating shared section size     847924
    2007-12-03 14:48:10  5086     12698 IPC      Common RTE specific IPC key: 0x44000000
    2007-12-03 14:48:10  5086     11536 init_shm attached shared section at   0x50000000
    2007-12-03 14:48:10  5086     11537 init_shm shared section ends at       0x500CF034
    2007-12-03 14:48:11  5086     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2007-12-03 14:48:11  5086     11522 PIPE_IO  Input check for pipe with poll supported
    2007-12-03 14:48:12  5086     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2007-12-03 14:48:12  5086     12813 EVENTING No Eventbuffer created (0 entries 100 tasks)
    2007-12-03 14:48:14  5088     12885 MEMORY   87157 Pages allocated for I/O cache
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum non user task stack size 100KB
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum task stack size 400KB
    2007-12-03 14:48:14  5088     12886 TASKING  Allocating task stack chunk for 126 tasks
    2007-12-03 14:48:14  5088     12886 TASKING  Maximum single aligned task stack size   400KB
    2007-12-03 14:48:14  5088     12886 TASKING  Size of single task guard area     4KB
    2007-12-03 14:48:14  5088     12886 TASKING  Task stack chunk area [ 0x7a9bd000 - 0x7c867fff ]
    2007-12-03 14:48:14  5088     12886 TASKING  Physical memory used for task stacks  30900KB
    2007-12-03 14:48:14  5088     12886 TASKING  Physical memory used for guard areas    508KB
    2007-12-03 14:48:14  5088     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2007-12-03 14:48:14  5088     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2007-12-03 14:48:14  5088     12821 TASKING  Thread 5088 starting
    2007-12-03 14:48:14     0     12853 DBSTATE  Caught signal 11(SIGSEGV)
    2007-12-03 14:48:14     0 ERR 11330 COREHAND ABORTING due to signal 11
    2007-12-03 14:48:14     0 ERR 11952 COREHAND Signal send from process 0
    2007-12-03 14:48:14     0 ERR 11953 COREHAND Fault address 0x0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Emergency Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (0):0x4010e5b9 [0xbfffe34c](0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (1):0x4002f4c6 [0xbfffe34c](0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (3):0x878b401 [0xbfffe35c](0xbfffe3a8,0x7c889000,0xbfffe3cc,0x878b3f3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (5):0x878a3bc [0xbfffe3cc](0x20000,0x0,0x877a450,0x0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (7):0x8775e32 [0xbfffe40c](0x20000,0x877a450,0x0,0x1)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (9):0x8776d46 [0xbfffe47c](0x0,0x0,0xbfffe4ac,0x8776cd3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (11):0x810a5a8 [0xbfffe4ac](0xbfffe574,0x40125732,0xbfffe4dc,0x810a592)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (13):0x8774fad [0xbfffe4dc](0xbfffe574,0xbfffe548,0xbfffe4f8,0x40034cc4)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (15):0x810a56b [0xbfffe5a8](0x2,0xbfffe664,0xbfffe5d8,0x810967e)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   (17):0x400c1500 [0xbfffe5d8](0x2,0xbfffe664,0xbfffe670,0x4003c8b0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Register Dump <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ds   es   0x0000007b 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   fs   gs   0x00000000 0x00000033
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   trap err  0x0000000d 0x00000000
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   efl  ss   0x00010202 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   edi  esi  0x00000001 0x00000001
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   eax  ebx  0xfffffff9
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ecx  edx  0x7ca89bf0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   esp  uesp 0xbfffe338 0xbfffe338
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ebp  eip  0xbfffe34c 0x4010e5b9
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   cs   cr2  0x00000073 0x00000000
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   cw - sw - tag   0xffff037f 0xffff0000 0xffffffff
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   ipoff - cssel   0x401256a5 0x01c90073
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   dataoff-datasel 0x401b4240 0x0000007b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f00      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f01      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f02      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f03      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f04      [0x0000 0x0000 0x0000 0x0000 - 0x0000]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f05      [0x0000 0x0000 0x0000 0xa2c0 - 0x400b]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f06      [0x0000 0x0000 0x4000 0x9894 - 0x4011]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   f07      [0x0000 0x0000 0xaaa8 0xaaaa - 0x401d]
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Module List <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   |.text Start |.text End   | Module File Name
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x08048000 | 0x08d62000 | /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40000000 | 0x40016000 | /lib/ld-2.3.3.so
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40029000 | 0x40036000 | /lib/tls/libpthread.so.0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x40039000 | 0x4003b000 | /lib/libdl.so.2
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x4003d000 | 0x40076000 | /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x4008a000 | 0x400ab000 | /lib/tls/libm.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x400ac000 | 0x401b6000 | /lib/tls/libc.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   | 0x7ca9b000 | 0x7caa2000 | /lib/libgcc_s.so.1
    2007-12-03 14:48:14     0 ERR 11599 BTRACE
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > Symbolic Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      0: 0x4010e5b9 __cfree +0x0049
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /lib/tls/libc.so.6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe34c] (0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      1: 0x4002f4c6 __pthread_attr_destroy +0x0026
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /lib/tls/libpthread.so.0
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe34c] (0x1,0xe,0xbfffe3cc,0x878b401)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      2: 0x0878b401 eo07_CreateThread +0x0201
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe35c] (0xbfffe3a8,0x7c889000,0xbfffe3cc,0x878b3f3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      3: 0x0878a3bc sqlbeginthread +0x002c
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe3cc] (0x20000,0x0,0x877a450,0x0)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      4: 0x08775e32 en81_CreateRteProcs +0x0032
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe40c] (0x20000,0x877a450,0x0,0x1)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      5: 0x08776d46 en81RunKernel +0x00d6
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe47c] (0x0,0x0,0xbfffe4ac,0x8776cd3)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      6: 0x0810a5a8 en80RunKernel +0x0028
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe4ac] (0xbfffe574,0x40125732,0xbfffe4dc,0x810a592)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      7: 0x08774fad en81_kernel_main +0x053d
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe4dc] (0xbfffe574,0xbfffe548,0xbfffe4f8,0x40034cc4)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE      8: 0x0810a56b main +0x003b
    2007-12-03 14:48:14     0 ERR 11599 BTRACE          /sapdb/DT1/db/pgm/slowknl
    2007-12-03 14:48:14     0 ERR 11599 BTRACE         Frameinfo [0xbfffe5a8] (0x2,0xbfffe664,0xbfffe5d8,0x810967e)
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   -
    > End of Stack Back Trace <----
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   analysing LVCMem_Allocator_1
    2007-12-03 14:48:14     0 ERR 11599 BTRACE
    2007-12-03 14:48:14     0 ERR 11599 BTRACE   no problems detected in LVCMem_Allocator_1
    +++++++++++++++++++++++++++++++++++++++ Kernel Exit ++++++++++++++++++++++++++++
    2007-12-03 14:48:15  5086     12847 DBSTATE  Kernel exited without core and exit status 0x2f00
    2007-12-03 14:48:15  5086     12849 DBSTATE  Kernel exited due to signal in signal handler
    2007-12-03 14:48:15  5086     12890 DIAGHIST Backup of diagnostic files will be forced at next restart
    2007-12-03 14:48:15  5086     12808 DBSTATE  Flushing knltrace pages
    2007-12-03 14:48:15  5086     11987 dump_rte rtedump written to file 'rtedump'
    2007-12-03 14:48:15  5086     12696 DBSTATE  Change DbState to 'OFFLINE '(28)
    current write position -
    and rtedump
    SERVERDB: DT1
    The database state is OFFLINE
    Kernel Version  ''
    RTE    Version  'X32/LINUX 7.4.3    Build 030-121-056-274'
    ID   UKT UNIX   TASK       APPL Current         Timeout Region     Wait
              tid   type        pid state          priority cnt try    item
    T66    3     -1 Utility       0 Not Connected         0 0               0(r)
             60 Tasks are in State 'Connect wait'
    Special Threads:
      UNIX Threads   
       tid name      
      5458 COORDINATOR
        -1 CONSOLE   
        -1 TIMER     
        -1 REQUESTOR 
        -1 DEV0      
    User Kernel Threads:
      UNIX Thread   Dispatch   Command  Active  Total   Task
       tid name      counter   counter   Tasks  Tasks   cluster
        -1 UKT1            0         0       0      1   TW
        -1 UKT2            0         0       0      1   AL
        -1 UKT3            0         0       0      1   UT
        -1 UKT4            0         0       0     30   30*SV
        -1 UKT5            0         0       0     33   TI,32*DW
        -1 UKT6            0         0       0     15   15*US
        -1 UKT7            0         0       0     15   15*US
        -1 UKT8            0         0       0     15   15*US
        -1 UKT9            0         0       0     15   15*US
    I/O via UKT and Device Processes:
      UNIX Thread Devspace                     Dev       Read      Write    Queue
       tid name   name                       index      count      count  len  max
    The freelist contains 513 queue elements
    Devspace                                 No.     Read(s)    Write(s)       Total
    total I/O                                              0           0           0
    Total counter statistics:
    =========================
    total_disp_calls    : 0                    total_commands      : 0         
    total_state_vwait   : 0                    total_state_vsuspend: 0        
    total_state_vsleep  : 0         
    total_user_read     : 0                    total_user_write    : 0        
    total_self_io       : 0                    total_dev_io        : 0        
    total_reg_access    : 0                    begexcl_tas_coll.   : 0        
    total_reg_collision : 0                    endexcl_tas_coll.   : 0        
    total_reg_wait      : 0                    total_self_susp_cnt : 0        
    Queues:
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    UKTx tid     -1 
        xxx_queues
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
            from UKT tid -1 / overflows: 0
        ioc_queue
    Task Stacks:
    task T1
        type         Timer                state        Not Connected
        stack start  0x7a9be000           stack end    0x7a9d7000
        stack size   0x00019000 (102400)
        guard begin  0x7a9d7000           guard end    0x7a9d8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T2
        type         ALogwr.              state        Not Connected
        stack start  0x7a9d8000           stack end    0x7a9f1000
        stack size   0x00019000 (102400)
        guard begin  0x7a9f1000           guard end    0x7a9f2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T3
        type         Tracewr.             state        Not Connected
        stack start  0x7a9f2000           stack end    0x7aa0b000
        stack size   0x00019000 (102400)
        guard begin  0x7aa0b000           guard end    0x7aa0c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T4
        type         Datawr.              state        Not Connected
        stack start  0x7aa0c000           stack end    0x7aa25000
        stack size   0x00019000 (102400)
        guard begin  0x7aa25000           guard end    0x7aa26000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T5
        type         Datawr.              state        Not Connected
        stack start  0x7aa26000           stack end    0x7aa3f000
        stack size   0x00019000 (102400)
        guard begin  0x7aa3f000           guard end    0x7aa40000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T6
        type         Datawr.              state        Not Connected
        stack start  0x7aa40000           stack end    0x7aa59000
        stack size   0x00019000 (102400)
        guard begin  0x7aa59000           guard end    0x7aa5a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T7
        type         Datawr.              state        Not Connected
        stack start  0x7aa5a000           stack end    0x7aa73000
        stack size   0x00019000 (102400)
        guard begin  0x7aa73000           guard end    0x7aa74000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T8
        type         Datawr.              state        Not Connected
        stack start  0x7aa74000           stack end    0x7aa8d000
        stack size   0x00019000 (102400)
        guard begin  0x7aa8d000           guard end    0x7aa8e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T9
        type         Datawr.              state        Not Connected
        stack start  0x7aa8e000           stack end    0x7aaa7000
        stack size   0x00019000 (102400)
        guard begin  0x7aaa7000           guard end    0x7aaa8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T10
        type         Datawr.              state        Not Connected
        stack start  0x7aaa8000           stack end    0x7aac1000
        stack size   0x00019000 (102400)
        guard begin  0x7aac1000           guard end    0x7aac2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T11
        type         Datawr.              state        Not Connected
        stack start  0x7aac2000           stack end    0x7aadb000
        stack size   0x00019000 (102400)
        guard begin  0x7aadb000           guard end    0x7aadc000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T12
        type         Datawr.              state        Not Connected
        stack start  0x7aadc000           stack end    0x7aaf5000
        stack size   0x00019000 (102400)
        guard begin  0x7aaf5000           guard end    0x7aaf6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T13
        type         Datawr.              state        Not Connected
        stack start  0x7aaf6000           stack end    0x7ab0f000
        stack size   0x00019000 (102400)
        guard begin  0x7ab0f000           guard end    0x7ab10000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T14
        type         Datawr.              state        Not Connected
        stack start  0x7ab10000           stack end    0x7ab29000
        stack size   0x00019000 (102400)
        guard begin  0x7ab29000           guard end    0x7ab2a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T15
        type         Datawr.              state        Not Connected
        stack start  0x7ab2a000           stack end    0x7ab43000
        stack size   0x00019000 (102400)
        guard begin  0x7ab43000           guard end    0x7ab44000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T16
        type         Datawr.              state        Not Connected
        stack start  0x7ab44000           stack end    0x7ab5d000
        stack size   0x00019000 (102400)
        guard begin  0x7ab5d000           guard end    0x7ab5e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T17
        type         Datawr.              state        Not Connected
        stack start  0x7ab5e000           stack end    0x7ab77000
        stack size   0x00019000 (102400)
        guard begin  0x7ab77000           guard end    0x7ab78000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T18
        type         Datawr.              state        Not Connected
        stack start  0x7ab78000           stack end    0x7ab91000
        stack size   0x00019000 (102400)
        guard begin  0x7ab91000           guard end    0x7ab92000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T19
        type         Datawr.              state        Not Connected
        stack start  0x7ab92000           stack end    0x7abab000
        stack size   0x00019000 (102400)
        guard begin  0x7abab000           guard end    0x7abac000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T20
        type         Datawr.              state        Not Connected
        stack start  0x7abac000           stack end    0x7abc5000
        stack size   0x00019000 (102400)
        guard begin  0x7abc5000           guard end    0x7abc6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T21
        type         Datawr.              state        Not Connected
        stack start  0x7abc6000           stack end    0x7abdf000
        stack size   0x00019000 (102400)
        guard begin  0x7abdf000           guard end    0x7abe0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T22
        type         Datawr.              state        Not Connected
        stack start  0x7abe0000           stack end    0x7abf9000
        stack size   0x00019000 (102400)
        guard begin  0x7abf9000           guard end    0x7abfa000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T23
        type         Datawr.              state        Not Connected
        stack start  0x7abfa000           stack end    0x7ac13000
        stack size   0x00019000 (102400)
        guard begin  0x7ac13000           guard end    0x7ac14000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T24
        type         Datawr.              state        Not Connected
        stack start  0x7ac14000           stack end    0x7ac2d000
        stack size   0x00019000 (102400)
        guard begin  0x7ac2d000           guard end    0x7ac2e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T25
        type         Datawr.              state        Not Connected
        stack start  0x7ac2e000           stack end    0x7ac47000
        stack size   0x00019000 (102400)
        guard begin  0x7ac47000           guard end    0x7ac48000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T26
        type         Datawr.              state        Not Connected
        stack start  0x7ac48000           stack end    0x7ac61000
        stack size   0x00019000 (102400)
        guard begin  0x7ac61000           guard end    0x7ac62000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T27
        type         Datawr.              state        Not Connected
        stack start  0x7ac62000           stack end    0x7ac7b000
        stack size   0x00019000 (102400)
        guard begin  0x7ac7b000           guard end    0x7ac7c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T28
        type         Datawr.              state        Not Connected
        stack start  0x7ac7c000           stack end    0x7ac95000
        stack size   0x00019000 (102400)
        guard begin  0x7ac95000           guard end    0x7ac96000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T29
        type         Datawr.              state        Not Connected
        stack start  0x7ac96000           stack end    0x7acaf000
        stack size   0x00019000 (102400)
        guard begin  0x7acaf000           guard end    0x7acb0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T30
        type         Datawr.              state        Not Connected
        stack start  0x7acb0000           stack end    0x7acc9000
        stack size   0x00019000 (102400)
        guard begin  0x7acc9000           guard end    0x7acca000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T31
        type         Datawr.              state        Not Connected
        stack start  0x7acca000           stack end    0x7ace3000
        stack size   0x00019000 (102400)
        guard begin  0x7ace3000           guard end    0x7ace4000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T32
        type         Datawr.              state        Not Connected
        stack start  0x7ace4000           stack end    0x7acfd000
        stack size   0x00019000 (102400)
        guard begin  0x7acfd000           guard end    0x7acfe000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T33
        type         Datawr.              state        Not Connected
        stack start  0x7acfe000           stack end    0x7ad17000
        stack size   0x00019000 (102400)
        guard begin  0x7ad17000           guard end    0x7ad18000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T34
        type         Datawr.              state        Not Connected
        stack start  0x7ad18000           stack end    0x7ad31000
        stack size   0x00019000 (102400)
        guard begin  0x7ad31000           guard end    0x7ad32000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T35
        type         Datawr.              state        Not Connected
        stack start  0x7ad32000           stack end    0x7ad4b000
        stack size   0x00019000 (102400)
        guard begin  0x7ad4b000           guard end    0x7ad4c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T36
        type         Server               state        Not Connected
        stack start  0x7ad4c000           stack end    0x7ad65000
        stack size   0x00019000 (102400)
        guard begin  0x7ad65000           guard end    0x7ad66000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T37
        type         Server               state        Not Connected
        stack start  0x7ad66000           stack end    0x7ad7f000
        stack size   0x00019000 (102400)
        guard begin  0x7ad7f000           guard end    0x7ad80000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T38
        type         Server               state        Not Connected
        stack start  0x7ad80000           stack end    0x7ad99000
        stack size   0x00019000 (102400)
        guard begin  0x7ad99000           guard end    0x7ad9a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T39
        type         Server               state        Not Connected
        stack start  0x7ad9a000           stack end    0x7adb3000
        stack size   0x00019000 (102400)
        guard begin  0x7adb3000           guard end    0x7adb4000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T40
        type         Server               state        Not Connected
        stack start  0x7adb4000           stack end    0x7adcd000
        stack size   0x00019000 (102400)
        guard begin  0x7adcd000           guard end    0x7adce000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T41
        type         Server               state        Not Connected
        stack start  0x7adce000           stack end    0x7ade7000
        stack size   0x00019000 (102400)
        guard begin  0x7ade7000           guard end    0x7ade8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T42
        type         Server               state        Not Connected
        stack start  0x7ade8000           stack end    0x7ae01000
        stack size   0x00019000 (102400)
        guard begin  0x7ae01000           guard end    0x7ae02000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T43
        type         Server               state        Not Connected
        stack start  0x7ae02000           stack end    0x7ae1b000
        stack size   0x00019000 (102400)
        guard begin  0x7ae1b000           guard end    0x7ae1c000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T44
        type         Server               state        Not Connected
        stack start  0x7ae1c000           stack end    0x7ae35000
        stack size   0x00019000 (102400)
        guard begin  0x7ae35000           guard end    0x7ae36000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T45
        type         Server               state        Not Connected
        stack start  0x7ae36000           stack end    0x7ae4f000
        stack size   0x00019000 (102400)
        guard begin  0x7ae4f000           guard end    0x7ae50000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T46
        type         Server               state        Not Connected
        stack start  0x7ae50000           stack end    0x7ae69000
        stack size   0x00019000 (102400)
        guard begin  0x7ae69000           guard end    0x7ae6a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T47
        type         Server               state        Not Connected
        stack start  0x7ae6a000           stack end    0x7ae83000
        stack size   0x00019000 (102400)
        guard begin  0x7ae83000           guard end    0x7ae84000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T48
        type         Server               state        Not Connected
        stack start  0x7ae84000           stack end    0x7ae9d000
        stack size   0x00019000 (102400)
        guard begin  0x7ae9d000           guard end    0x7ae9e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T49
        type         Server               state        Not Connected
        stack start  0x7ae9e000           stack end    0x7aeb7000
        stack size   0x00019000 (102400)
        guard begin  0x7aeb7000           guard end    0x7aeb8000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T50
        type         Server               state        Not Connected
        stack start  0x7aeb8000           stack end    0x7aed1000
        stack size   0x00019000 (102400)
        guard begin  0x7aed1000           guard end    0x7aed2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T51
        type         Server               state        Not Connected
        stack start  0x7aed2000           stack end    0x7aeeb000
        stack size   0x00019000 (102400)
        guard begin  0x7aeeb000           guard end    0x7aeec000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T52
        type         Server               state        Not Connected
        stack start  0x7aeec000           stack end    0x7af05000
        stack size   0x00019000 (102400)
        guard begin  0x7af05000           guard end    0x7af06000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T53
        type         Server               state        Not Connected
        stack start  0x7af06000           stack end    0x7af1f000
        stack size   0x00019000 (102400)
        guard begin  0x7af1f000           guard end    0x7af20000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T54
        type         Server               state        Not Connected
        stack start  0x7af20000           stack end    0x7af39000
        stack size   0x00019000 (102400)
        guard begin  0x7af39000           guard end    0x7af3a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T55
        type         Server               state        Not Connected
        stack start  0x7af3a000           stack end    0x7af53000
        stack size   0x00019000 (102400)
        guard begin  0x7af53000           guard end    0x7af54000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T56
        type         Server               state        Not Connected
        stack start  0x7af54000           stack end    0x7af6d000
        stack size   0x00019000 (102400)
        guard begin  0x7af6d000           guard end    0x7af6e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T57
        type         Server               state        Not Connected
        stack start  0x7af6e000           stack end    0x7af87000
        stack size   0x00019000 (102400)
        guard begin  0x7af87000           guard end    0x7af88000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T58
        type         Server               state        Not Connected
        stack start  0x7af88000           stack end    0x7afa1000
        stack size   0x00019000 (102400)
        guard begin  0x7afa1000           guard end    0x7afa2000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T59
        type         Server               state        Not Connected
        stack start  0x7afa2000           stack end    0x7afbb000
        stack size   0x00019000 (102400)
        guard begin  0x7afbb000           guard end    0x7afbc000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T60
        type         Server               state        Not Connected
        stack start  0x7afbc000           stack end    0x7afd5000
        stack size   0x00019000 (102400)
        guard begin  0x7afd5000           guard end    0x7afd6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T61
        type         Server               state        Not Connected
        stack start  0x7afd6000           stack end    0x7afef000
        stack size   0x00019000 (102400)
        guard begin  0x7afef000           guard end    0x7aff0000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T62
        type         Server               state        Not Connected
        stack start  0x7aff0000           stack end    0x7b009000
        stack size   0x00019000 (102400)
        guard begin  0x7b009000           guard end    0x7b00a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T63
        type         Server               state        Not Connected
        stack start  0x7b00a000           stack end    0x7b023000
        stack size   0x00019000 (102400)
        guard begin  0x7b023000           guard end    0x7b024000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T64
        type         Server               state        Not Connected
        stack start  0x7b024000           stack end    0x7b03d000
        stack size   0x00019000 (102400)
        guard begin  0x7b03d000           guard end    0x7b03e000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T65
        type         Server               state        Not Connected
        stack start  0x7b03e000           stack end    0x7b057000
        stack size   0x00019000 (102400)
        guard begin  0x7b057000           guard end    0x7b058000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T66
        type         Utility              state        Not Connected
        stack start  0x7b058000           stack end    0x7b0bc000
        stack size   0x00064000 (409600)
        guard begin  0x7b0bc000           guard end    0x7b0bd000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T67
        type         User                 state        Not Connected
        stack start  0x7b0bd000           stack end    0x7b121000
        stack size   0x00064000 (409600)
        guard begin  0x7b121000           guard end    0x7b122000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T68
        type         User                 state        Not Connected
        stack start  0x7b122000           stack end    0x7b186000
        stack size   0x00064000 (409600)
        guard begin  0x7b186000           guard end    0x7b187000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T69
        type         User                 state        Not Connected
        stack start  0x7b187000           stack end    0x7b1eb000
        stack size   0x00064000 (409600)
        guard begin  0x7b1eb000           guard end    0x7b1ec000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T70
        type         User                 state        Not Connected
        stack start  0x7b1ec000           stack end    0x7b250000
        stack size   0x00064000 (409600)
        guard begin  0x7b250000           guard end    0x7b251000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T71
        type         User                 state        Not Connected
        stack start  0x7b251000           stack end    0x7b2b5000
        stack size   0x00064000 (409600)
        guard begin  0x7b2b5000           guard end    0x7b2b6000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T72
        type         User                 state        Not Connected
        stack start  0x7b2b6000           stack end    0x7b31a000
        stack size   0x00064000 (409600)
        guard begin  0x7b31a000           guard end    0x7b31b000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T73
        type         User                 state        Not Connected
        stack start  0x7b31b000           stack end    0x7b37f000
        stack size   0x00064000 (409600)
        guard begin  0x7b37f000           guard end    0x7b380000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T74
        type         User                 state        Not Connected
        stack start  0x7b380000           stack end    0x7b3e4000
        stack size   0x00064000 (409600)
        guard begin  0x7b3e4000           guard end    0x7b3e5000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T75
        type         User                 state        Not Connected
        stack start  0x7b3e5000           stack end    0x7b449000
        stack size   0x00064000 (409600)
        guard begin  0x7b449000           guard end    0x7b44a000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T76
        type         User                 state        Not Connected
        stack start  0x7b44a000           stack end    0x7b4ae000
        stack size   0x00064000 (409600)
        guard begin  0x7b4ae000           guard end    0x7b4af000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T77
        type         User                 state        Not Connected
        stack start  0x7b4af000           stack end    0x7b513000
        stack size   0x00064000 (409600)
        guard begin  0x7b513000           guard end    0x7b514000
        stack actual 0x00000000           stack maxuse 0x00000000
        command max         0              total max         0
    task T78
        type         User                 state        Not Connected
        stack start  0x7b514000           stack end 

    Thanx for your response
    locale -a :
    en_US.iso885915
    en_US.utf8
    en_ZA
    en_ZA.utf8
    en_ZW
    en_ZW.utf8
    es_AR
    es_AR.utf8
    es_BO
    es_BO.utf8
    es_CL
    es_CL.utf8
    es_CO
    es_CO.utf8
    es_CR
    es_CR.utf8
    es_DO
    es_DO.utf8
    es_EC
    es_EC.utf8
    es_ES
    es_ES.utf8
    es_ES@euro
    es_GT
    es_GT.utf8
    es_HN
    es_HN.utf8
    es_MX
    es_MX.utf8
    es_NI
    es_NI.utf8
    es_PA
    es_PA.utf8
    es_PE
    es_PE.utf8
    es_PR
    es_PR.utf8
    es_PY
    es_PY.utf8
    es_SV
    es_SV.utf8
    es_US
    es_US.utf8
    es_UY
    es_UY.utf8
    es_VE
    es_VE.utf8
    et_EE
    et_EE.utf8
    eu_ES
    eu_ES.utf8
    eu_ES@euro
    fa_IR
    fa_IR.utf8
    fi_FI
    fi_FI.utf8
    fi_FI@euro
    fo_FO
    fo_FO.utf8
    fr_BE
    fr_BE.utf8
    fr_BE@euro
    fr_CA
    fr_CA.utf8
    fr_CH
    fr_CH.utf8
    fr_FR
    fr_FR.utf8
    fr_FR@euro
    fr_LU
    fr_LU.utf8
    fr_LU@euro
    ga_IE
    ga_IE.utf8
    ga_IE@euro
    gd_GB
    gez_ER
    gez_ER@abegede
    gez_ET
    gez_ET@abegede
    gl_ES
    gl_ES.utf8
    gl_ES@euro
    gu_IN
    gv_GB
    gv_GB.utf8
    he_IL
    he_IL.utf8
    hi_IN
    hi_IN.utf8
    hr_HR
    hr_HR.utf8
    hu_HU
    hu_HU.utf8
    id_ID
    id_ID.utf8
    is_IS
    is_IS.utf8
    it_CH
    it_CH.utf8
    it_IT
    it_IT.utf8
    it_IT@euro
    iw_IL
    iw_IL.utf8
    ja_JP.eucjp
    ja_JP.sjis
    ja_JP.utf8
    ka_GE
    kl_GL
    kl_GL.utf8
    kn_IN
    ko_KR.euckr
    ko_KR.utf8
    kw_GB
    kw_GB.utf8
    lg_UG
    lo_LA
    lt_LT
    lt_LT.utf8
    lv_LV
    lv_LV.utf8
    mi_NZ
    mk_MK
    mk_MK.utf8
    ml_IN
    ml_IN.utf8
    mn_MN
    mn_MN.utf8
    mr_IN
    mr_IN.utf8
    ms_MY
    ms_MY.utf8
    mt_MT
    mt_MT.utf8
    nb_NO
    nb_NO.utf8
    ne_NP
    ne_NP.utf8
    nl_BE
    nl_BE.utf8
    nl_BE@euro
    nl_NL
    nl_NL.utf8
    nl_NL@euro
    nn_NO
    nn_NO.utf8
    no_NO
    no_NO.utf8
    oc_FR
    om_ET
    om_ET.utf8
    om_KE
    pa_IN
    pa_IN.utf8
    pl_PL
    pl_PL.utf8
    pt_BR
    pt_BR.utf8
    pt_PT
    pt_PT.utf8
    pt_PT@euro
    ro_RO
    ro_RO.utf8
    ru_RU
    ru_RU.koi8r
    ru_RU.utf8
    ru_UA
    ru_UA.utf8
    se_NO
    se_NO.utf8
    sh_YU
    sh_YU.utf8
    sid_ET
    sid_ET.utf8
    sk_SK
    sk_SK.utf8
    sl_SI
    sl_SI.utf8
    so_DJ
    so_ET
    so_ET.utf8
    so_KE
    so_SO
    sq_AL
    sq_AL.utf8
    sr_YU
    sr_YU.utf8
    sr_YU.utf8@cyrillic
    sr_YU@cyrillic
    st_ZA
    st_ZA.utf8
    sv_FI
    sv_FI.utf8
    sv_FI@euro
    sv_SE
    sv_SE.iso885915
    sv_SE.utf8
    ta_IN
    ta_IN.utf8
    te_IN
    te_IN.utf8
    tg_TJ
    th_TH
    th_TH.utf8
    ti_ER
    ti_ER.utf8
    ti_ET
    ti_ET.utf8
    tig_ER
    tig_ER.utf8
    tl_PH
    tr_TR
    tr_TR.utf8
    tt_RU.utf8
    uk_UA
    uk_UA.utf8
    ur_PK
    ur_PK.utf8
    uz_UZ
    uz_UZ@cyrillic
    vi_VN
    vi_VN.tcvn
    vi_VN.utf8
    wa_BE
    wa_BE.utf8
    wa_BE@euro
    xh_ZA
    xh_ZA.utf8
    yi_US
    zh_CN
    zh_CN.gb18030
    zh_CN.gbk
    zh_CN.utf8
    zh_HK
    zh_HK.utf8
    zh_SG
    zh_SG.gbk
    zh_TW
    zh_TW.euctw
    zh_TW.utf8
    zu_ZA
    zu_ZA.utf8
    its Suse Linux Enterprise Server 9 Sp 1.

  • CANNOT RECOVER DATABASE INSTANCE

    Hello,
    I have read various topics on the web on hot to startup my database with the following error:
    ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)
    I am trying to execute SQL code at the command prompt but keep getting the message below:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    How can I get past this error? I cannot startup my database instance.
    Thanks
    Larry

    Hi,
    This indicates the database is either starting up or shutting down already and so is in an inconsistent state as Lajos pointed out you will need to have a look in your alert log and see what is actually happening. This should be located in the bdump directory assuming this is the background_dump_dest for your DB if you post the tail end of the file into the forum then we can see what is happening and try to sort out what the issue actually is

  • Script to know number of users over database and applications.

    hi brothers.
    kindly i need helpl to know script or command of number of online users over database and application.(i need it for performance issue).
    Message was edited by:
    user633617

    set pages 100
    set lines 3000
    col machine format a25
    col username format a15
    col program format a25
    break on 1;
    set heading off;
    select
    'Sessions on database '|| d.name ||' having instance name '|| i.instance_name
    from v$database d,v$instance i;
    set heading on;
    compute sum label 'Total Sessions' of sessions on 1
    select
    1,username,machine,program,count(*) sessions
    from v$session
    group by username,machine,program
    order by username,sessions desc;

  • ORA-12505: Database Instance and Agent Connection to Instance will not work

    Hi,
    I have the following error: in Oracle 10g I try to connect to OEM and the listener is up but the Database Instance and Agent Connection to Instance are down. When I attempt to restart the instance, OEM will just hang indefinitely. I have used tnsping and the results are OK. Is that descriptive enough? What can I do to fix this?
    regards,
    John

    I changed the SID because I was mistaken and thought of the oracle database name. I have corrected the ORACLE_SID to that given in my tnsnames.ora file which I post here:
    ORACLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Lasirius-laptop)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = oracle)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    These are the default settings that were made on installation. I have been working with this installation for 2 months, and it just suddenly stopped working. I have changed no other settings apart from the mistaken ORACLE_SID environment variable in this post, which has now been changed to PLSExtProc. Here is my init.ora:
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)

  • Enterprise Manager is not able to connect to the database instance. The sta

    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    Listener is shown as unavailable.
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 27-NOV-2012 11:52:40
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=freds-server.i-surname.co.uk)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 27-NOV-2012 11:50:02
    Uptime 0 days 0 hr. 2 min. 37 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/11g/network/admin/listener.ora
    Listener Log File /opt/oracle/diag/tnslsnr/freds-server/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=freds-server)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=freds-server)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "GWORCL.i-surname.co.uk" has 2 instance(s).
    Instance "GWORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "GWORCL", status READY, has 1 handler(s) for this service...
    Service "GWORCLXDB.i-status.co.uk" has 1 instance(s).
    Instance "GWORCL", status READY, has 1 handler(s) for this service...
    The command completed successfully
    I suspect that this is not just an OEM issue.
    see
    Listener working but not working for Enterprise manager oracle 11gr2 Linux.
    for configuration files
    Edited by: Neill_R on Nov 27, 2012 11:51 AM

    This was solved by : Osama_mustafa
    in the general questions forum
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create

Maybe you are looking for

  • External hard drive will not power up on my macbook pro

    I have a 120GB external hard drive that uses a USB port and it use to power up and work but now it just makes a clicking noise and nothing is recognized. the hard drive works on every other computer even pc's. the light on the hard drive is on but do

  • Extending UIMessages

    HI ppl, just wondering if anyone has seen this done before ( i know i can create a custom component just wondering if it is already done for me) just want to render a commandLink within a h:messages tag

  • Missing Toolbar images

    I have yet to find this issue, and I don't know what to do. All the dreamweaver images are missing! Its like a webpage with broken/missing images, but this is the actual program.

  • Pls help.. Java Expert

    1)how do i increase the value of month?? example : 21-3-03 translate to 21-3-03 2)how do i update this value to my database by sql statement?? yup.. thanks in advance!!!

  • Can't mark thread as answered. ???

    Now this is interesting. I can edit my last post here: {thread:id=2519792} and mark it "Yes, my question has been answered." But when I save the message, it's not marked as answered. Why does it allow me to select "Yes" and then not save that selecti