Hi.
I am running Django on Jython with Oracle and I often get the famous
"Too many open cursors"
error.
It never happens with the same code with Python and the cx_Oracle driver.
Is there something wrong with the zxJDBC driver or perhaps there is a way to ask Django to close the cursors when I am done with the querysets?
Thanks,
Stephane