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:
1933
1933
messages, the installation instructions, and see [ Initializing
1934
1934
Node-oracledb] [ 17 ] .
1935
1935
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
+
1936
1942
- If you got * DPI-1072: the Oracle Client library version is unsupported* , then
1937
1943
review the installation requirements. Node-oracledb needs Oracle client
1938
1944
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