Skip to content

Commit 75659ef

Browse files
committed
Use final error message text for DPI-1072
1 parent 0d0afe6 commit 75659ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ 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.
788+
Windows 7 users: Note that Oracle 19 is not supported on Windows 7.
789789

790790
- Unzip the ZIP file into a directory that is accessible to your
791791
application. For example unzip
@@ -1513,9 +1513,9 @@ If creating a connection fails:
15131513
- If you got *DPI-1047: Cannot locate an Oracle Client library*,
15141514
then review any messages and the installation instructions.
15151515

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.
1516+
- If you got *DPI-1072: the Oracle Client library version is unsupported*, then
1517+
review the installation requirements. Node-oracledb needs Oracle client
1518+
libraries 11.2 or later. Note that version 19 is not supported on Windows 7.
15191519

15201520
- Does your Node.js architecture (32-bit or 64-bit) match the Oracle
15211521
client library architecture? Run `node -p 'process.arch'` and

0 commit comments

Comments
 (0)