Listener getting down in every 5-6 hrs

Hi Frends,
Our database listener is getting down in 5-6 hrs from last 3 days. On this database, we run batch files which continueosly upload data using SQL loader. Our environment detail is as follos:
Database : Version 10.2.0.2.0
OS : Linux
In listener log it throws below errors :
TNS-12518: TNS:listener could not hand off client connection
Regards,
Umesh

Hi Pavan, please find the details as below:
1.Try to check whether are you using dedicated or shared server. ?
--> Its a dedicated server
Try to check the listener services - you can check number of refused connections.-- >
oracle@btc:/btc> lsnrctl services
LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 12-APR-2011 13:33:31
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "+ASM_XPT" has 1 instance(s).
  Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "btc.ind.com" has 1 instance(s).
  Instance "btc", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:64665 refused:13 state:ready
         LOCAL SERVER
Service "btcXDB.ind.com" has 1 instance(s).
  Instance "btc", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER <machine: btc, pid: 7683>
         (ADDRESS=(PROTOCOL=tcp)(HOST=btc.ind.com)(PORT=19662))
Service "btc_XPT.ind.com" has 1 instance(s).
  Instance "btc", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:64665 refused:13 state:ready
         LOCAL SERVER
The command completed successfully
If you are working with dedicated server then try to increase the process paramter value since it might not be sufficient/could not able to handle the connections and monitor listener.log for issues.--> Process parameter has been set to 2000 and running processes and session is as follows:
SQL> select count(*) from v$session;
COUNT(*)
37
SQL> select count(*) from v$process;
COUNT(*)
40
Regards,
Umesh

