library · inferred from evidence
node-oracledb
A Node.js library for Oracle Database connectivity.
- ORA-01000: maximum open cursors exceeded with node-oracledb connection pool
ORA-01000 with a connection pool almost always means sessions or cursors arent being released: either youre not releasing connections back to the pool, or your pool is too small for Node's throughput so statement cache size times pool size