Background
In one of the previous posts we say how to install and run sql plus and Oracle instant client on Ubuntu operating system -
In this post we will see the same for a Mac.This post expects you have homebrew installed. If not please refer -
Install Oracle instant client and sqlplus using Homebrew
For this you need to download following two files -
- instantclient-basic-macos.x64-12.1.0.2.0.zip
- instantclient-sqlplus-macos.x64-12.1.0.2.0.zip
Once download copy these files into following folder-
- ~/Library/Caches/Homebrew
Once done run following commands -
- brew tap InstantClientTap/instantclient
- brew install instantclient-basic
- brew install instantclient-sqlplus
This should install sqlplus for you.