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: Help with 12535 connection error

Re: Help with 12535 connection error

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Fri, 22 Nov 2002 21:17:11 +0100
Message-ID: <su3ttustt79i27np00amvr73ep5dekktov@4ax.com>


On 22 Nov 2002 11:31:47 -0800, chris.burge_at_corvaira.net (Chris) wrote:

>I'm trying to connect to an oracle database that is behind a firewall
>from an outside box. In trying to connect through SQL Plus, I get a
>timeout issue of 12535. In looking at the trace logs, I see that I
>first try to connect to the external IP, 72.XX.XX.XXX, it appears to
>handshake fine but then I'm redirected to an internal IP,
>10.XX.XX.XXX, upon which I get a failed socket connection error with
>errors 12535, 12560, 505, and 60.
>
>In looking at the server's listener.ora file, the address list uses a
>DNS name for the host with a protocol of TCP. This DNS name is mapped
>to the internal address. Is it safe to assume that the use of the DNS
>name in the listener is causing my 12535 error? If so, is it safe to
>replace the name in the listener.ora with the IP address?
>
>Thanks,
>Chris

Which IP address? The external or the internal? Anyway, one day you are going to regret using hardcoded IP-addresses, unless you want to be permanently troubleshooring. You shouldn't use hardcoded IP addresses, because the IP address that is being used by your client should always match the IP-address the server is using to establish communication back.
Apparently your firm has implemented Network Address Translation. Network Address Translation can be dealt with by running Net8 Connection manager on the server, and modfiying the tnsnames.ora. The Net8 doco will tell you all about it.

Regards

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Fri Nov 22 2002 - 14:17:11 CST

Original text of this message

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