Skip to content

Instantly share code, notes, and snippets.

@gaborgsomogyi
Last active March 9, 2020 10:04
Show Gist options
  • Save gaborgsomogyi/400248ff6e878037c2fb8f6c12988cf2 to your computer and use it in GitHub Desktop.
Save gaborgsomogyi/400248ff6e878037c2fb8f6c12988cf2 to your computer and use it in GitHub Desktop.
  1. Download .rpm package here
    • curl -O https://download.oracle.com/otn_software/linux/instantclient/193000/oracle-instantclient19.3-basic-19.3.0.0.0-1.x86_64.rpm
    • curl -O https://download.oracle.com/otn_software/linux/instantclient/193000/oracle-instantclient19.3-devel-19.3.0.0.0-1.x86_64.rpm
    • curl -O https://download.oracle.com/otn_software/linux/instantclient/193000/oracle-instantclient19.3-sqlplus-19.3.0.0.0-1.x86_64.rpm
  2. apt-get -y install alien libaio1
  3. Convert the rpm files and install them
    • alien -i oracle-instantclient*-basic-*.rpm
    • alien -i oracle-instantclient*-devel-*.rpm
    • alien -i oracle-instantclient*-sqlplus-*.rpm
  4. ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment