Re: Timeout when trying to reach an oracle database through a firewall...

From: Turkbear <john.g_at_dot.spamfree.com>
Date: Fri, 19 Mar 2004 10:17:05 -0600
Message-ID: <pv5m501sm6m9el6r9965m278793dqjk006_at_4ax.com>


jbodrug_at_europ-assistance.com (Jonathan Bodrug) wrote:

>Hello,
>
>Here is the config:
>
>- 1 web server inside a dmz, oracle client installed
>- 1 oracle server on the lan
>
>What is working:
>If i put the webserver on the lan, i can reach the oracle server with
>the net8 assistant correctly.
>
>What is not working:
>If the webserver is in the dmz i received a timeout (tns-12535
>error)and the connexion test is unsuccessful...
>
>What i tried:
>- only 1521 open => does not work
>- all ports open between the 2 machines => does not work
>
>Is there a common solution to this problem ? It seems that lots of
>people have the same when i search through the forums but i found no
>answers...

What version of Oracle; The solution is dependent on that in many cases:

The concept is that the Listener ( usually on 1521) redirects communication to an unspecified port for all further communication with the client, so it is not known in advance what port(s) to open ( besides, opening ports defeats the purpose of a firewall)

[Quoted] Look into Oracle's Connection Manager or look at a parameter of ( I believe) Listener.ora called USE_SHARED_SOCKETS Received on Fri Mar 19 2004 - 17:17:05 CET

Original text of this message