Anthony Tuininga

Results 351 comments of Anthony Tuininga

@danizen, I did make an attempt at simply wrapping cx_Oracle in asyncio coroutines -- but the performance of the result was poor (and that's being generous). As such I don't...

Not yet, no. Its definitely on the list, though! And I'd still like to see it done this year, yet, if at all possible.

I discussed this internally and it looks like there is another solution that you might be able to use -- depending on what verson of CMAN you are using. If...

You can use thick mode, of course, by calling `oracledb.init_oracle_client()` before making any connection to the database; otherwise, you'll have to wait for us to correct the code and add...

@cjbj is the one that prioritizes, so I'll see what he has to say. I appreciate the difficulty you're in, though, so will see what I am able to do!

Yes, cx_Oracle is the same as python-oracledb thick mode -- so not surprising that works! Are you able to work with cx_Oracle? If so, you should be able to use...

@sme-eprince, I have just pushed code that adds support for this configuration -- at least the configuration that I had available to me! Can you try your configuration and let...

If you are unable to provide us with any information to help you resolve the issue, how do you expect us to help you?!? The [documentation](https://python-oracledb.readthedocs.io/en/latest/user_guide/sql_execution.html#querying-corrupt-data) surrounding querying corrupt data...

Can you run the following query? ```sql SELECT value AS db_charset FROM nls_database_parameters WHERE parameter = 'NLS_CHARACTERSET'; ``` Can you also do the following in a command line? ``` set...