Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: s...port's - problem

Re: s...port's - problem

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 28 Jun 2005 19:22:47 +0200
Message-ID: <jn13c1t716fmvairi21cf8rjk9fqhpf8dn@4ax.com>


On Tue, 28 Jun 2005 16:50:09 GMT, Fabrizio <fabrizio.magni_at_mycontinent.com> wrote:

>Daniel wrote:
>> Here's an overview of how connectivity works. First, I'll assume you
>> connect with a dedicated connection (as opposed to a "shared server"):
>> the listener gets the incoming requests, usually on port 1521, unless
>> you changed the default port used. After the requests came to the
>> listener, the listener spawns a new server dedicated process, and has
>> this server dedicated process "listen" on a different port of the
>> server. The listener then tells the incoming connection request which
>> port it should look at to be in touch with this newly-spawned dedicated
>> server process. You therefore also need access to this other port.
>>
>> Daniel
>>
>
>Hi Daniel,
>the port redirection is true only on windows and it can be avoided
>setting use_shared_socket=true in the windows regedit.

With as result that as soon as you stop the listener, everyone is disconnected.

>
>Unix maintains the communication on the listening port so you can keep
>only one port open in your firewall.
>

Are you sure of that? As far as I know there is no difference between Unix and Winblows

>Regards

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Jun 28 2005 - 12:22:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US