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

- Include a link to the documentation section or the example Couldn’t find one... - Describe the confusion I just want to make Graph queries from a serverless function in...

enhancement

Hello Everyone, During September's Office Hours meeting, we thought of creating a Slack channel to enable node-oracledb users to share ideas, ask questions, grow the community and promote healthy discussions....

announcement

It is almost impossible to wait for 15,000 rows with the SDO_GEOMETRY data type. fetchArraySize does not affect the process of fetching object data. However, using the same code to...

enhancement

I have a proposal to make the installation and runtime of node-oracledb simpler. Basically most of the issues have to do with OCI installation and all those env vars that...

enhancement

I currently testing using the `queryStream`-Method to handle large data from our Database. Because you set every row on the *data-Event* of the stream this is extremely slow and unusable....

enhancement

Is there a way to create scrollable cursors like in: https://github.com/oracle/python-cx_Oracle/blob/master/samples/ScrollableCursors.py If not, is it planned? It would be great to have this

enhancement

Following JS error is thrown when i execute the following query using node oracle db. JSERROR: **Error: NJS-010: unsupported data type 2015 in column 2** QUERY: `select "USED", "MEASUREONLY_CUMTIME", "STATS2",...

enhancement

It'd be really helpful if this module supported logging. In particular, it would be helpful if it accepted any log4j style compliant logger. There are a couple libraries that help...

enhancement

I have some procedures in .sql files, I'm reading these files and executing them through execute() method, these scripts are basically ( CREATE OR REPLACE PROCEDURE). The problem is: Even...

enhancement

This is an enhancement request to provide a general debug/trace possibility inside the node-oracledb driver. What I'm in particular interested in is a tracing possibility to see which statements with...

enhancement