Oracle Client Installation in UBUNTU
Install SQL*Plus
- Download .rpm package here
-
- oracle-instantclient*-basic-*.rpm
- oracle-instantclient*-devel-*.rpm
- oracle-instantclient*-sqlplus-*.rpm
- Install alien (
sudo apt-get install alien
)
- 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
- 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
)
- Type Sqlplus in Terminal
Connecting To Oracle Server
No comments:
Post a Comment