Skip to content

Commit e3d5129

Browse files
committed
Update macOS section and use 19.3 Instant Client
1 parent 44fb45d commit e3d5129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,22 +664,22 @@ and unzip it, for example:
664664

665665
```
666666
mkdir -p /opt/oracle
667-
unzip instantclient-basic-macos.x64-18.1.0.0.0.zip
667+
unzip instantclient-basic-macos.x64-19.3.0.0.0dbru.zip
668668
```
669669

670670
Create a symbolic link for the 'client shared library' in the user
671671
default library path such as in `~/lib` or `/usr/local/lib`. For example:
672672

673673
```
674674
mkdir ~/lib
675-
ln -s instantclient_18_1/libclntsh.dylib ~/lib/
675+
ln -s instantclient_19_3/libclntsh.dylib ~/lib/
676676
```
677677

678678
Alternatively, copy the required OCI libraries, for example:
679679

680680
```
681681
mkdir ~/lib
682-
cp instantclient_18_1/{libclntsh.dylib.18.1,libclntshcore.dylib.18.1,libons.dylib,libnnz18.dylib,libociei.dylib} ~/lib/
682+
cp instantclient_19_3/{libclntsh.dylib.19.1,libclntshcore.dylib.19.1,libnnz19.dylib,libociei.dylib} ~/lib/
683683
```
684684

685685
For Instant Client 11.2, the OCI libraries must be copied. For example:

0 commit comments

Comments
 (0)