Scripts for installing Oracle Instant Client on MacOS using traditional folder structure
This has been tested on MacOS Catalina v10.15.7 The script is made to work with Oracle Instant Client 9.8 but an effort has been made so it can (and will probably) be easily modified to work with other versions.
./download_oic.sh
sudo ./install_oic.sh
If you preffer to download and setup the install files yourself, follow this procedure:
Please download the following Oracle Instant Client Packages from: Oracle InstantClient for macOS (Intel x86)
Only Basic Package is required, others are optional:
-
Basic Package: https://download.oracle.com/otn_software/mac/instantclient/198000/instantclient-basic-macos.x64-19.8.0.0.0dbru.dmg
After download:
-
Create the following folders on the repository root (the same folder where the install script is located),
- BASIC
- SQLPLUS
- SDK
- TOOLS
-
Mount the DMG files on your Mac and copy the files into the corresponding folders.
Run the following scripts in the specified order.
./prepare_lib.sh
./prepare_bin.sh
sudo ./install_oic.sh