Installing the Oracle Instant Client on Ubuntu/Debian based systems is awkward since Oracle is RPM centric regarding its Linux support.
What's the best way to easily install and configure the Instant Client on Ubuntu?
migrated from stackoverflow.com Mar 13 '13 at 18:14This question came from our site for professional and enthusiast programmers. |
|||||||||
|
Updated Per Feedback You can download a script from my oracle_instant_client_for_ubuntu Github repo which will convert Oracle rpms into Ubuntu compatible packages and then install them for you. It now supports multiple versions of the instant client. Feel free to log issues via Github. Currently, this project only supports 64-bit systems. |
|||||||||||||||||
|
It took me about two hours to install this instant client. Then I figured out that there is a great graphical client available for Oracle DB, which would suit my needs better then oracle instant client. In case you are interested, here is info on how to install it on Ubuntu: http://askubuntu.com/questions/458554/how-to-install-sql-developer-on-ubuntu-14-04 |
|||
|