Socket error 10022

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
greg123
Posts: 1
Joined: Wed 02 May 2012 07:33

Socket error 10022

Post by greg123 » Wed 02 May 2012 07:58

Hi,

We use Delphi XE2 Update 4 and ODAC 8.1.6 in Windows XP. When I connect the database, show exception with the message:

---------------------------
Error
---------------------------
NET: Network error (Socket error 10022)
<Host = localhost:1521> .
---------------------------
OK
---------------------------

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Socket error 10022

Post by AlexP » Wed 02 May 2012 09:48

Hello,

This error means that either wrong IP-address (port) is specified or a firewall, that forbids access to this IP:PORT, is used. Please make sure that these parameters are specified correctly nad also try to connect with the disabled FireWall

Post Reply