-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can not run after include oracledb #788
Comments
Hoe do you know install worked? Where is 'oracle.node'? Do you have the VS Redistributable mentioned on the Instant Client download page? |
Thanks @cjbj
Where is 'oracle.node'?
Do you have the VS Redistributable mentioned on the Instant Client download page?
|
You know when 'npm install oracledb' gives an error, and you don't have a node_modules/oracledb/build/Release/oracledb.node binary created. You say
but your error shows
What is the "\?\". Assuming you do have oracledb.node in the right place, then check standard things: make sure you have the same architecture (32-bit or 64-bit) Oracle client libraries as your architecture of Node.js. Make sure they are first in PATH. Triple check you have the correct redistributable for your version of Instant Client (the INSTALL lists them. Maybe read the proposed troubleshooting guide on the dev-2.0 branch. |
thanks again @cjbj let me check something following above question |
I am getting the same issue for couple of days. Before that every thing was working fine. I am working on windows 7 x64 machine One thing that I am sure is that the oracledb install works fine the issue is with the environment setup. @cjbj just an update both of the team members where using eclipse and recently installed visual studio code. Don't know whether it's relevant. Double checked the PATH and other environment variables no issues there |
@cyrilgeorgemv this issue was opened by someone else (unless you are the same team), so I don't have the details about your environement. You may want to check the latest comments in #18, but be warned the v2 release is still under development. |
@cjbj Thanks will check it out. When the issue is resolved will comment back with the root cause. :) |
@cyrilgeorgemv What version of Oracle client do you use? If you use node-oracledb compiled for Oracle 12c with Oracle 11g client, you'll get "The specified procedure could not be found". When node-oracledb is compiled for Oracle 12c, |
@cyrilgeorgemv If you use Oracle 12.2 client on Windows Vista or Windows Server 2008, you'll get same error because Oracle 12.2 client uses |
@chalu-tantiw @cyrilgeorgemv If all else fails, you could be an early adopter and try the development version |
I got below error when npm install oracledb, and I have try vcredist_x64 2017 and vcredist_x64 2010 but not working, anyone can help this? thank you. c:\users\9909105.node-gyp\8.9.2\include\node\v8.h(4034): fatal error C1003: error count exceeds 100; stopping compilat ion [D:\loopbackapi\sctacommon\node_modules\oracledb\build\oracledb.vcxproj] |
@zacliu your problem is not related to the topic of this 'issue'. Also try 'npm install oracledb@dev' |
Closing due to lack of feedback. |
I tried to start node server after add oracledb
System:
OS : windows 10
Node: 7.7.3
oracledb: 1.13.1
after install following this step
--- set OCI_LIB_DIR=C:\oracle\instantclient\sdk\lib\msvc
--- set OCI_INC_DIR=C:\oracle\instantclient\sdk\include
also include
--- set Path=C:\oracle\instantclient\
then after start server it shown:
Error: The specified procedure could not be found.
#105 #320 #382 #673 but It does not work
Any suggestion for solve this issue?
Thank you in advance.
The text was updated successfully, but these errors were encountered: