Search code examples
asp.netoracle-databaseiis-7iis-expressoracle12c

Connection Request Timed out issue again come after increase Max Pool Size in ASP.NET ORACLE


I have running online application.Minimum 100 user daily login my application.Daily 2 are 3 times come connection request timed out issue.then restart IIS solve this problem.

I increased Max Pool Size=9999.Min Pool Size =1;But no use increase Max Pool Size.after connection open ,properly dispose all connection in my code

Any other reason for come connection request timed out issue?


Solution

  • Try calling OracleConnection.ClearAllPools() when your done with a connection and see if it solves your problem.