Closed robingie closed 1 year ago
I too have been having the same issue when running this. I have experienced black-screen as well as blue-screen because of the growing memory size.
What's the progress on this?
@lime-n Please upgrade cx_Oracle to the new version, now called python-oracledb, see the release announcement and run your test case. If this issue still persists, please provide us a runnable test case with the complete platform details as shown in the initial comment of this bug.
Hi @sharadraju,
I have been using python-oracledb and this issue will regardlessly persist. When I have some time, I'll upload a reproducible example.
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.
OracleDB version Oracle 11.2.1
Commands
Is it an error or a hang or a crash? Hang because the system can run out of memory.
What error(s) or behavior you are seeing? The Python application grows in memory size after a while. Each time a new cursor is created and the cursor.rowfactory is used, the memory requirement increases.
Include a runnable Python script that shows the problem.