node-oracledb
node-oracledb copied to clipboard
Oracle Database driver for Node.js maintained by Oracle Corp.
When I execute `SELECT SESSIONTIMEZONE FROM dual` I get the following results: - SQLDeveloper: `Europe/Paris`. - oracledb driver: `+02:00` It looks like the driver sets the timezone to a fixed...
We discorvered a problem with Daylight saving time that should be fixed in the driver. ## The Problem To create a Test we we have this SQL-Query: ```SQL SELECT a.SOMMER,...
This is enhancement request to make the various SQL execution properties such as `autoCommit`, `maxRows`, or `outFormat` _attributes of a connection_ whether directly established or acquired from a pool, and...
I think it would be useful to a lot of people if (at some point) Oracle offered a VirtualBox pre-built VM with: - Oracle Linux - Oracle Database XE -...
Is prefetchRows applied for each out variable?
**1. What versions are you using?** > v5.4.0. (We were also seeing this in 4.3.0). **Give your database version.** > Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production **Also...
BUN is getting traction and is a fast alternative to node.js and deno. Sadly, when invoked with bun instead of node, any code using node-oracledb send an exception : NJS-069:...
node-oracledb v5.5.0 is available. Along with some fixes, this release supports authentication with OAuth2 tokens in Oracle Cloud. See the [release announcement](https://cjones-oracle.medium.com/node-oracledb-5-5-for-oracle-db-supports-oauth2-token-authentication-15e30737ad81) and [CHANGELOG](https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md).
1. What versions are you using? 5.4.0 2. Describe the problem Could we have an official example to make oracle work in aws lambda? Right now I having some issues...
https://docs.oracle.com/en/database/oracle/oracle-database/18/drdas/error-code.html#GUID-3DB3995E-5FF8-4650-9216-A5B5C41CE2D7 