Did you really need to copy the Oracle Instant Client .ddl files into "./node_modules/oracledb/lib/"? "oracledb.initOracleClient( {libDir: './instantclient_dir'} );" seems to point to the unzipped files for Oracle Instant Client. Also, have you looked at EZCONNECT vs TNS? e.g. "\\localhost:1521\DEVDB"
please reply. do i need to install oracle database and oracle instant client and do i also need to update path environments variables.
Did you really need to copy the Oracle Instant Client .ddl files into "./node_modules/oracledb/lib/"?
"oracledb.initOracleClient( {libDir: './instantclient_dir'} );" seems to point to the unzipped files for Oracle Instant Client.
Also, have you looked at EZCONNECT vs TNS? e.g. "\\localhost:1521\DEVDB"
meaning? can you enlighten us more