oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.25k stars 1.07k forks source link

NJS-007 invalid value for "poolMax" in parameter 1 #1451

Closed yi-xiaobai closed 2 years ago

yi-xiaobai commented 2 years ago

await oracledb.createPool({ poolMax: 10,

        poolMin: 1,

        poolTimeout: CONFIG.ORACLE_POOL_TIME_OUT

    })
cjbj commented 2 years ago

Please answer the template questions https://raw.githubusercontent.com/oracle/node-oracledb/main/.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md

Please give a complete program.