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: limit SQL*NET listener to one tcp port

Re: limit SQL*NET listener to one tcp port

From: Philip Newlan <philn_at_lb.u-net.com>
Date: Fri, 23 Apr 1999 21:35:56 GMT
Message-ID: <3720e77d.1680312@195.102.240.37>


If this is Net8 and Oracle 8 on NT you can use 'shared scokets so thyat the port you use to connect is the port you keep for your session (eg 1521). Have a look ta the Net8 docs relating to shared sockets.

Or

YOu could use connection manager.

On Fri, 23 Apr 1999 13:29:38 -0400, "Nandan Kalle" <nkalle_at_questfs.com> wrote:

>>If it's a TCP connection, you can specify the port in your tnsnames.ora
>>file.
>>
>>Van>>
>
>TNSNAMES.ORA only configures the client side, correct? My understanding is
>that TNSNAMES tells the client which port to use to initiate the connection.
>However once the server process is spawned, I think Listener creates a
>second connection, usually on a different port.
>
>Shouldn't the configuration file be on the server side?
>
>
>
>
>
Received on Fri Apr 23 1999 - 16:35:56 CDT

Original text of this message

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