Skip to content

Commit 44fb45d

Browse files
committed
Explicitly mention Windows 7 and 19c
1 parent 20434be commit 44fb45d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

INSTALL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
785785
[Oracle Technology Network][25]. If your Node.js architecture is
786786
32-bit, then use the [32-bit Instant Client][26] instead.
787787

788+
Windows 7 users: Note that Oracle 19.3 is not supported on Windows 7.
789+
788790
- Unzip the ZIP file into a directory that is accessible to your
789791
application. For example unzip
790792
` instantclient-basic-windows.x64-19.3.0.0.0dbru.zip` to
@@ -1511,6 +1513,10 @@ If creating a connection fails:
15111513
- If you got *DPI-1047: Cannot locate an Oracle Client library*,
15121514
then review any messages and the installation instructions.
15131515

1516+
- If you got *DPI-1072*, then review the installation requirements.
1517+
Node-oracledb needs Oracle client libraries 11.2 or later. Note that 19c is
1518+
not supported on Windows 7.
1519+
15141520
- Does your Node.js architecture (32-bit or 64-bit) match the Oracle
15151521
client library architecture? Run `node -p 'process.arch'` and
15161522
compare with, for example, `dumpbin /headers oci.dll` (on Windows),

0 commit comments

Comments
 (0)