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? Oracle Database 19.3 process.platform : win32 process.version: v20.10.0 process.arch x64 require('oracledb').versionString: 6.3.0 require('oracledb').oracleClientVersionString: 19.3.0.0.0 (in thick mode) 2. Is it an error or a...

bug

I receive this error `NJS-040: connection request timeout` while the server is running on production. Already check all closed issue regarding this error also read the documentation, but still facing...

question

Hello everyone, I have a problem when performing a very large SQL query, the error occurs intermittently, I saw that a problem last year was resolved, would it be the...

bug
patch available

1. What versions are you using? node-oracledb version 6.2.0 oracle 11.2 instantClient 19.21 3. Describe the problem when i use getObjectClass function creating dbObjects, one of it's nested objects can...

bug
patch available

1. What versions are you using? 6.3.0 2. Is it an error or a hang or a crash? Error 3. What error(s) or behavior you are seeing? ``` TypeError: Cannot...

bug

I'm going to talk about the solution to the problem of creating a connection pool when using nextjs. The page that creates the connection pool was imported from each page,...

question

1. Describe your new request in detail I'm looking for a way to pull a set of bytes from a `BLOB` for downloading/streaming a file out of the database. Currently...

enhancement

The popular npm module [sql-template-tag](https://www.npmjs.com/package/sql-template-tag#oracledb) supports oracledb in the latest version 5.2.0. So we can write code like this: ```js const query = sql`select * from emp where deptno =...

enhancement
patch available

Supposed, there is array bind like this : binds = ['Christopher', 'Hazel', 'Samuel']; For this bind example has 3 items in array. What is limit number of items in array?...

question

I have created the express server application which connect to oracle database in order to perform DB operations. That application works fine in dev environment and then I published it...

enhancement
question
patch available