Error ORA-01804-Connecting the Oracle DB using NodeJs

159 Views Asked by At

I was tring to connect the oracle using NodeJs , Getting an Error while trying to retrieve text for error ORA-01804at OracleDb.createPool

Action Taken: (Added in env variable)

  • Added ORACLE_HOME = C:\instantclient
  • Added LD_LIBRARY_PATH = C:\instantclient\sdk\lib

for my project need a instant client 18 or 19 version so that i have added in env

still no use , kindly help me out

Expected result :

Connected successfully , able to access oracle DB

0

There are 0 best solutions below