(一)引用的类库地址
https://github.com/oracle/node-oracledb
(二)oracle驱动配置配置
1)添加环境变量:
Add “OCI_INC_DIR” as the variable name.
Add “C:\Oracle\instantclient\sdk\include” as the variable value.
2)添加环境变量
Add “OCI_LIB_DIR” as the variable name.
Add “C:\Oracle\instantclient\sdk\lib\msvc” as the variable value.
3)参考资料Oracle官网连接资料: https://community.oracle.com/docs/DOC-931127
(三)安装Python运行环境
(四)安装VisualStudio 2013,目的是为了安装VC++的编译环境