I can't connect oradirect with Oracle 11g

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Gerardo Ibarra
Posts: 1
Joined: Fri 30 Jan 2009 18:49

I can't connect oradirect with Oracle 11g

Post by Gerardo Ibarra » Fri 30 Jan 2009 19:01

I have i router with firewall, i try open ports but not working, the listeners running on server in ports 1521 and 1522.

My version dotConnect is 4.75.39 on visual studio 2008

I need connect my software without client 11g (not in LAN) , but server not responding and show me a message: Time out, server not responding

Help me

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 02 Feb 2009 11:07

Try increasing the OracleConnection.Timeout property (for the Direct mode only).

1521 and 1522 are the ports where Oracle listens the requests. Then the connection is established on any port chosen by server at random. This behaviour can be changed in the settings of MTS Coordinator. Please refer to the according documentation.

Post Reply