|
Re: listener [message #8733 is a reply to message #8726] |
Mon, 22 September 2003 06:17 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Its a process that runs on a specific port(s),sits infront of the database instance, listening to the incoming connection requests from the clients.
In Dedicated server mode,the listener is responsible for spawning a dedicated Server process that takes care of the client's database requests and in the Shared Server mode(MTS), the listener assigns a dispatcher process for the requesting user process.
In short,clients connect to the database via the listener process(but not always).
For more details,refer documentation.
HTH
Thiru
|
|
|