Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database - Listener Ports -- Data transfer

KSGNov 29 2010 — edited Oct 16 2011
Hi,

If there are two databases running on the server, Is it opt to configure unique listener port for the two databases? and what happens if a unique listener port configured?

Thanks
KSG

Edited by: KSG on Oct 16, 2011 11:53 PM
Hi Jgarry/Hemant

For client-server data transfer.

I understand like

First, the client send the request to the db server, the listener listens the connection and creates a database server process to handle the request (may be a query..

I just want to understand how the processed data information passes to the client.. i meant.. what are the ports involded to transfer the data back from db server to the client?

From Jgarry, I understand the data flow actually happens through a seperate data port (say it may be any port 1599 or someting).. So Do all the further traffic happens between client-server or server-client uses the same Data-port?

Im trying to understand the architectural flow of connectivity between clien-server and vice-versa. which will help to understand better.

My concern is..

we are establishing connectivity from client through TNS names. The server listenes the connectivity and creates a server session to execute the connectivity. Simply like.. a request made from client to database to listen service_name 'orcl', host=abc.com protocol=TCP port=1521. which is listen on the server side and the server recoganize the connectivity...

Here I'm trying to understand.. once the connectivity is established then there is no need of listener anymore. Even we can stop the listener. How the TCP portocol in the Oracle Net is going to establish the data flow between the servers (how the sequence of request and response happens).
If the TCP network layer is used to interact between the servers then how the data flows between the servers; like is it uses a seperate port number to send/receive the data.

Thanks
KSG


Thanks in advance
KSG

Edited by: KSG on Oct 16, 2011 11:55 PM
(added further required clarifications regarding data flow between client-server)
This post has been answered by Hemant K Chitale on Nov 29 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2011
Added on Nov 29 2010
25 comments
1,249 views