File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -785,6 +785,8 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
785
785
[ Oracle Technology Network] [ 25 ] . If your Node.js architecture is
786
786
32-bit, then use the [ 32-bit Instant Client] [ 26 ] instead.
787
787
788
+ Windows 7 users: Note that Oracle 19.3 is not supported on Windows 7.
789
+
788
790
- Unzip the ZIP file into a directory that is accessible to your
789
791
application. For example unzip
790
792
` instantclient-basic-windows.x64-19.3.0.0.0dbru.zip ` to
@@ -1511,6 +1513,10 @@ If creating a connection fails:
1511
1513
- If you got * DPI-1047: Cannot locate an Oracle Client library* ,
1512
1514
then review any messages and the installation instructions.
1513
1515
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
+
1514
1520
- Does your Node.js architecture (32-bit or 64-bit) match the Oracle
1515
1521
client library architecture? Run ` node -p 'process.arch' ` and
1516
1522
compare with, for example, ` dumpbin /headers oci.dll ` (on Windows),
You can’t perform that action at this time.
0 commit comments