jwhoami

Results 2 comments of jwhoami

> @Makeroot911 make sure you have ORACLE_HOME and LD_LIBRARY_PATH configured. > > ```shell > # OCI8 Instantclient > export ORACLE_HOME=/usr/local/oracle > export LD_LIBRARY_PATH=/usr/local/oracle > export OCI_LIB_DIR=/usr/local/oracle > export OCI_INC_DIR=/usr/local/oracle/sdk/include >...

Thanks for the prompt reply.