Similar Messages

  • Listener getting down frequentky

    Hi All
    We are in RAC with two nodes in vesrion Oracle Database 10g Release 10.1.0.5.0
    Os Details -Windows 2003 32-bit OS (4 Gb ram each)
    My SGA and PGA are 1536M and 650M
    Users connecting to each instances are more than 200...to 250 per instance
    We get this tns error in the listerner log files of the second instance and first instancein last few day's
    Now we checked the number of users connected to server while we get this TNS error are 170 and 240 in the first and second instancerespectively
    Listener get's down automatically with this below error...
    16-SEP-2009 11:52:06 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=D:\orant\BIN\RWRBE60.exe)(HOST=XXXXXXXXX-CTX02)(USER=ajmancashier))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.35)(PORT=4391)) * establish * orcl * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 233: Unknown error
    16-SEP-2009 11:52:09 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=orcl)(CID=(PROGRAM=D:\orant\BIN\RWRBE60.exe)(HOST=XXXXXXXXX-CTX02)(USER=kishor.kumar))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.35)(PORT=4395)) * establish * orcl * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 233: Unknown error
    The errors in the alert log files are given below:
    Wed Sep 16 11:05:23 2009
    ARC1: Evaluating archive thread 2 sequence 11010
    Committing creation of archivelog 'D:\ARCHIVE\ARC11010_0650724155.002'
    Wed Sep 16 11:11:35 2009
    skgpspawn failed:category = 27143, depinfo = 997, op = spcdr:9261:4200, loc = skgpspawn
    Wed Sep 16 11:11:35 2009
    kkjcre1p: unable to spawn jobq slave process
    Wed Sep 16 11:11:35 2009
    Errors in file d:\oracle\product\10.1.0\admin\orcl\bdump\orcl2_cjq0_2440.trc:
    Wed Sep 16 11:19:35 2009
    skgpspawn failed:category = 27143, depinfo = 997, op = spcdr:9261:4200, loc = skgpspawn
    Wed Sep 16 11:19:35 2009
    kkjcre1p: unable to spawn jobq slave process
    Wed Sep 16 11:19:35 2009
    Errors in file d:\oracle\product\10.1.0\admin\orcl\bdump\orcl2_cjq0_2440.trc:
    Wed Sep 16 11:47:35 2009
    skgpspawn failed:category = 27143, depinfo = 997, op = spcdr:9261:4200, loc = skgpspawn
    Wed Sep 16 11:47:35 2009
    kkjcre1p: unable to spawn jobq slave process
    Wed Sep 16 11:47:35 2009
    Errors in file d:\oracle\product\10.1.0\admin\orcl\bdump\orcl2_cjq0_2440.trc:
    I suspect this listener is getting down frequently due to out of memory in the server, but i don't see any error's in alert log file stating out of memory.
    Pls share your views on this scenario.
    Thanks
    Regards
    Hari
    Edited by: hariharan.thyagarajan on Sep 16, 2009 2:42 PM

    hariharan.thyagarajan wrote:
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 233: Unknown errorNot too familiar with how Oracle's processing architecture works on Windows - never used Oracle really on Windows. I suspect that the Listener will call something like +[CreateThread()|http://msdn.microsoft.com/en-us/library/ms682453(VS.85).aspx]+ (or CreateRemoteThread() ) to start a dedicated server process.
    This calls fails. The reason for the underlaying (root cause) Win32 error you're seeing.
    This can fail for a number of reasons.. the most likeliest being insufficient resources (memory specifically) being available for that thread to be created.
    The MSDN article I've linked to above says:
    >
    The number of threads a process can create is limited by the available virtual memory. By default, every thread has one megabyte of stack space. Therefore, you can create at most 2,048 threads. If you reduce the default stack size, you can create more threads. However, your application will have better performance if you create one thread per processor and build queues of requests for which the application maintains the context information. A thread would process all requests in a queue before processing requests in the next queue
    >
    Of course, this assumption is that the CreateThread() call is used. Oracle could be using fibres or some other Win32 call.. but in principle, that call is failing and is why you are seeing this error.
    Oracle supports shared server process architecture on Win32 too. This should (I suspect) reduce the memory footprint of server threads. You may want to investigate this option.

  • TNS listener getting down

    Hi all,
    I am having Oracle 11g R1 installed on windows 2003 SP1 64bit std Edition. I have migrated from 9i to 11g.
    Clients are using Oracle 9i.
    The application i am using is ASP and VB.net.
    The performance is much more increased in 11g compared to 9i.
    Issues:
    1) From the last 10 months i am facing the listener down.It happens 3 times and it affects my transaction. This happens when i connect from VB.net.
    2) Second issue is my undo tablespace is getting filled very fast. It is not getting refreshed.

    user12119634(bobs) wrote:
    Hi all,
    I am having Oracle 11g R1 installed on windows 2003 SP1 64bit std Edition. I have migrated from 9i to 11g.
    Clients are using Oracle 9i.
    The application i am using is ASP and VB.net.
    The performance is much more increased in 11g compared to 9i.
    Issues:
    1) From the last 10 months i am facing the listener down.It happens 3 times and it affects my transaction. This happens when i connect from VB.net.I won't consider this such a big thing since in your own words , it has happened just 3 times within 10 months . You are on Windows and due to a service not responding properly of listener, it may happen very easily on a Windows environment. No one here can tell you why it happened( though not often) . Did you check the listener's log file?
    2) Second issue is my undo tablespace is getting filled very fast It is not getting refreshed.Undo would be filled based on the activity you do. If you are doing a lots of transactions , generating the Undo blocks in large number, its a natural outcome. Undo retention would work for the committed transactions. You may want to check with the undo advisor for the recommended size of the Undo tablespace for your database.
    HTH
    Aman....

  • I have the original AIR recently it has really slowed down. Every function usually gets the pinwheel. It is up to date and has 10g of free disk space. Any suggestions as to the cause?

    I have the original AIR recently it has really slowed down. Every function usually gets the pinwheel. It is up to date and has 10g of free disk space. Any suggestions as to the cause?

    Often a failed disk or power supply. See:
    https://encrypted.google.com/search?q=%22time+capsule%22+%22orange+light%22&as_q dr=all&newwindow=1&num=100

  • EM12c Oracle Database Plug-In 12.1.0.7 update now shows 10g listener as down when it's not

    EM 12.1.0.4 with Oracle Database Plug-in 12.1.0.7
    Monitored database and listener:  10.2.0.4
    Our EM12c monitors 12.1,11.2 and 10.2 databases and listeners.  All monitored targets are up and running.
    I updated Oracle Database Plug-in from 12.1.0.6 to 12.1.0.7 and now the only 10g listener that I have shows as down.
    The listener on the server is up and running.
    The monitoring configuration is right.
    I removed this target and re-added it, but it came back as down.
    It's a little disconcerting to have a listener show as down since it's a production box, but nothing I do corrects the problem.
    Any insights or suggestions are appreciated.
    Sherrie

    Hi Sherrie,
    In most cases we have this issue due to monitoring configuration , I know you mentioned that you have checked on it but still I would recommend to just re-confirm on below steps
    1. Go to
        EM Console -> Targets -> Listener -> Listener Home page -> Target Setup -> Monitoring Configuration
    2. Get the details
          Listener Name
          Listener.ora Directory
          Machine Name
          Oracle Home
          TCP Port Numbe
    3. Go to the server where this listener is running
       Check to see if the listener is up
           ps -ef | grep tns
    4. Next run
           $ORACLE_HOME/bin/lsnrctl status
       From this outpuy verify details in (1)
          Listener Name   <======= Alias
          Listener.ora Directory <=== Listener Parameter File ie the directory
          Machine Name  <======= HOST=
          Oracle Home<========== This is where tnslsnr is started from
          TCP Port Number <======  PORT=
    5. Makes sure that all the details matches in (4) and (2)
    If above is fine then I would recommend to go through the troubleshooting steps as per below doc , they are valid for listener status down too and should give a further insight on the root cause of the issue
    Troubleshooting the 'Pending' status for a Listener Target in Enterprise Manager 12c Cloud Control (Doc ID 1546576.1)
    Regards,
    Rahul

  • Tomcat is getting down abruptly

    Hi All,
    I am using jdk1.5 and Tomcat 5.0.2 on Linux.
    Tomcat is getting down abruptly frequently. Need to get it up manually every time.
    Is there any known solution to fix this issue.
    Thanks
    Krrish

    What are your Memory settings? Do You Know the BPM Performance Tuning Guide?http://www.oracle.com/technetwork/middleware/bpm/learnmore/bpm11gperftuning-1912340.pdf
    Danilo

  • Admin Server getting down

    I m new in weblogic, please help me,
    I have two managed server both are clustered with running ssl port. when i m trying to stop any managed server, the admin server also getting down automatically, and I could't able to stop / start my managed server. Can any one please help me to troubleshoot. it is in weblogic 10.3.1.

    Hi user736859,
    Seems that your Core team donot listen to your comments.... Even after your instructions to them they didnot put any comment here.
    Thanks
    Jay SenSharma

  • My phone keeps shutting down approx every 5-10min for about a minute then turns back on, I have updated the software so thats not the problem, anyone have any ideas?

    My phone keeps shutting down approx every 5-10min for about a minute then it turns back on itself. I have updated the software so thats not the issue, any suggestions?

    Do you have a case on the iPhone or have you damaged it in anyway? If you have a case, try testing without the case.
    Also, try restoring the iPhone and testing it as a new device.
    If that doesn't take care of it, get a Genius to take a look at it or setup service online.

  • 3 node RAC -1 instnance getting down automatically in one node

    Hi,
    We have 3 node RAC system.
    We are facing issue every week that one of the instance in one node among three node getting automatically restart.
    During the time our transaction missing happened. Kindly advice why one node itself getting down and start automatically.
    Thanks
    Raj

    Hi,
    As you are facing node eviction issue, to find out reason please share following details:
    1. clusterware alert log file
    2. cssd.log file
    3. crsd.log file
    4. No. of voting disks (*sometimes if you have only one voting disk, one node will be evicted automatically as i have observed*)
    Regards,
    Ashish Shukla

  • Modem - router getting reset for every 15 mins

    My modem and router gets reset for every 15mins and every time I call Comcast not getting proper support . Can someone hear this. This happens every weekend.

    freezing at regular intervals:
    :http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    : https://addons.mozilla.org/firefox/addon/places-maintenance/
    Install add-on, run at least the option mentioned in the article, I ran them all. When finished you can uninstall the extension, all without taking taking Firefox down, The extension is one of the new JetPack extensions.

  • My blackberry 9220 curve is getting auto reboot every time

    My blackberry 9220 curve is getting auto reboot every time. I have updated software, delete third party application, but still facing the auto reboot issue.

    Well, I don't agree with your conclusions, but I won't battle you. So, what would you like to try?
    Given your decided diagnosis, the only thing I can think of is the "Bare Bones OS Reload Procedure" to attempt to narrow down the precise causal item:
    Load your OS "bare bones"...if anything is optional, do not install it.
    If the behavior presents immediately, then try a different OS with step 1
    If the behavior does not immediately present, then run for as long as it takes for you to be sure that the behavior will not present.
    Add one thing -- no matter how tempting, just one.
    If the behavior does not present immediately, then again run for long enough to be sure it will not have the same problem
    Repeat steps 4 and 5 until all things are loaded or the behavior presents
    When the behavior presents, you know the culprit...the last thing you loaded.
    If the behavior does not re-present, then you know that either step 1 or 2 cured it.
    If the behavior presents no matter what, then you likely have a hardware level issue for which no amount of OS or software can cure.
    pkjha wrote:
    I don't know why blackberry are not able to handle auto reboot issue. As i am seeing lots of people are facing auto reboot issue and did not get exact reason for this.
    I don't either, but just in case, refer:
    http://supportforums.blackberry.com/t5/Social-Loun​ge/How-This-Site-and-Formal-Support-Work/td-p/2540​...
    Hopefully, this information will be of use to you.
    Cheers, and Good Luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I just downloaded itunes 10.5 and i get an error every time i hook up my mobile devices.

    I just downloaded itunes 10.5 and i get an error every time i hook up my mobile devices.
    And this is the error that comes out:
    szAppName : AppleMobileDeviceService.exe     szAppVer : 17.88.0.7    
    szModName : kernel32.dll     szModVer : 5.1.2600.5781     offset : 00012afb

    http://www.youtube.com/watch?v=be09gGFw-Y4

  • I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I hav 260000 mp3 stored on A My Book 3 TB external Fire wire 800 Drive - when I play songs I get short interuptions every 20 to 30 seconds. Can't iTunes handle that?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

  • HT5622 how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    Have a look at this link
    http://support.apple.com/kb/ht2727

  • Skype is not working properly on my ipad air it is getting disconnected in every 45 sec

    Skype is not working properly on my ipad air it is getting disconnected in every 45 sec
    Iup graded the OS from 7 to 7.1 still the problem remain same Please help me to trouble shoot

    Trouble shoot your wifi connection.  If wifi is slow to buffer videos it will also have a problem with video chats.

