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?
Try calling OracleConnection.ClearAllPools() when your done with a connection and see if it solves your problem.