Invalid connection seems to stop w3wp.exe from working

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
burnEF
Posts: 3
Joined: Wed 09 May 2012 09:27

Invalid connection seems to stop w3wp.exe from working

Post by burnEF » Thu 20 Sep 2012 14:13

Hi,

we have a problem with our Intranet Web Application ( ASP.Net 4.0, dotconnect 6.50.244, oracle client 10g, IIS7, Windows Server 2008).

It seems that when a connection gets invalid the w3wp process continues to try to work with that invalid connection. Which results in permanent errors:

Exception message: The underlying provider failed to open
and
Message: Server did not respond within the specified timeout interval

Only restarting the app pool helps in this case.

Is there a way to force the provider to open a new connection?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Invalid connection seems to stop w3wp.exe from working

Post by Pinturiccio » Tue 25 Sep 2012 11:55

Please try using 'Validate Connection=true;' OracleConnection connection string parameter.

Post Reply