@@ -334,7 +334,7 @@ sudo mkdir -p /usr/lib/oracle/12.2/client64/lib/network/admin
334
334
```
335
335
336
336
This is the default Oracle configuration directory for applications
337
- linked with this Instant Client.
337
+ using this Instant Client.
338
338
339
339
Alternatively, if you use Oracle client configuration files, they can
340
340
be put in another, accessible directory. Then set the environment
@@ -469,7 +469,7 @@ sudo mkdir -p /opt/oracle/instantclient_12_2/network/admin
469
469
```
470
470
471
471
This is the default Oracle configuration directory for applications
472
- linked with this Instant Client.
472
+ using this Instant Client.
473
473
474
474
Alternatively, if you use Oracle client configuration files, they can
475
475
be put in another, accessible directory. Then set the environment
@@ -702,7 +702,7 @@ sudo mkdir -p /opt/oracle/instantclient_12_2/network/admin
702
702
```
703
703
704
704
This is the default Oracle configuration directory for applications
705
- linked with this Instant Client.
705
+ using this Instant Client.
706
706
707
707
Alternatively, if you use Oracle client configuration files, they can
708
708
be put in another, accessible directory. Then set the environment
@@ -789,13 +789,19 @@ Download the free 64-bit Instant Client **Basic** ZIP file from
789
789
790
790
- Extract ` instantclient-basic-windows.x64-12.2.0.1.0.zip `
791
791
792
- - Add its directory to ` PATH ` . For example on Windows 7, update ` PATH `
793
- in Control Panel -> System -> Advanced System Settings -> Advanced ->
794
- Environment Variables -> System variables -> ` PATH ` and add your path,
795
- such as ` C:\oracle\instantclient_12_2 ` .
792
+ - Add its directory to ` PATH ` . For example on Windows 7, update
793
+ ` PATH ` in Control Panel -> System -> Advanced System Settings ->
794
+ Advanced -> Environment Variables -> System variables -> ` PATH ` and
795
+ add your path, such as ` C:\oracle\instantclient_12_2 ` .
796
796
797
- If you have multiple versions of Oracle libraries installed, make sure
798
- the desired version occurs first in the path before you run Node.js.
797
+ If you have multiple versions of Oracle libraries installed, make
798
+ sure the desired version occurs first in ` PATH ` before you run
799
+ Node.js.
800
+
801
+ Alternatively move the unzipped Instant Client files to
802
+ ` node_modules\oracledb\build\Release ` so the DLLs and other files
803
+ are in the same directory as the ` node.oracledb ` binary. If you do
804
+ this, then ` PATH ` does not need to be set.
799
805
800
806
#### 3.6.5 Optionally create the default Oracle Client configuration directory
801
807
@@ -806,11 +812,10 @@ If you intend to co-locate optional Oracle configuration files such as
806
812
this if needed.
807
813
808
814
This is the default Oracle configuration directory for applications
809
- linked with this Instant Client.
815
+ using this Instant Client.
810
816
811
- Alternatively, if you use Oracle client configuration files, they can
812
- be put in another, accessible directory. Then set the environment
813
- variable ` TNS_ADMIN ` to that directory name.
817
+ Alternatively, configuration files can be put in another directory.
818
+ Then set the environment variable ` TNS_ADMIN ` to that directory name.
814
819
815
820
#### <a name =" winredists " > </a > 3.6.6 Install the Visual Studio Redistributables
816
821
@@ -1068,7 +1073,7 @@ sudo mkdir -p /opt/oracle/instantclient_12_2/network/admin
1068
1073
```
1069
1074
1070
1075
This is the default Oracle configuration directory for applications
1071
- linked with this Instant Client.
1076
+ using this Instant Client.
1072
1077
1073
1078
Alternatively, if you use Oracle client configuration files, they can
1074
1079
be put in another, accessible directory. Then set the environment
@@ -1187,7 +1192,7 @@ mkdir -p /opt/oracle/instantclient_12_2/network/admin
1187
1192
```
1188
1193
1189
1194
This is the default Oracle configuration directory for applications
1190
- linked with this Instant Client.
1195
+ using this Instant Client.
1191
1196
1192
1197
Alternatively, if you use Oracle client configuration files, they can
1193
1198
be put in another, accessible directory. Then set the environment
0 commit comments