Skip to content

Commit 2b60cd7

Browse files
committed
Note that OCI_INC_DIR and OCI_LIB_DIR values should be absolute paths
1 parent fc6219a commit 2b60cd7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

INSTALL.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient
236236
export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include
237237
```
238238

239-
These variables are only needed during installation.
239+
Use absolute paths for the variable values. These variables are only
240+
needed during installation.
240241

241242
If Instant Client is in the default location
242243
`/opt/oracle/instantclient` and you have no other Oracle software
@@ -341,7 +342,8 @@ export OCI_LIB_DIR=$ORACLE_HOME/lib
341342
export OCI_INC_DIR=$ORACLE_HOME/rdbms/public
342343
```
343344
344-
These variables are only needed during installation.
345+
Use absolute paths for the variable values. These variables are only
346+
needed during installation.
345347
346348
If you are behind a firewall you may need to set your proxy, for
347349
example:
@@ -494,7 +496,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient
494496
export OCI_INC_DIR=/opt/oracle/instantclient/sdk/include
495497
```
496498
497-
These variables are only needed during installation.
499+
Use absolute paths for the variable values. These variables are only
500+
needed during installation.
498501
499502
If Instant Client is the default location `/opt/oracle/instantclient`
500503
then these variables are not actually required.
@@ -619,7 +622,6 @@ Studio' which has environment variables already configured.
619622
620623
Tell the installer where to locate the Oracle client libraries and
621624
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.
623625
Do *not* add them to `PATH`.
624626
625627
For Instant Client use:
@@ -629,6 +631,9 @@ set OCI_LIB_DIR=C:\oracle\instantclient\sdk\lib\msvc
629631
set OCI_INC_DIR=C:\oracle\instantclient\sdk\include
630632
```
631633
634+
Use absolute paths for the variable values. These variables are only
635+
needed during installation.
636+
632637
If you are installing with a local database or the full Oracle client,
633638
then locate the Oracle directory and set the node-oracle installer
634639
variables similar to:
@@ -767,7 +772,8 @@ export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
767772
export OCI_INC_DIR=/opt/oracle/instantclient_12_1/sdk/include
768773
```
769774
770-
These variables are only needed during installation.
775+
Use absolute paths for the variable values. These variables are only
776+
needed during installation.
771777
772778
If you are behind a firewall you may need to set your proxy, for
773779
example:
@@ -862,7 +868,9 @@ Tell the installer where to find Instant Client:
862868
export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
863869
export OCI_INC_DIR=/opt/oracle/instantclient_12_1/sdk/include
864870
```
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.
866874
867875
If you are behind a firewall you may need to set your proxy, for
868876
example:

0 commit comments

Comments
 (0)