node-oracledb icon indicating copy to clipboard operation
node-oracledb copied to clipboard

Oracle Database driver for Node.js maintained by Oracle Corp.

Results 123 node-oracledb issues
Sort by recently updated
recently updated
newest added

1. What versions are you using? 6.0.3 Give your database version. Oracle Cloud ATP 21c process.platform: 'win32' process.version: 'v18.12.1' process.arch: 'x64' require('oracledb').versionString: '6.0.3' require('oracledb').oracleClientVersionString: Uncaught: Error: NJS-089: getting the Oracle...

enhancement
workaround available

``` Signed-off-by: Lukáš Budínský alias lukins-cz ```

OCA Required

Are there any plans for support for bfile types?

enhancement

Hello, File thin/pool.js has procedure ``` //--------------------------------------------------------------------------- // scanIdleConnection() // // scan connection list and removes idle connections from pool //--------------------------------------------------------------------------- _scanIdleConnection() { while ((this._usedConnectionList.size + this._freeConnectionList.length) > this._poolMin &&...

bug
patch available

node-oracledb v6.3.0 is now available. See the [release announcement](https://medium.com/@sharad-chandran/node-oracledb-6-3-5adffd33d82f) and [release notes](https://node-oracledb.readthedocs.io/en/latest/release_notes.html) for details. This release contains support for Oracle Database Success with Info warnings, enhanced XMLType data fetching capabilities...

announcement

1. Describe your new request in detail TS/JS, like other programming languages, introduced a syntax for automated resource release (`using`). Ex.: ```ts await using pool = await oracledb.createPool({...}); await using...

enhancement

Hello I am using oracledb 6.2.0. Your library is a very helpful and powerful tool. But there is a limitation. Associative arrays in javascript are more similar to objects. They...

enhancement

Hello. There is a simple change which allow to pass build-in bigint type to parameters in thin node. This allows you to pass large integers without conversion to string in...

oca-verified

Hello All, the node-oracledb 6.0.0 release is out! This version of node-oracledb is now a ‘Thin’ mode driver by default. The Thin mode is implemented purely in JavaScript and connects...

announcement

node-oracledb v6.1.0 is available. See the [release announcement](https://medium.com/@sharad-chandran/node-oracledb-6-1-for-oracle-db-brings-in-enhanced-advanced-queuing-support-and-more-afa4f373b107) and [CHANGELOG](https://node-oracledb.readthedocs.io/en/latest/release_notes.html) for details. This release contains AQ enhancements, new attributes and bug fixes for the previous 6.0.x releases, including the patches...

announcement