Error 65 in NET access

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jonh

Error 65 in NET access

Post by Jonh » Mon 22 Aug 2005 14:58

Hi. I have a remote machine that access my server via internet. I have a standard Oracle client on it, and works fine (with 1521 port). I am trying to use ODAC NET option, and in this machine it give NET error 65 - using another machine as a test here in the lab works fine. I tried to disable the XP firewall, but still get the same error - any idea?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 23 Aug 2005 06:31

"Net Network error" is a type of errors that come from Winsocket functions.
65 error means that host is unreachable.

John2

About NET error 65

Post by John2 » Tue 23 Aug 2005 12:49

I found that the remote client uses a kind of NAT/proxy to connect to the internet, and it have a particular configuration - I´m almost sure that it´s a problem with that configuration, and I in contact with local support to look at this. I´ll report anything new - thanks.

Post Reply