Skip to content

Instantly share code, notes, and snippets.

View robnagtegaal's full-sized avatar

Rob Nagtegaal robnagtegaal

View GitHub Profile
@robnagtegaal
robnagtegaal / install_sqlplus.md
Created December 27, 2018 14:10 — forked from tcnksm/install_sqlplus.md
How to install oracle client to Ubuntu 12.04

Install SQL*Plus

  1. Download .rpm package here
    • oracle-instantclinet*-basic-*.rpm
    • oracle-instantclinet*-devel-*.rpm
    • oracle-instantclinet*-sqlplus-*.rpm
  2. Install alien (sudo apt-get install alien)
  3. Convert the rpm files and install
    • sudo alien -i oracle-instantclinet*-basic-*.rpm
  • sudo alien -i oracle-instantclinet*-devel-*.rpm