Friday, December 19, 2014

Oracle Client Installation in UBUNTU

Install SQL*Plus

  1. Download .rpm package here
  2.  
    • oracle-instantclient*-basic-*.rpm
    • oracle-instantclient*-devel-*.rpm
    • oracle-instantclient*-sqlplus-*.rpm
  3. Install alien (sudo apt-get install alien)
  4. Convert the rpm files and install
    • sudo alien -i oracle-instantclient*-basic-*.rpm
    • sudo alien -i oracle-instantclient*-devel-*.rpm
    • sudo alien -i oracle-instantclient*-sqlplus-*.rpm
  5. Install libaio1
  6. Add oracle.conf (echo /usr/lib/oracle/12.1/client/lib > /etc/ld.so.conf.d/oracle.conf) and Reload .conf (sudo ldconfig)
  7. Type Sqlplus in Terminal

Connecting To Oracle Server

 


 

No comments:

Post a Comment