File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -231,19 +231,18 @@ the root user.
231
231
232
232
### 3.3 Install the add-on
233
233
234
-
235
234
Tell the installer where to find Instant Client:
236
235
237
236
```
238
- export OCI_LIB_DIR=/opt/oracle/instantclient_12_1
239
- export OCI_INC_DIR=/opt/oracle/instantclient_12_1 /sdk/include
237
+ export OCI_LIB_DIR=/opt/oracle/instantclient
238
+ export OCI_INC_DIR=/opt/oracle/instantclient /sdk/include
240
239
```
241
240
242
241
These variables are only needed during installation.
243
242
244
243
If Instant Client is in ` /opt/oracle/instantclient ` and you have no
245
244
other Oracle software installed, then these variables are not
246
- required. See
245
+ actually required. See
247
246
[ Oracle Client Location Heuristic on Linux] ( #linuxinstsearchpath ) .
248
247
249
248
If you are behind a firewall you may need to set your proxy, for
You can’t perform that action at this time.
0 commit comments