Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : the specified procedure could not be found [Windows XP 32bit] #72

Closed
Sikurity opened this issue Aug 18, 2013 · 5 comments
Closed

Comments

@Sikurity
Copy link

I install node-oracle Normally using npm and make it addon by using node-gyp@0.10.9

but.. I can't use it with below error

※ "var oracle = require('oracle')" makes below error!

module.js:356 module._extensions extension (this, filename)
Error : the specified procedure could not be found
${myNodeProjectPath}\node_modules\oracle\build\Release\oracle_bindings.node
at Module.load(module.js:356:32)
at Function.Module.load(module.js:312:12)
at Module.require(module.js:364:17)
at require(module.js:380:17)
at Object.(${myNodeProjectPath}\node_modules\oracle\lib\oracle.js:2:16)
at Module.compile(modle.js:456:26)
at Object.Module._exrensions..js(module.js:474:10)
at Module.load(module.js:356:32)
at Function.Module._load(module.js:312:12)
at Module.require(module.js:364:17)

OS : Windows XP 32bit
Node : 0.10.9, 0.10.10, 0.10.15(All of versions I tried)
Node-gyp : 0.10.9
Oracle : 12_1
VisualStudio : VS2010
OCI_INCLUDE_DIR=C:\instantclient_12_1\sdk\include
OCI_LIB_DIR=C:\instantclient_12_1\sdk\lib\msvc\vc10
OCI_VERSION=12
Path=...;c:\instantclient_12_1\vc10;c:\instantclient_12_1

Is there anyone knows about this error?

@gistic-guob
Copy link

Hi Sikurity, It appears that I just encountered the EXACTLY the same problem under the very similar environment with the exception of Node (perhaps Node-gyp as well) version at 0.10.10. Could you share how you fixed the issue?

@gistic-guob
Copy link

It turned out to be that I had other oracle paths "E:\oracle\product\11.2.0\client_2;E:\oracle\product\11.2.0\client_2\bin" in front of the "c:\instantclient_12_1\vc10;c:\instantclient_12_1" pair. It worked once the order is reversed!

@Sikurity
Copy link
Author

Oh.... Thank you for your HELP!!

@topherfangio
Copy link

This just helped me as well! After I installed Oracle Express, it altered my path and messed up my original changes described in the INSTALL.md.

Thanks for point me in the right direction!

@thaihoc
Copy link

thaihoc commented Mar 4, 2015

I have a same problem. My error:

Error: The specified procedure could not be found.
D:\www\motcua.tiengiang\public\socket.io\oracle\build\Release\oracle_bindings.node
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (D:\www\motcua.tiengiang\public\socket.io\node_modules
\oracle\lib\oracle.js:2:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

OS: Window Server 2008 SP1 32 bit
Node: 0.10.29
Node-gyp : 1.0.2
Oracle : 12_1
VisualStudio : VS2010 Express
OCI_INCLUDE_DIR=C:\instantclient_12_1\sdk\include
OCI_LIB_DIR=C:\instantclient_12_1\sdk\lib\msvc\vc10
OCI_VERSION=12
Path=...;c:\instantclient_12_1\vc10;c:\instantclient_12_1

Is there anyone knows about this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants