Jan
7
Written by:
Bert
Wednesday, January 07, 2009 7:48 AM
I’ve got
Toad Freeware installed and running on my
Ubuntu 8.10 Linux machine – and so far, not a single problem has yet occurred (knock on wood).
Here are the basic steps that I had to perform in order to “Make it so” (as Star Trek Next Generation’s Captain Piccard would say):
- Install Ubuntu with Wine – make sure that the Wine version is latest and greatest
- Install WineTricks to improve Wine reliability ( http://wiki.winehq.org/winetricks )
- wget http://www.kegel.com/wine/winetricks
-
sh winetricks corefonts vcrun6
- Install Toad for Oracle freeware (http://www.toadsoft.com/lic_agree.html )
- Download both freeware files: toad_free.zip and freeware_update.zip
- Unzip toadfree.zip file into a temporary directory (e.g. /home/user/temp)
- Open a Linux command window and cd to that temporary directory
- Wine toad freeware install.exe (remember to use \ before spaces)
- Unzip freeware_update.zip file into /home/user/.wine/c_drive/Program Files/Quest Software/Toad for Oracle FREEWARE
- Install Oracle 10g (not 11g) Client 32-bit for Windows
- Download Oracle 10g 32-bit client file: 10201_cleint_win32.zip
- unzip 10201_cleint_win32.zip file into a temporary directory
- open a command window and cd to that temporary directory
- cd again into the client directory and wine setup.exe
- Make sure to set Oracle Installer’s Oracle Home directory to a Wine subdirectory such as /home/user/.wine/c_drive/oracle/product/10g/client
- Optional Step: copy and/or create a tnsnames.ora file in that directory
- Run Toad via the Linux Application Main Menu -> Wine -> Programs -> Quest Software -> Toad for Oracle Freeware
2 comment(s) so far...
Re: Run Toad Freeware on Linux!
Hello Bert,
What specific reason(s) is (are) there to not use the 11g client?
Thanks.
-Elio
By ElioMartinho on
Friday, January 09, 2009 6:08 AM
|
Re: Run Toad Freeware on Linux!
The freeware code base was created long before 11g and does not work with it. This is planned to be fixed sometime this year as part of the Toad 10 dev cycle - we'll update the freeware code base.
By bscalzo on
Monday, January 12, 2009 5:35 AM
|