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
Post a Comment