Skip to content

Commit a7d7ae1

Browse files
committed
Add DPI-1047 text for SEO
1 parent 2d7e8c3 commit a7d7ae1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

doc/api.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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

76397639
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].
76477649

76487650
Node-oracledb looks for the Oracle Client libraries as follows:
76497651

0 commit comments

Comments
 (0)