Simple.Data.Oracle icon indicating copy to clipboard operation
Simple.Data.Oracle copied to clipboard

Ensures that the connection is closed.

Open icnovaro opened this issue 10 years ago • 2 comments

This ensures that the insert connection is closed because after a insert action to the Oracle Database is done, the current Connection is open in "Innactive" mode and when the pull reach the maximum the aplication throws the follow error:

Error : Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

icnovaro avatar Nov 26 '15 17:11 icnovaro

Hi there, Thank you for your pull request, it seems like a great bug fix. However, I am not maintaining this package anymore, last thing I heard was Simin at https://github.com/simonH/Simple.Data.Oracle doing the maintenance. From what I see over there, he has definitely been doing thungs with the project. I propose you base the change on top of his master such that more people can profit from it.

Regards

flq avatar Nov 26 '15 21:11 flq

Ok Frank, I'm gonna check. Thanks.

icnovaro avatar Nov 26 '15 23:11 icnovaro