<?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 TCP socket question(oracle) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700540#M932802</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This question is in relation with oracle listener .How is it possible that different oracle dedicated servers communicate with different client using same port.&lt;BR /&gt;When i give netstat -an|grep 1521 , i get the TCP address of all oracle client each having a connection with server.1521.&lt;BR /&gt;My question is how different server processes communicate with different client using a common port 1521.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;AR</description>
    <pubDate>Wed, 10 Apr 2002 06:29:16 GMT</pubDate>
    <dc:creator>Aashish Raj</dc:creator>
    <dc:date>2002-04-10T06:29:16Z</dc:date>
    <item>
      <title>TCP socket question(oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700540#M932802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This question is in relation with oracle listener .How is it possible that different oracle dedicated servers communicate with different client using same port.&lt;BR /&gt;When i give netstat -an|grep 1521 , i get the TCP address of all oracle client each having a connection with server.1521.&lt;BR /&gt;My question is how different server processes communicate with different client using a common port 1521.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;AR</description>
      <pubDate>Wed, 10 Apr 2002 06:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700540#M932802</guid>
      <dc:creator>Aashish Raj</dc:creator>
      <dc:date>2002-04-10T06:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP socket question(oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700541#M932803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When the Oracle listener receives a connection request at the sqlnet listener port e.g. service port 1521, it will spawn off an Oracle server process to serve this connection.&lt;BR /&gt;&lt;BR /&gt;A rough analogy would be your inetd (listener) spawning off the telnetd (process) to serve a telnet request.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 10 Apr 2002 06:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700541#M932803</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-10T06:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: TCP socket question(oracle)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700542#M932804</link>
      <description>This is a very normal (traditional?) way of handling TCP socket connections.  The server process keeps control of the 'passive' listener socket, accepting new connections.  When a connection is received, a new 'active' socket descriptor is created for communication with the client.  The server then spawns a child process which inherits this active socket and handles the connection.&lt;BR /&gt;&lt;BR /&gt;If you look at ps output you'll notice that the oracle dedicated servers are all children of the listener process. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 10 Apr 2002 07:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-socket-question-oracle/m-p/2700542#M932804</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-04-10T07:19:42Z</dc:date>
    </item>
  </channel>
</rss>

