I'm using .Net 2.0 & Oracle 9.2.6.0
When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact"
The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This results in an orphan connection on the DB side which remains until it's removed manually or automatically (can take a long time)
On a side note, when the connection is removed from ASP.NET pool the pool goes below the min size allowed.
Anyone come across this??
When loading testing my ASP.NET application I will eventually get the foloowing error. "ORA-03135 Connection lost contact"
The application will then drop this connection on the .NET servers but the connection(process) will remain on the DB servers. This results in an orphan connection on the DB side which remains until it's removed manually or automatically (can take a long time)
On a side note, when the connection is removed from ASP.NET pool the pool goes below the min size allowed.
Anyone come across this??