Top "Node-oracledb" questions

This tag addresses the Node.

libclntsh.so.12.1 : cannot open shared object file error when running sample of node-oracledb

My goal is to connect to a oracle database on a VMWare guest machine (OpenSuse) from Ubuntu. For now I …

node.js oracle node-oracledb
Connecting to a remote Oracle DB with Nodejs through Oracledb Driver

Hey I'm really trying to figure out how to connect to a remote Oracle test DB and I have no …

node.js oracle node-oracledb tnsnames
How to execute "Stored Procedure" Query in node-oracledb if we are not aware of stored procedure bind parameters?

All the examples in documentation were given with bind variables.But what if, we are going to execute the query(…

node.js oracle stored-procedures node-oracledb
Node.js and Oracle DB: Insert statement doesn't work

I have a problem according to SQL query. My insert query returns answer that tuple is inserted successfully but actually …

node.js oracle sql-insert node-oracledb
"npm ERR! errno 3221225477" Error in Node when making a query using oracledb

This is the error itself in the command line: npm ERR! code ELIFECYCLE npm ERR! errno 3221225477 npm ERR! [email protected] start: `…

javascript node.js express npm node-oracledb
'oracledb' Oracle Client Library errors ( Error: NJS-045 and other errors)

I have installed the oracledb library to my project folder by using the command 'npm i oracledb --s' it has …

node.js npm-install require node-oracledb instantclient