- Get the Oracle instant client for MacOSX
- Go to the download site - http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html
- Download "instantclient-basic-macos.x64-12.2.0.1.0.zip"
- Download "instantclient-sqlplus-macos.x64-12.2.0.1.0.zip"
- Download "instantclient-sdk-macos.x64-12.2.0.1.0.zip"
- Unarchive downloaded zip files into the same directory
- ex:
$HOME/Downloads/instantclient_12_2
- Create
install.sh
, copy the content below into that file, runchmod +x install.sh
and execute it assudo
.