Here are the steps:
- Download Toad for Oracle 11.6 Commercial (32-bit) – choose the special, smaller MSI version (please note that the much larger downloads built on top of the “Quest Installer” not tested)
google: download toad for oracle free
2. Download the Oracle 11.2.0.1.0 client zip file (Note that 10g clients are no longer available)
Поправка: з часу написання статті шлях змінився
актуальний шлях:
wget -c http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_client.zip
а взагалі в гуглі: "install" Oracle 11.2.0.1.0 client
або в гуглі: Oracle Database 11g Release 2 for Microsoft Windows (32-bit)
3. Unzip the Oracle 11.2.0.1.0 client download into your user’s home directory (e.g. ~/client)
- Run command: wine --version and verify that you have at least version 1.4 (latest stable)
- If you need to update wine – here are the steps for Ubuntu (see Wine HQ for different Linux)
- Run command: sudo add-apt-repository ppa:ubuntu-wine/ppa
- Run command: sudo apt-get update
- Run command: sudo apt-get install wine
- Recheck your wine version – repeat steps a to c above until you see wine 1.4
- Run command ./winetricks gdiplus mdac28 msxml6 vb6run vcrun6sp6 tahoma msls31 riched20 riched30 richtx32 comctl32 comctl32.ocx
використовую наступну інструкцію:
http://makandracards.com/makandra/1258-install-the-verdana-and-tahoma-fonts-under-ubuntu-linux
Tahoma:
wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB
cabextract -F 'tahoma*ttf' IELPKTH.CAB
mv -f tahoma*ttf /usr/share/fonts/truetype/msttcorefonts/
chmod 644 /usr/share/fonts/truetype/msttcorefonts/tahoma*
fc-cache -v
rm -f IELPKTH.CAB
- Run command: cd ~/client (or whatever directory you choseto unzip Oracle client to back in step #3)
- Run command: wine setup.exe (this will invoke the Oracle client installer program)
- Choose the third option: RUNTIME (754 MB) – see screen snapshot in Figure 2 below
- Select an Oracle home that you like and will remember – see screen snapshot in Figure 3 below
- Create a tnsnames.ora text file to point to your database(s) either manually or using Oracle netca
- Run command to copy your tnsnames.ora file to your Oracle client home selected in step 11 above: cp ~/tnsnames.ora ~/.wine/drive_c/oracle/product/10.2.0/client_1/NETWORK/ADMIN
- Run command: wine msiexec /i toad_for_oracle_11.6.msi (this runs the base Toad product installer)
- Run Toad either via desktop icon or menu Applications->wine->programs->Quest Software->Toad (Note – be patient first time Toad starts as it needs to copy some files from install to app directories)
Немає коментарів:
Дописати коментар