<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle listener in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620979#M816211</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have not any kind of firewall in my environment . There is not any kind of port conflict and I can not find of error in the operating system . I just can find this entries in the listener log file.&lt;BR /&gt;&lt;BR /&gt;Could anyone give me a hint how to enable the  tracing in the listener...&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;06-SEP-2005 13:34:52 * service_update * lcm * 0&lt;BR /&gt;06-SEP-2005 13:35:26 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:35:26 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:36:29 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:36:29 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:37:32 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:37:32 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:38:35 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:38:35 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:38:36 * (CONNECT_DATA=(SERVICE_NAME=lcm)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MADN081C&lt;BR /&gt;)(USER=terolpal))) * (ADDRESS=(PROTOCOL=tcp)(HOST=139.16.240.5)(PORT=2021)) * establish * lcm * 0&lt;BR /&gt;06-SEP-2005 13:38:59 * (CONNECT_DATA=(SERVICE_NAME=lcm)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MADN081C&lt;BR /&gt;)(USER=terolpal))) * (ADDRESS=(PROTOCOL=tcp)(HOST=139.16.240.5)(PORT=2022)) * establish * lcm * 0&lt;BR /&gt;06-SEP-2005 13:39:38 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:39:38 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:40:41 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:40:41 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:41:44 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:41:44 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:42:47 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:42:47 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:43:50 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:43:50 * service_died * lcm * 12537</description>
    <pubDate>Thu, 08 Sep 2005 02:51:08 GMT</pubDate>
    <dc:creator>jpcast_real</dc:creator>
    <dc:date>2005-09-08T02:51:08Z</dc:date>
    <item>
      <title>Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620975#M816207</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;in our hp-ux system runs an Oracle 9i instance . Recently we have set several new proceses which are accessing to the database . Since that change I have seen how other applications present some failures and seems that the listener blocks new connections or something like that . Some applications are affected but others are not affected . I have thouhgt about setting the listener traces but I am not sure if this is going to help really.&lt;BR /&gt;&lt;BR /&gt;I would appreciate your advices  , with points :-) &lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 07 Sep 2005 12:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620975#M816207</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-09-07T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620976#M816208</link>
      <description>you may have some kind of port conflict.  Check the ports that the listener uses (in tnsnames.ora or listener.ora, I forget.)&lt;BR /&gt;&lt;BR /&gt;also check ports used while running with commands like:&lt;BR /&gt;&lt;BR /&gt;more /etc/services&lt;BR /&gt;rpcinfo&lt;BR /&gt;netstat - (something, I forget exaclty)&lt;BR /&gt;netstat -a | grep -i listen&lt;BR /&gt;lsof -i TCP:1526 &lt;BR /&gt;&lt;BR /&gt;Just a guess...  Buena Suerte !&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 13:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620976#M816208</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2005-09-07T13:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620977#M816209</link>
      <description>Could be a firewall issue? Check whether there's a firewall between the Oracle DB server and the applications that are being blocked on the port that your listener is running.&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Wed, 07 Sep 2005 13:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620977#M816209</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-09-07T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620978#M816210</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, you need to go to listener log e watch to connection problems, which can lead you to a problem like kernel parameters (nproc, nfile, ..) or to network problems.&lt;BR /&gt;If this is not sufficient, you will need to setup trace level in listener.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Sep 2005 19:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620978#M816210</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2005-09-07T19:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620979#M816211</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have not any kind of firewall in my environment . There is not any kind of port conflict and I can not find of error in the operating system . I just can find this entries in the listener log file.&lt;BR /&gt;&lt;BR /&gt;Could anyone give me a hint how to enable the  tracing in the listener...&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;06-SEP-2005 13:34:52 * service_update * lcm * 0&lt;BR /&gt;06-SEP-2005 13:35:26 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:35:26 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:36:29 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:36:29 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:37:32 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:37:32 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:38:35 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:38:35 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:38:36 * (CONNECT_DATA=(SERVICE_NAME=lcm)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MADN081C&lt;BR /&gt;)(USER=terolpal))) * (ADDRESS=(PROTOCOL=tcp)(HOST=139.16.240.5)(PORT=2021)) * establish * lcm * 0&lt;BR /&gt;06-SEP-2005 13:38:59 * (CONNECT_DATA=(SERVICE_NAME=lcm)(CID=(PROGRAM=D:\oracle\ora92\bin\sqlplus.exe)(HOST=MADN081C&lt;BR /&gt;)(USER=terolpal))) * (ADDRESS=(PROTOCOL=tcp)(HOST=139.16.240.5)(PORT=2022)) * establish * lcm * 0&lt;BR /&gt;06-SEP-2005 13:39:38 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:39:38 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:40:41 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:40:41 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:41:44 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:41:44 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:42:47 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:42:47 * service_died * lcm * 12537&lt;BR /&gt;06-SEP-2005 13:43:50 * service_register * lcm * 0&lt;BR /&gt;06-SEP-2005 13:43:50 * service_died * lcm * 12537</description>
      <pubDate>Thu, 08 Sep 2005 02:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620979#M816211</guid>
      <dc:creator>jpcast_real</dc:creator>
      <dc:date>2005-09-08T02:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620980#M816212</link>
      <description>Hi Javier,&lt;BR /&gt;&lt;BR /&gt;I think your description of the problem is part of the solution:&lt;BR /&gt;&lt;BR /&gt;"Recently we have set several new proceses which are accessing to the database . Since that change I have seen how other applications present some failures..."&lt;BR /&gt;&lt;BR /&gt;How have you configured those processes access the database? SQL*Plus scripts, ...??&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2005 03:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620980#M816212</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-08T03:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620981#M816213</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;There is bug 2454234 (A 64 bit LISTENER may refuse load updates from a 32 bit server) on versions 9.0.1.3 and 9.2.0.1: what is your RDBMS version and OS bit size??&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Thu, 08 Sep 2005 03:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620981#M816213</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-09-08T03:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620982#M816214</link>
      <description>Hi Javier,&lt;BR /&gt;&lt;BR /&gt;From your listener log,&lt;BR /&gt;SERVICE_REGISTER â   means Database trying to register with the listener. &lt;BR /&gt;&lt;BR /&gt;SERVICE_DIED is  logged when the listener loses its connection to PMON.&lt;BR /&gt; &lt;BR /&gt;In MTS environment, the database updates the listener with dispatcher and server information as there are dynamic in nature. One can change dynamically the no. of dispatchers/servers and the listener needs to know that. &lt;BR /&gt;&lt;BR /&gt;SERVICE_REGISTER - Database trying to register with the listener. &lt;BR /&gt;&lt;BR /&gt;SERVICE_DIED (logged when the listener loses its connection to PMON) &lt;BR /&gt;&lt;BR /&gt;SERVICE_CURLOAD - Dispatchers report or ask for the current load from the listener. When a client disconnects from a pre-spawned server the pre-spawned server sends a service_curload message to the listener. This message is processed by nsgcscl() and the listener indicates the server has to timeout if there are more servers than the pool size for that particular protocol. However, nsgcscl() counts all pre-spawned servers not just those for a particular protocol. Thus, it may tell a server to timeout even though the no. of servers is less than the max. This results in the required no. of pre-spawned servers not being maintained. &lt;BR /&gt;&lt;BR /&gt;SERVICE_BLOCK - Network read trying to make the outbound connection. &lt;BR /&gt;&lt;BR /&gt;SERVICE_QUIT - When an instance is shutdown, the dispatcher will send service_quit command to the listener indicating the dispatcher is being brought down. &lt;BR /&gt;&lt;BR /&gt;Depending on the number of dispatchers running in your MTS setup, the listener.log file can go really fast in a a brief period of time. Logging of errors for the client, server, and listener cannot be disabled. This is an essential feature that ensures all errors are recorded. You can delete the LISTENER.LOG file while the listener is running. Logging cannot be turned off. However you can try redirecting the log file by setting log_directory_listener in the listener.ora file. &lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2005 03:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620982#M816214</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-09-08T03:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle listener</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620983#M816215</link>
      <description>Hi Javier,&lt;BR /&gt;&lt;BR /&gt;The listener log file contains audit trail information that allows you to gather and analyze network usage statistics, as well as information indicating the following:&lt;BR /&gt;&lt;BR /&gt;  - A client connection request&lt;BR /&gt;  - A start, stop, status, reload or service command issued by the LSNRCTL &lt;BR /&gt;    Control Utility&lt;BR /&gt;  - Service registers and service updates by PMON&lt;BR /&gt;&lt;BR /&gt;Read the nore Note:263599.1 in Metalink for more explaination.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2005 03:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-listener/m-p/3620983#M816215</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-09-08T03:59:11Z</dc:date>
    </item>
  </channel>
</rss>

