Simple.Data.Oracle
Simple.Data.Oracle copied to clipboard
Ensures that the connection is closed.
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.
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
Ok Frank, I'm gonna check. Thanks.