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

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

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

1. What versions are you using? We tried using 4.1.0,5.1.0 and 5.4.0 and all had the memory leak. platform linux version v18.1.0 arch x64 version string 5.4.0 oracleclient 19.8.0.0.0 oracle...

bug

I'm having this error {"errorNum":0,"offset":0} while performing an Update, it happen most times not at all , someone knows the meaning of this return ? Is it related to high...

question
inactive

I want to connect node.js to oracle db and I am getting this error: ``` Error: ORA-12170: TNS:Connect timeout occurred at async run (C:\nodejs\oracle\index.js:21:18) { errorNum: 12170, offset: 0 }...

question
inactive

hello, We are currently planning a project that requires direct connection to "OracleDB" from a node client. However, we encountered numerous problems in Addon and Node-gyp during pilot application development...

question

1. What versions are you using? Oracledb 5.4.0 Node.JS 16.16.0 Windows 7 x64 (localhost for now) 2. Is it an error or a hang or a crash? Error 3. What...

bug

When working with connection pools, just wanted to know if getConnection() is going to give the "same object"? Just to clarify the picture...lets assume an express app which uses oracledb...

question

Dear all, reading the documentation from connection.module setting it to undefined is allowed ![image](https://user-images.githubusercontent.com/70770935/177326725-e90adc34-f0e5-498c-bf6e-327606d31941.png) but when doing so, it results in a database error NJS-004: invalid value for property module...

question

1. What versions are you using? ```Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production``` and ```Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.4.0.0.0``` Nodejs data...

bug

Hi Team, I was using this node since 6 month on MacOS everything works expectedly but when i was setup same project on windows system I'm not able to run...

bug

Sequelize users: we have submitted a PR for an Oracle dialect: - https://github.com/sequelize/sequelize/pull/14638 - https://github.com/sequelize/website/pull/187 - https://github.com/sequelize/website/pull/210 Please check out the PR and comment etc in the Sequelize repo. Note...

announcement