HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: TCP socket question(oracle)
Operating System - HP-UX
1826331
Members
3407
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 11:29 PM
04-09-2002 11:29 PM
TCP socket question(oracle)
Hi,
This question is in relation with oracle listener .How is it possible that different oracle dedicated servers communicate with different client using same port.
When i give netstat -an|grep 1521 , i get the TCP address of all oracle client each having a connection with server.1521.
My question is how different server processes communicate with different client using a common port 1521.
Thanks
AR
This question is in relation with oracle listener .How is it possible that different oracle dedicated servers communicate with different client using same port.
When i give netstat -an|grep 1521 , i get the TCP address of all oracle client each having a connection with server.1521.
My question is how different server processes communicate with different client using a common port 1521.
Thanks
AR
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 11:37 PM
04-09-2002 11:37 PM
Re: TCP socket question(oracle)
Hi,
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.
A rough analogy would be your inetd (listener) spawning off the telnetd (process) to serve a telnet request.
Hope this helps. Regards.
Steven Sim Kok Leong
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.
A rough analogy would be your inetd (listener) spawning off the telnetd (process) to serve a telnet request.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 12:19 AM
04-10-2002 12:19 AM
Re: TCP socket question(oracle)
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.
If you look at ps output you'll notice that the oracle dedicated servers are all children of the listener process.
Regards,
Steve
If you look at ps output you'll notice that the oracle dedicated servers are all children of the listener process.
Regards,
Steve
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP