@@ -640,7 +640,7 @@ Questions and issues can be posted as [GitHub Issues][10].
640
640
641
641
Review the generic [ prerequisites] ( #prerequisites ) .
642
642
643
- The pre-built binaries were built on macOS High Sierra, 10.13.3
643
+ The pre-built binaries were built on macOS High Sierra, 10.13.6
644
644
645
645
Oracle Instant Client libraries are required on macOS. There is no
646
646
native Oracle Database for macOS but one can easily be run in a Linux
@@ -822,7 +822,7 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
822
822
823
823
Alternatively move the unzipped Instant Client files to
824
824
` node_modules\oracledb\build\Release ` so the DLLs and other files
825
- are in the same directory as the ` node. oracledb` binary. If you do
825
+ are in the same directory as the ` oracledb.node ` binary. If you do
826
826
this, then ` PATH ` does not need to be set.
827
827
828
828
#### 3.6.5 Optionally create the default Oracle Client configuration directory
@@ -971,15 +971,17 @@ node example.js
971
971
972
972
Node-oracledb binaries can be copied between compatible Windows systems.
973
973
974
- After node-oracledb has been built on the source computer, copy the
975
- ` node_modules\oracledb ` directory to the destination computer's
976
- ` node_module ` directory.
974
+ After node-oracledb has been built or installed on the source
975
+ computer, copy the ` node_modules\oracledb ` directory to the
976
+ destination computer's ` node_module ` directory.
977
977
978
978
Both computers must have the same version and architecture (32-bit or
979
979
64-bit) of Node.js.
980
980
981
981
Oracle client libraries of the same architecture as Node.js should be
982
- in the destination computer's ` PATH ` . Note the Oracle client library
982
+ in the destination computer's ` PATH ` . They may alternatively be in
983
+ the directory ` node_modules\oracledb\build\Release ` where the
984
+ ` oracledb.node ` binary is located. Note the Oracle client library
983
985
versions do not have to be the same on different computers, but
984
986
node-oracledb behavior and features may then differ.
985
987
0 commit comments