| Sign In/My Account | View Cart |
| Article: |
ADO.NET Connection Pooling Explained | |
| Subject: | Oracle - how to validate connections | |
| Date: | 2004-02-24 15:16:40 | |
| From: | akeh | |
|
ODP.NET has recently introduced a new connection string attribute validate connection that should be set to true in order to validate connections coming out of the pool. By default, this property is set to false. This saves having to write any custom code to check for invalid connections coming out of hte pool. The attribute is available beginning with ODP.NET 9.2.0.4.
|
||
Showing messages 1 through 4 of 4.
"Validate Connection=true;" to the connection string. Also tried other variants with similar results.
I have a .Net - Oracle connection problem. Can you help?
I have developed a E-business web application in Visual Studio.NET1.0 with ASP.NET, C# and Oracle9i as the database. The application is hosted on a windows Terminal Server with 2 GB RAM and 80 GB HDD resource.
There is a lot of inactive sessions. The connections don't seem to be released from the pool whether I call dispose(), close(), or both, and this keeps building-up as users connect to the portal. We have used .NET 1.1 frame work with service pack 1 on the server. Can someone provide me with a solution recommendation asap?
Thanks in anticipation?