- Download .rpm package here
- oracle-instantclinet*-basic-*.rpm
- oracle-instantclinet*-devel-*.rpm
- oracle-instantclinet*-sqlplus-*.rpm
 
- Install alien (sudo apt-get install alien)
- Convert the rpm files and install
- sudo alien -i oracle-instantclinet*-basic-*.rpm
- sudo alien -i oracle-instantclinet*-devel-*.rpm
- sudo alien -i oracle-instantclinet*-sqlplus-*.rpm
 
- Install libaio1
- Add oracle.conf (echo /usr/lib/oracle/12.1/client/lib > /etc/ld.so.conf.d/oracle.conf) and Reload .conf (sudo ldconfig)- 
- If libsqlplus.so: cannot open shared object file: No such file or directoryis displayed when execute sqlplus
 
- If 
 
- 
          Last active
          February 4, 2022 12:43 
        
      - 
      
- 
        Save tcnksm/7316877 to your computer and use it in GitHub Desktop. 
    How to install oracle client to Ubuntu 12.04
  
        
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
Sadly, the Instant Client does not have what I am looking for...
tnsping. I think you have to install the full client to get that specific tool.