node-oracledb
node-oracledb copied to clipboard
Oracle Database driver for Node.js maintained by Oracle Corp.
1. What versions are you using? Oracle 19c Enterprise edition version 19.21.0.0.0 process.platform: linux process.version: v20.11.0 process.arch: x64 require('oracledb').versionString: 6.4.0 require('oracledb').oracleClientVersionString: undefined 3. Is it an error or a hang...
1. What versions are you using? database version: Oracle 19c Enterprise edition version 19.21.0.0.0 process.platform: 'linux' process.version: 'v20.11.0' process.arch: 'x64' require('oracledb').versionString: '6.4.0' require('oracledb').oracleClientVersionString: undefined 2. Is it an error or...
1. Describe your new request in detail Currently it is not possible to create a connection pool with privilege. Given individual connections accept this, it would be a nice to...
1. What versions are you using? [email protected] Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Oracle Instant Client 19_22 process:  platform: win32  node_version : 20.10.0  arch: x64 3. Is...
On this line https://github.com/oracle/node-oracledb/blob/afb9f696ca7dbdd72150ba5efdc94f3ebffb4133/lib/thin/sqlnet/ezConnectResolver.js#L223 the `for...in` loop is used which causes an error when `Array.prototype` is extended since it iterates over the added methods. Changing the `for...in` to `for...of` fixes...
node-oracledb v6.4.0 is now available. See the [release announcement](https://medium.com/@sharad-chandran/node-oracledb-6-4-offers-improved-lob-and-oson-support-9aab2ec2d899) and [release notes](https://node-oracledb.readthedocs.io/en/latest/release_notes.html) for details. This release contains improved OSON and LOB Support, introduces asynchronous iteration for SODA document cursors, and...
node-oracledb v6.5.0 is now available. See the [release announcement](https://medium.com/oracledevs/node-oracledb-6-5-now-supports-the-new-vector-search-capabilities-of-oracle-database-23ai-2a504d2fb279) and [release notes](https://node-oracledb.readthedocs.io/en/latest/release_notes.html) for details. This release contains support for the latest Oracle Database 23ai features (e.g., Vector and Implicit Connection...
1. What versions are you using? ``` "node-oracledb": "^1.0.2", "oracledb": "^6.3.0", "@nestjs/typeorm": "^10.0.2", ``` 2. Describe the problem > I'm encountering an issue with subscribing to Oracle table changes using...
1. Describe your new request in detail Hi, I have a multi tenant cloud service that will potentially use different machines to connect to a customer's Oracle Cloud Autonomous database....
1. Describe your new request in detail Is NNE support for the thin client coming in a later version of the `node-oracledb` lib? This will guide decisions on how to...