Skip to content

Instantly share code, notes, and snippets.

@jgoux
Forked from tcnksm/install_sqlplus.md
Created November 8, 2016 13:28
Show Gist options
  • Select an option

  • Save jgoux/9796006d0c063996420e3a282a446318 to your computer and use it in GitHub Desktop.

Select an option

Save jgoux/9796006d0c063996420e3a282a446318 to your computer and use it in GitHub Desktop.
How to install oracle client to Ubuntu 12.04

Install SQL*Plus

  1. Download .rpm package here
    • oracle-instantclinet*-basic-*.rpm
  2. Install alien(sudo apt-get install alien)
  3. Convert the rpm files and install
    • sudo alien -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment