Skip to content

Instantly share code, notes, and snippets.

@Terkea
Last active September 26, 2020 16:58
Show Gist options
  • Save Terkea/b7b7d617cd68c0dfca4065d168ee10be to your computer and use it in GitHub Desktop.
Save Terkea/b7b7d617cd68c0dfca4065d168ee10be to your computer and use it in GitHub Desktop.
install oracle instant client on ubuntu
First of all you gotta navigate to their website and download the basic, sqlplus and sdk versions.
https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html
-rwxrwxrwx 1 terkea terkea 75462547 Apr 7 14:06 instantclient-basic-linux.x64-19.6.0.0.0dbru.zip
-rwxrwxrwx 1 terkea terkea 932514 Apr 7 14:06 instantclient-sdk-linux.x64-19.6.0.0.0dbru.zip
-rwxrwxrwx 1 terkea terkea 910905 Apr 7 14:06 instantclient-sqlplus-linux.x64-19.6.0.0.0dbru.zip
Once you got them downloaded unzip everything, that should create a new folder called instantclient_version, navigate into it and go with
export LD_LIBRARY_PATH=$(pwd)
check export to see if it was exported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment