File tree Expand file tree Collapse file tree 2 files changed +164
-130
lines changed Expand file tree Collapse file tree 2 files changed +164
-130
lines changed Original file line number Diff line number Diff line change @@ -1933,6 +1933,12 @@ If creating a connection fails:
19331933 messages, the installation instructions, and see [ Initializing
19341934 Node-oracledb] [ 17 ] .
19351935
1936+ Note that on Linux, calling [ ` initOracleClient() ` ] ( #odbinitoracleclient ) is
1937+ not sufficient for setting the Oracle Client library path. Those libraries
1938+ still need to be in the operating system search path, such as from running
1939+ ` ldconfig ` or set in the environment variable ` LD_LIBRARY_PATH ` before your
1940+ Node.js process starts.
1941+
19361942- If you got * DPI-1072: the Oracle Client library version is unsupported* , then
19371943 review the installation requirements. Node-oracledb needs Oracle client
19381944 libraries 11.2 or later. Note that version 19 is not supported on Windows 7.
You can’t perform that action at this time.
0 commit comments