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

node.js driver to connect with an oracle database.

Results 100 node-oracle issues
Sort by recently updated
recently updated
newest added

This fixes both https://github.com/joeferner/node-oracle/issues/213 and https://github.com/joeferner/node-oracle/issues/98 for me.

Windows 7 x64 x64 Instant Client 12.1.0.1.0 Base and SDK (also tried 12.1.0.2.0 ) 64bit node Visual Studio Express 2010 with SP1 Python 2.7 Followed INSTALL.md, set environment variables: OCI_INCLUDE_DIR=C:\oracle-instant-client\instantclient_12_1\sdk\include...

Hi Guys, I am able open the connection and able to execute the sql fine but when I am trying to execute the procedure, its just returning very generic message....

Is there something I'm missing or are named parameters in a query currently not supported? Ideally I'd love for execute() to accept a query with named params (:parName) and an...

I have installed the node-oracle module and have connected to an oracle database successfully. But, I have a problem when I execute a select query. My code is below (the...

It would be great to have connection pooling built into the node-oracle module along with proper cleanup of resources. What I mean is, something like this (very rough): ``` oracle.connectWithPool(connectData,...

I have this simple code that I am using to practice with node and js. But I keep on getting an error that the connection is not defined. How do...

I have this installed --Windows x64 ultimate --node 0.10.22 --Visual studio 2012 express --oracle db 11g R2 I installed oracle, this is the error file. As I think everything is...

hi, My need is to have decimal values like it are in the database without any alteration due to the approximation. For example : In a database number field, I...

I've tried inserting an empty_blob `INSERT INTO files (content) VALUES (empty_blob())` and I got the following error: ``` libc++abi.dylib: terminating with uncaught exception of type oracle::occi::SQLException: ORA-32109: invalid column or...