Installing node-oracledb

Following the instruction on https://github.com/oracle/node-oracledb/blob/master/INSTALL.md export OCI_LIB_DIR=/opt/oracle/instantclient export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include After these two commands, run an extra command: export ORACLE_HOME=/opt/oracle/ Otherwise, ORA-12154 would be given.

Comments

Popular posts from this blog

CEF Python