install the necessary tools
- VS2012 (express edition also, I chose this)
- python2.7 (add to path)
- nodejs
- Oracle11g
add the oracle driver to the system environment path:
OCI_LIB_DIR = C: \ Oracle \ product \ 11.2.0 \ dbhome_1 \ OCI \ Lib \ MSVC OCI_INC_DIR = C: \ Oracle \ product \ 11.2.0 \ dbhome_1 \ OCI \ include
npm install oracledb
Then you can connect oracle with nodejs.
My OS is Win8 64bit.
Source: github node -oracledb
source share