Download SQLPlus and install it from here: https://www.oracle.com/database/technologies/instant-client/downloads.html
sqlplus user@localhost:1521
Install on macOS with Brew:
$ brew tap InstantClientTap/instantclient
$ brew install instantclient-basic
$ brew install instantclient-sqlplus