File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7637,13 +7637,15 @@ the Oracle Client and Oracle Database communicate.
7637
7637
### <a name="oracleclientloading"></a> 14.1 Locating the Oracle Client Libraries
7638
7638
7639
7639
Node-oracledb dynamically loads the Oracle Client libraries using a search
7640
- heuristic. Only the first set of libraries found are loaded. The libraries can
7641
- be in an installation of Oracle Instant Client, in a full Oracle Client
7642
- installation, or in an Oracle Database installation (if Node.js is running on
7643
- the same machine as the database). The versions of Oracle Client and Oracle
7644
- Database do not have to be the same. For certified configurations see Oracle
7645
- Support's [Doc ID 207303.1][187] and see the [node-installation
7646
- instructions][2].
7640
+ heuristic. If appropriate libraries cannot be found, node-oracledb will return
7641
+ an error like "Error: DPI-1047: Cannot locate a 64-bit Oracle Client library".
7642
+
7643
+ Only the first set of libraries found are loaded. The libraries can be in an
7644
+ installation of Oracle Instant Client, in a full Oracle Client installation, or
7645
+ in an Oracle Database installation (if Node.js is running on the same machine as
7646
+ the database). The versions of Oracle Client and Oracle Database do not have to
7647
+ be the same. For certified configurations see Oracle Support's [Doc ID
7648
+ 207303.1][187] and see the [node-installation instructions][2].
7647
7649
7648
7650
Node-oracledb looks for the Oracle Client libraries as follows:
7649
7651
You can’t perform that action at this time.
0 commit comments