Anthony Tuininga
Anthony Tuininga
@WolfEYc, the first issue I can take a look at. The second issue, however, is very vague. I am able to make use of an async connection pool without hanging...
This issue is intended as an announcement. Please log any new issues separately instead of commenting here. Thank you!
Can you supply the full traceback, please? Thank you!
What I was looking for was the Python traceback you received when you get the ValueError exception. I have not seen this error before. Although it is likely a misconfiguration...
What version of python-oracledb are you using? It looks like the server is dropping the connection on you based on the error: ConnectionResetError: [Errno 104] Connection reset by peer. If...
Interesting! It might be useful to provide the output when setting the environment variable `PYO_DEBUG_PACKETS` to any value before running your script in both places. In the one case it...
Thanks. Can you try using the `disable_oob` parameter when connecting to see if that resolves the issue for you? If it doesn't, can you e-mail me the complete packet output?
You can find my e-mail address on [PyPI](https://pypi.org/project/oracledb/). You can hide the info if you would like, but that may also hide what is needed to diagnose the issue --...
Any progress on this based on the reply to the e-mail you sent?
Yes, that is what @cjbj meant. I took a quick peek at this. It seems that if you use LoadLibraryA(), even with a simple search name, that the underlying code...