Anthony Tuininga

Results 351 comments of Anthony Tuininga

This is a known limitation and one that is intended to be removed in the future. See the [appendix](https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html#id1) in the documentation which provides this information. So I have changed...

@petronny, I have just pushed changes to support binding/fetching data of type DB_TYPE_OBJECT in thin mode. Please give it a whirl and let me know if you run into any...

That looks like some unexpected output from the server is occurring. Can you set the environment variable `PYO_DEBUG_PACKETS` to any value, rerun your script and put the output here? That...

If you can indicate what the configuration of the listener was before you fixed it, that would also be helpful, as then we can try to reproduce the problem ourselves....

You can e-mail me directly at [email protected] (or [email protected]). Both of these e-mail addresses are noted in the Python package information. Thanks! In the listener.ora configuration above, what was incorrect?...

Ok. I'll see if I can reproduce here, but the traces would be very helpful if you are able to provide them. Thanks!

Ok. I am able to reproduce here using the contents of the listener.ora you posted. The thick driver gives the following output, for reference: ``` Traceback (most recent call last):...

I've pushed a patch for this issue. Thanks for your help in resolving it!

If we adjust the code so that it returns an empty string instead of raising an exception, would you consider that preferable? I don't find the thick driver error to...

I've added error DPY-2030 to address this situation for both thin and thick. If you want to create a new enhancement request for supporting slices with LOBs, please go ahead;...