This project contains a single test that demonstrates an alleged cursor leak when using the Vert.x reactive Oracle drivers with Orace 18.4 (in testcontainers). The test, in a loop, initializes a pool, ...
Currently in a process of migration from python2.7 to python3.6 and cx_Oracle 7.3.0. To fetch data from database I have to use cursor.callfunc method, which return type is cx_Oracle.CURSOR, and ...