Skip to content

Instantly share code, notes, and snippets.

View jimzucker's full-sized avatar
🎯
Focusing

Jim Zucker jimzucker

🎯
Focusing
View GitHub Profile
@mmasashi
mmasashi / README.md
Last active May 1, 2021 10:38
Install Oracle instant client (sqlplus) v12.1 on MacOSX

Install Oracle instant client (sqlplus) on MacOSX

  1. Get Oracle instant client for MacOSX
  1. Unarchive downloaded zip files into a same directory
  • ex: $HOME/Downloads/instantclient_12_1
  1. Create install.sh and copy the following code and past it on that file.