- 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.rpmcurl -O https://download.oracle.com/otn_software/linux/instantclient/193000/oracle-instantclient19.3-devel-19.3.0.0.0-1.x86_64.rpmcurl -O https://download.oracle.com/otn_software/linux/instantclient/193000/oracle-instantclient19.3-sqlplus-19.3.0.0.0-1.x86_64.rpm
apt-get -y install alien libaio1- Convert the rpm files and install them
alien -i oracle-instantclient*-basic-*.rpmalien -i oracle-instantclient*-devel-*.rpmalien -i oracle-instantclient*-sqlplus-*.rpm
ldconfig
Last active
March 9, 2020 10:04
-
-
Save gaborgsomogyi/400248ff6e878037c2fb8f6c12988cf2 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment