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.
76377637### <a name="oracleclientloading"></a> 14.1 Locating the Oracle Client Libraries
76387638
76397639Node-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].
76477649
76487650Node-oracledb looks for the Oracle Client libraries as follows:
76497651
You can’t perform that action at this time.
0 commit comments