Closed zhcheng1 closed 1 year ago
found a dup https://github.com/oracle/python-cx_Oracle/issues/348. closing this issue
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.
1-2 What versions are you using?
Describe the problem I have written a python script to get XML data. The XML data is saved as varchar2 in the database. The error I encountered is about the string buffer. However because the XML data is saved as varchar so it can't exceed the limit. The code is throwing the error at fetchmany. Error:
Include a runnable Python script that shows the problem. part of the script that contains the major logic