product · inferred from evidence
ORA-01000
An Oracle database error code indicating maximum open cursors exceeded.
- 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