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: Connecting to Oracle 9.2 trougth a firewall

Re: Connecting to Oracle 9.2 trougth a firewall

From: Dave Hau <davehau-no-spam-123_at_no-spam.netscape.net>
Date: Thu, 19 Jun 2003 14:52:33 GMT
Message-ID: <R6kIa.956$Vi7.216@newssvr16.news.prodigy.com>


Two more solutions:

  1. If you're running in dedicated server mode on Windows NT/2000, setting USE_SHARED_SOCKET to true in the registry will allow the OS to share the same listener port (e.g. 1521) among multiple processes.
  2. If you're running in MTS mode, you can specify a set of ports to use in the init.ora file:

mts_dispatchers="(address=(protocol=tcp)(host=hostname)(port=2450))(dispatch ers=1)
mts_dispatchers="(address=(protocol=tcp)(host=hostname)(port=3125))(dispatch ers=1)

This works for Unix and Windows.

Take a look at Metalink Note: 125021.1.

Cheers,
Dave

"TurkBear" <john.greco_at_dot.state.mn.us> wrote in message news:isg3fv81iu0phle5gnfe8f3sivpnbeb9f0_at_4ax.com...
> "\(= max =\)" <massimo.panero_at_ideainformatica.org> wrote:
>
> >I've installed Oracle Standard Edition 9.2 in a Server and I have to
connect
> >to it trougth a firewall (SonicWALL Soho2). I konw that Oracle redirect
the
> >port used when a client try to connect so I can't know the port number
used
> >after redirection.
> >I konw that in Oracle 8.1.6 is possible to resolve this problem modifing
a
> >registry key but in 9.x version is no longer supported.
> >Someone know the problem and can help me?
> >Thank you!
> >
> >(sorry for my english)
> >
> Look into Oracle's Connection manager ( placed in the DMZ ) or see if you
can switch to an Oracle-enabled firewall..
>
>
>
>
> ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet
News==----
> http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000
Newsgroups
> ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
>
Received on Thu Jun 19 2003 - 09:52:33 CDT

Original text of this message

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