Maybe you are looking for

  • Does anyone know why there is a slight lag in the brush tool in CS6?

    This is not a huge problem, but it is annoying.  I have 8 gig of ram and a nvidia NX8600Gt vid card - never had problems in CS5.5 and expected CS6 to be better, but it is not.  Am I the only one experiencing this problem?

  • Problem with DBMS_JAVA, GRANT_PERMISSION

    I am having a problem running the GRANT PERMISSION procedure in the DBMS_JAVA package as user SYS on Oracle 8.1.6. on Windows 2000. I ran the INITJVM script and the package DBMS_JAVA exists, and contains many more procedures than I can access. i.e. I

  • Determining the type of sqlexception

    Is is possible to know the type of sql excpetion that occured? For instance if an sqlexception occured I need to know if the error is due to a non-existent table field or a non existent table. Basically I need to give the user a more specific desctip

  • Two annoying problems

    My first problem is that with audio and videos, my ipod will just freeze for a few seconds, then continue without any sound. Second, when i hook my ipod up to my tv using apples av cables, the same problem happens everytime. It will play fine for a f

  • What are these hidden drives in my root directory? Why can I not access them?

    Noticed two drives (?) in my root directory a week or so back that were never there before, one called net and one called home. Also have been getting anomalous folders appearing on the left of explorer as 'shared' folders/devices. Odd thing is I hav