Oracle GUI client on Linux with mysql support

2010-06-22 1 min read Fedora Linux

I was looking for some nice client for Oracle and mysql. I did find mysql-administrator and navicat to be useful but this is much better. <a href="http://sourceforge.net/projects/tora/" target="_blank">Tora is the client that I am talking about. Installation did not take much time for me..

downloaded the instant client from oracle.com and then the tora rpm from sourceforge.net. Also downloaded the tora-mysql from http://rpm.pbone.net/index.php3/stat/21/year/2002/month/01/day/28

Then tried to install all the rpms found the rpms that were missing and installed them using yum. Once this is done install the downloaded rpms with &#8221;–nodeps&#8221; option of rpm.Put the entries in bashrc

export ORACLE_HOME=/usr/lib/oracle/11.1/client/
export LD_LIBRARY_PATH=/usr/lib/oracle/11.1/client//lib:$LD_LIBRARY_PATH

When I tried to run the same, it gave me some errors about missing &#8221;.so&#8221; files. So went to /usr/lib directory. The files would be there but the names would not match so link the existing file with the name expected for tora and you are done. Here is the screenshot of TOra 2.0

<img class="size-medium wp-image-450" title="TOra" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/tora1-300x225.jpg" alt="TOra" width="300" height="225" />

Leave a comment if you are facing some issues with the installation.

comments powered by Disqus