<?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: Db problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356355#M193369</link>
    <description>Alan&lt;BR /&gt;&lt;BR /&gt;Let us know how you get on with this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Michael</description>
    <pubDate>Fri, 13 Aug 2004 05:22:35 GMT</pubDate>
    <dc:creator>Michael Campbell</dc:creator>
    <dc:date>2004-08-13T05:22:35Z</dc:date>
    <item>
      <title>Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356348#M193362</link>
      <description>I have 1 listener called by my applications when i'm trying to connect via SQl/NAV.&lt;BR /&gt;I want to add another listener w/o affecting the other listener that i have created.&lt;BR /&gt;How will I add a new listener?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Fri, 13 Aug 2004 01:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356348#M193362</guid>
      <dc:creator>alan_131</dc:creator>
      <dc:date>2004-08-13T01:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356349#M193363</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Listeners will already be there (oracle will tuned to this). just make sure listerner are up and running&lt;BR /&gt;$lsnrctl&lt;BR /&gt;lsnrctl&amp;gt; status&lt;BR /&gt;&lt;BR /&gt;will show the listener status.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2004 02:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356349#M193363</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-08-13T02:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356350#M193364</link>
      <description>You want another listener to listen to the same instance or is it another instance?? &lt;BR /&gt;&lt;BR /&gt;If you want to create another listener for another instance, go to $ORACLE_HOME/network/admin, open the tnsnames.ora and listener.ora and add what's necessary.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2004 03:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356350#M193364</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-08-13T03:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356351#M193365</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you like you can add another listener into your $ORACLE_HOME/network/admin/listener.ora. This can then be started and stopped independently. e.g. lsnrctl start &lt;LISTENER name=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hope This Helps&lt;BR /&gt;&lt;BR /&gt;Michael&lt;/LISTENER&gt;</description>
      <pubDate>Fri, 13 Aug 2004 03:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356351#M193365</guid>
      <dc:creator>Michael Campbell</dc:creator>
      <dc:date>2004-08-13T03:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356352#M193366</link>
      <description>I want to add a new listener for new instance.&lt;BR /&gt;I 've already add the new instance in the listener.ora and configdured evrything in the tnsnames.ora. When i tried starting the default listener by the command - lsnrctl start, listener started properly, but when i tried to start the new listener for the new instance, it states that " Listener using listener name LISTENER has already been started"&lt;BR /&gt;&lt;BR /&gt;how can i start 2 different listener in one server. By the way i'have added the new listener value in the listener.ora file.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2004 04:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356352#M193366</guid>
      <dc:creator>alan_131</dc:creator>
      <dc:date>2004-08-13T04:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356353#M193367</link>
      <description>Alan,&lt;BR /&gt;&lt;BR /&gt;In tnsnames.ora:&lt;BR /&gt;&lt;BR /&gt;&lt;FIRST_SID&gt; = (DESCRIPTION=&lt;BR /&gt;                (ADDRESS=(PROTOCOL=tcp)(HOST=&lt;HOSTNAME&gt;)(PORT=1531))&lt;BR /&gt;                (CONNECT_DATA=(SID=&lt;FIRST_SID&gt;))&lt;BR /&gt;                )&lt;BR /&gt;&lt;BR /&gt;&lt;SECOND_SID&gt; = (DESCRIPTION=&lt;BR /&gt;                (ADDRESS=(PROTOCOL=tcp)(HOST=&lt;HOSTNAME&gt;)(PORT=1531))&lt;BR /&gt;                (CONNECT_DATA=(SID=&lt;SECOND_SID&gt;))&lt;BR /&gt;                )&lt;BR /&gt;&lt;BR /&gt;In listener.ora:&lt;BR /&gt;&lt;BR /&gt;&lt;FIRST_SID&gt; =&lt;BR /&gt;  (ADDRESS_LIST =&lt;BR /&gt;        (ADDRESS= (PROTOCOL= IPC)(KEY= &lt;FIRST_SID&gt;))&lt;BR /&gt;        (ADDRESS= (PROTOCOL= TCP)(Host= hp440)(Port= 1531))&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SID_LIST_&lt;FIRST_SID&gt; =&lt;BR /&gt;  (SID_LIST =&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (GLOBAL_DBNAME= hp440)&lt;BR /&gt;      (ORACLE_HOME= /.../product/805) -- My RDBMS is 8.0.5&lt;BR /&gt;      (SID_NAME = &lt;FIRST_SID&gt;)&lt;BR /&gt;    )&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (SID_NAME = extproc)&lt;BR /&gt;      (ORACLE_HOME = /.../product/805)&lt;BR /&gt;      (PROGRAM = extproc)&lt;BR /&gt;    )&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (ORACLE_HOME= /disc2/app/oracle/product/805)&lt;BR /&gt;      (SID_NAME = &lt;SECOND_SID&gt;)&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;STARTUP_WAIT_TIME_&lt;FIRST_SID&gt; = 0&lt;BR /&gt;CONNECT_TIMEOUT_&lt;FIRST_SID&gt; = 10&lt;BR /&gt;TRACE_LEVEL_&lt;FIRST_SID&gt; = OFF&lt;BR /&gt;&lt;BR /&gt;LOG_DIRECTORY_&lt;FIRST_SID&gt; = /.../product/805/network/admin&lt;BR /&gt;LOG_FILE_&lt;FIRST_SID&gt; = &lt;FIRST_SID&gt;&lt;BR /&gt;TRACE_DIRECTORY_&lt;FIRST_SID&gt; = /.../product/805/network/admin&lt;BR /&gt;TRACE_FILE_&lt;FIRST_SID&gt; = &lt;FIRST_SID&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this'll help!&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/SECOND_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/FIRST_SID&gt;&lt;/SECOND_SID&gt;&lt;/HOSTNAME&gt;&lt;/SECOND_SID&gt;&lt;/FIRST_SID&gt;&lt;/HOSTNAME&gt;&lt;/FIRST_SID&gt;</description>
      <pubDate>Fri, 13 Aug 2004 04:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356353#M193367</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-08-13T04:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356354#M193368</link>
      <description>Alan&lt;BR /&gt;&lt;BR /&gt;When you added the new listener value, did you put it as a separate listener or as another SID in the default listener section. See the following listener.ora example for adding a new listener call newdb:&lt;BR /&gt;&lt;BR /&gt;LISTENER =&lt;BR /&gt;  (DESCRIPTION_LIST =&lt;BR /&gt;    (DESCRIPTION =&lt;BR /&gt;      (ADDRESS_LIST =&lt;BR /&gt;        (ADDRESS = (PROTOCOL = IPC)(KEY = db01))&lt;BR /&gt;        (ADDRESS = (PROTOCOL = IPC)(KEY = db02))&lt;BR /&gt;        (ADDRESS = (PROTOCOL = IPC)(KEY = db03))&lt;BR /&gt;        (ADDRESS = (PROTOCOL = IPC)(KEY = db04))&lt;BR /&gt;        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))&lt;BR /&gt;        (ADDRESS = (PROTOCOL = TCP)(HOST = ????)(PORT = 1222))&lt;BR /&gt;      )&lt;BR /&gt;    )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;SID_LIST_LISTENER =&lt;BR /&gt;  (SID_LIST =&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (SID_NAME = PLSExtProc)&lt;BR /&gt;      (ORACLE_HOME = /oracle/product/8.1.7)&lt;BR /&gt;      (PROGRAM = extproc)&lt;BR /&gt;    )&lt;BR /&gt;    (SID_DESC =&lt;BR /&gt;      (SID_NAME = ????)&lt;BR /&gt;      (ORACLE_HOME = /oracle/product/8.1.7)&lt;BR /&gt;    )&lt;BR /&gt;      )&lt;BR /&gt;&lt;BR /&gt;NEWDB =&lt;BR /&gt;  (ADDRESS_LIST =&lt;BR /&gt;        (ADDRESS= &lt;BR /&gt;          (PROTOCOL=ipc) &lt;BR /&gt;          (KEY=????)  )&lt;BR /&gt;        (ADDRESS=&lt;BR /&gt;          (HOST = ????)&lt;BR /&gt;          (PROTOCOL = TCP)&lt;BR /&gt;          (PORT = 1234)&lt;BR /&gt;        )&lt;BR /&gt;  )&lt;BR /&gt;&lt;BR /&gt;The new listener can then be started separately using lsnrctl start newdb&lt;BR /&gt;N.B. Ensure that your new listener is using a different port number.&lt;BR /&gt;&lt;BR /&gt;Hope This Helps&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2004 04:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356354#M193368</guid>
      <dc:creator>Michael Campbell</dc:creator>
      <dc:date>2004-08-13T04:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Db problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356355#M193369</link>
      <description>Alan&lt;BR /&gt;&lt;BR /&gt;Let us know how you get on with this.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 13 Aug 2004 05:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/db-problem/m-p/3356355#M193369</guid>
      <dc:creator>Michael Campbell</dc:creator>
      <dc:date>2004-08-13T05:22:35Z</dc:date>
    </item>
  </channel>
</rss>

