Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 442 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
"The specified procedure could not be found."

user8820809
Member Posts: 6
I'm getting the following trying to run an app using oracledb.
C:\src\stash\calculations-viewer>node server/index.js C:\src\stash\calculations-viewer\node_modules\oracledb\lib\oracledb.js:28 throw err; ^ Error: The specified procedure could not be found. \\?\C:\src\stash\calculations-viewer\node_modules\oracledb\build\Release\oracledb.node at Error (native) at Object.Module._extensions..node (module.js:450:18) at Module.load (module.js:356:32) at Function.Module._load (module.js:313:12) at Module.require (module.js:366:17) at require (module.js:385:17) at Object.<anonymous> (C:\src\stash\calculations-viewer\node_modules\oracledb\lib\oracledb.js:23:15) at Module._compile (module.js:425:26) at Object.Module._extensions..js (module.js:432:10) at Module.load (module.js:356:32)
"oracledb.node" exists in the location mentioned in the error message. The module builds fine, and the paths to OCI includes and libs also seem fine.
Here are my paths, I've triple-checked they exist.
OCI_INC_DIR=C:\oracle\instantclient_12_1\sdk\include OCI_LIB_DIR=C:\oracle\instantclient_12_1\sdk\lib\msvc
I must be missing something, but I just can't see what.
Any ideas?
Thanks
Glenn
Best Answer
-
Oh dear. I cleaned my PATH last week and must have inadvertently removed the oci.dll from it.
[bangs head on desk]
Answers
-
Oh dear. I cleaned my PATH last week and must have inadvertently removed the oci.dll from it.
[bangs head on desk]
-
Having PATH set would help...
Don't forget OCI_INC_DIR and OCI_LIB_DIR are only needed during installation.
-
I am having a similar issue. Can you elaborate on oci.dll ?