Closed
Description
Hey I noticed that in my oracledb installation, the ExecuteMany() function is not available.
Is there any way to install the files (maybe Typescript?) needed to use the method/function manually? OracleDB is already installed, and I can connect to my DB's, I'm just not sure why the ExecuteMany() function wouldn't be installed?
Answer the following questions:
-
What is your Node.js version: v8.11.3 64-bit
-
What is your node-oracledb version: 3.1.2
-
What OS (and version) is Node.js executing on: win32
-
What is your Oracle client (e.g. Instant Client) version: use 11.2.0.4.0? 64-bit installed on the C drive.
-
What is your Oracle Database version: 11.2.0.4.0
-
What is the
PATH
environment variable (on Windows) orLD_LIBRARY_PATH
(on Linux) set to? On macOS, what is in~/lib
? Not sure