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

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...

enhancement

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,...

enhancement

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...

enhancement

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 -...

install & configuration

Is prefetchRows applied for each out variable?

enhancement

**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...

bug

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:...

enhancement

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).

announcement

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...

help wanted
question

https://docs.oracle.com/en/database/oracle/oracle-database/18/drdas/error-code.html#GUID-3DB3995E-5FF8-4650-9216-A5B5C41CE2D7 ![image](https://user-images.githubusercontent.com/52112750/187653244-0e574420-0b7a-4325-a650-bd98c9e93e52.png)

enhancement