Closed sinys15 closed 3 years ago
Please give us a testcase!
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not been updated for a month.
Give your database version.
Oracle 19.3
Also run Python and show the output of: platform.platform: Linux-5.8.0-50-generic-x86_64-with-glibc2.32 sys.maxsize > 2**32: True) platform.python_version: 3.8.6
cx_Oracle.version: 8.1.0 cx_Oracle.clientversion: (19, 6, 0, 0, 0)
I work with AQ and CLOBs inside the application. When I add "pooled" to connection string I can get cx_Oracle.DatabaseError: DPI-1062: unexpected OCI return value 1041 in function dpiObject_setAttributeValue
Is it any way to understand the reason and avoid this error?
Is it solved in version 8.2?