@@ -236,7 +236,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient
236
236
export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include
237
237
```
238
238
239
- These variables are only needed during installation.
239
+ Use absolute paths for the variable values. These variables are only
240
+ needed during installation.
240
241
241
242
If Instant Client is in the default location
242
243
` /opt/oracle/instantclient ` and you have no other Oracle software
@@ -341,7 +342,8 @@ export OCI_LIB_DIR=$ORACLE_HOME/lib
341
342
export OCI_INC_DIR=$ORACLE_HOME/rdbms/public
342
343
```
343
344
344
- These variables are only needed during installation.
345
+ Use absolute paths for the variable values. These variables are only
346
+ needed during installation.
345
347
346
348
If you are behind a firewall you may need to set your proxy, for
347
349
example:
@@ -494,7 +496,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient
494
496
export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include
495
497
```
496
498
497
- These variables are only needed during installation.
499
+ Use absolute paths for the variable values. These variables are only
500
+ needed during installation.
498
501
499
502
If Instant Client is the default location `/opt/oracle/instantclient`
500
503
then these variables are not actually required.
@@ -619,7 +622,6 @@ Studio' which has environment variables already configured.
619
622
620
623
Tell the installer where to locate the Oracle client libraries and
621
624
header files by setting the `OCI_LIB_DIR` and `OCI_INC_DIR` variables.
622
- These variables are only needed during installation, not at run time.
623
625
Do *not* add them to `PATH`.
624
626
625
627
For Instant Client use:
@@ -629,6 +631,9 @@ set OCI_LIB_DIR=C:\oracle\instantclient\sdk\lib\msvc
629
631
set OCI_INC_DIR=C:\oracle\instantclient\sdk\include
630
632
```
631
633
634
+ Use absolute paths for the variable values. These variables are only
635
+ needed during installation.
636
+
632
637
If you are installing with a local database or the full Oracle client,
633
638
then locate the Oracle directory and set the node-oracle installer
634
639
variables similar to:
@@ -767,7 +772,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
767
772
export OCI_INC_DIR=/opt/oracle/instantclient_12_1/sdk/include
768
773
```
769
774
770
- These variables are only needed during installation.
775
+ Use absolute paths for the variable values. These variables are only
776
+ needed during installation.
771
777
772
778
If you are behind a firewall you may need to set your proxy, for
773
779
example:
@@ -862,7 +868,9 @@ Tell the installer where to find Instant Client:
862
868
export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
863
869
export OCI_INC_DIR=/opt/oracle/instantclient_12_1/sdk/include
864
870
```
865
- These variables are only needed during installation.
871
+
872
+ Use absolute paths for the variable values. These variables are only
873
+ needed during installation.
866
874
867
875
If you are behind a firewall you may need to set your proxy, for
868
876
example:
0 commit comments