<?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: TNS listener error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258450#M888142</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why do you create listener.ora and tnsnames.ora in /etc ?&lt;BR /&gt;As far as I know, the right place is $ORACLE_HOME/network/admin directory.&lt;BR /&gt;It seems to me, the message says that you use pattern files in this directory.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Sun, 25 Apr 2004 13:40:57 GMT</pubDate>
    <dc:creator>Victor Fridyev</dc:creator>
    <dc:date>2004-04-25T13:40:57Z</dc:date>
    <item>
      <title>TNS listener error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258448#M888140</link>
      <description>I install oracle7.3.2.2 in hpux 11.00&lt;BR /&gt;I installed:&lt;BR /&gt;Oracle Names&lt;BR /&gt;Oracle Server Manager(Motif)&lt;BR /&gt;Oracle Server(RDBMS)&lt;BR /&gt;Oracle XA Library&lt;BR /&gt;PL/SQL V2&lt;BR /&gt;Pro*C&lt;BR /&gt;SQL*Net(V2)&lt;BR /&gt;SQL*Plus&lt;BR /&gt;TCP/IP Protocal Adepter(V2)&lt;BR /&gt;&lt;BR /&gt;when I finished, I run root.sh with root&lt;BR /&gt;I want use SID:ysy and PORT 15216, &lt;BR /&gt;then add "listener 15216/tcp   #for oracle"&lt;BR /&gt;in etc/services&lt;BR /&gt;&lt;BR /&gt;cteate listener.ora in /etc:&lt;BR /&gt;LISTENER=&lt;BR /&gt;(ADDRESS_LIST=&lt;BR /&gt;(ADDRESS=(PROTOCOL=TCP)(Host=scoy)(Port=15216))&lt;BR /&gt;)&lt;BR /&gt;SID_LIST_LISTENER=&lt;BR /&gt;(SID_LIST=&lt;BR /&gt;(SID_DESC=&lt;BR /&gt;(ORACLE_HOME=/oracle/app/oracle/product/7.3.2.2)&lt;BR /&gt;(SID_NAME=ysy)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;STARTUP_WAIT_TIME_LISTENER=0&lt;BR /&gt;CONNECT_TIMEOUT_LISTENER=10&lt;BR /&gt;TRACE_LEVEL_LISTENER=OFF&lt;BR /&gt;&lt;BR /&gt;add tnsnames.ora in /etc:&lt;BR /&gt;Ysy=&lt;BR /&gt;(DESCRIPTION=&lt;BR /&gt;(ADDRESS=(PROTOCOL=TCP)(Host=scoy)(Port=15216))&lt;BR /&gt;(CONNECT_DATA=(SID=sej2))&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;then I run ../lsnrctl in fileã »manager&lt;BR /&gt;&lt;BR /&gt;LSNRCTL for HPUX  â ¦â ¦&lt;BR /&gt;Copyrightâ ¦â ¦&lt;BR /&gt;&lt;BR /&gt;Message 850 not found;No message file for product=NETWORK, facility=NL&lt;BR /&gt;LSNRCTL&amp;gt;start&lt;BR /&gt;Message 1070 not found;No messge file for product=NETWORK, facility=TNSTNS-12545:Message 12545 not found;No Message file for product=NETWORK, facility=TNS&lt;BR /&gt;  TNS-00515:Message 515 not found;No message file for product=NETWORK, facility=TNS&lt;BR /&gt;  HPUX Error:2:No such file or directory.&lt;BR /&gt;LSNRCTL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Why!? What I do is incorrect!&lt;BR /&gt;Pls help!&lt;BR /&gt;&lt;BR /&gt;P.S. or hope you to tell me the correct steps&lt;BR /&gt;after install com</description>
      <pubDate>Sun, 25 Apr 2004 04:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258448#M888140</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-04-25T04:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: TNS listener error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258449#M888141</link>
      <description>&amp;gt;&amp;gt; Message 850 not found;No message file for product=NETWORK, facility=NL&lt;BR /&gt;&lt;BR /&gt;Looks like the path ORACLE_HOME, and specifically the NLS directories below there, is not correct&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; then I run ../lsnrctl in fileÃ£Â Â»manager&lt;BR /&gt;&lt;BR /&gt;What exactly do you mean by that? &lt;BR /&gt;Are you a root/system user, drilled down froma gui filemanager to teh Oracle executables and then try to start the listener? That's not goign to work.&lt;BR /&gt;&lt;BR /&gt;You shoudl log in as the selected Oracle user (or for example su - oracle ). Now do 'env' and see a lot of ORA... and NLS... environment variables set up. With hose in place do 'lsnrctl start'&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Apr 2004 12:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258449#M888141</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-04-25T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: TNS listener error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258450#M888142</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why do you create listener.ora and tnsnames.ora in /etc ?&lt;BR /&gt;As far as I know, the right place is $ORACLE_HOME/network/admin directory.&lt;BR /&gt;It seems to me, the message says that you use pattern files in this directory.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Sun, 25 Apr 2004 13:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258450#M888142</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-25T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: TNS listener error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258451#M888143</link>
      <description>By default Oracle uses port number 1521.There is no need to make entries in /etc/services file.&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&lt;BR /&gt;set the env. variables for Oracle like&lt;BR /&gt;&lt;BR /&gt;ORACLE_HOME=&lt;DIR-PATH&gt;&lt;BR /&gt;PATH=$PATH=$ORACLE_HOME/bin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure that the files listener.ora and tnsnames.ora file are moved to $ORACLE_HOME/network/admin directory.&lt;BR /&gt;&lt;BR /&gt;The best way to create LISTENER and service naming is to use the GUI tool,NET configuration Assistant or NET assistant whih will automatically create files for you.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIR-PATH&gt;</description>
      <pubDate>Sun, 25 Apr 2004 23:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258451#M888143</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-25T23:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: TNS listener error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258452#M888144</link>
      <description>Thanks.&lt;BR /&gt;it work correctly now.</description>
      <pubDate>Mon, 26 Apr 2004 01:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tns-listener-error/m-p/3258452#M888144</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-04-26T01:51:37Z</dc:date>
    </item>
  </channel>
</rss>

