Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active April 10, 2020 06:09
Show Gist options
  • Save koobitor/3a08860de529550621e1286f07f60720 to your computer and use it in GitHub Desktop.
Save koobitor/3a08860de529550621e1286f07f60720 to your computer and use it in GitHub Desktop.

Oracle Instant Client MacOS

cd ~/
mkdir lib
unzip instantclient-basic-macos.x64-19.3.0.0.0dbru.zip
cd instantclient_19_3
mv * ~/lib/

Export Path .zshrc

export PATH="/home/koobitor/lib:$PATH"

Fix MacOS Catalina

xattr -p com.apple.quarantine libclntsh.dylib
xattr -w com.apple.quarantine "[tag]" *.dylib

Timezone

process.env.ORA_SDTZ = 'GMT';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment