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: NET8 TCP/IP Firewall

Re: NET8 TCP/IP Firewall

From: default <defaultuser_at_domain.com>
Date: Thu, 28 May 1998 11:14:23 -0400
Message-ID: <356D7F4F.B8EE21F0@domain.com>

    CK:

        use NET8 shared sockets feature. set parameter USE_SHARED_SOCKET to TRUE

    under WINNT registry. Config listener listen on 1521, and Firewall let sqlnet

   packages flow through port 1521, that would be ok, assum there is only one Firewall between

   server and clients.
   Drawback: if listener dies, all connections lost, since listener controll all connections and

   all connections use the same port to talk to server. It is better to use Sqlnet proxy on

   the firewall side if the vendor support.

   Johnny

Christian Klocke wrote:

> Hallo,
> An oracle 8 Server is accessed through a firewall. Where do I
> configure the
> ports which are used for the communincation on the server side?
> The port to listen can be configured in listener.ora e.g. 1521 but
> where can
> configure or know about the ports which are use by Oracle8 to
> communicate.
>
> thanks
>
> Chris Klocke
Received on Thu May 28 1998 - 10:14:23 CDT

Original text of this message

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