1, in Ubuntu installed Win7 virtual machine, in the use of plsql to develop the time found very slow very card, often half a day response. Machine is not bad, 1w5 of thinkstation, really can't stand this
Speed, thinking in Ubuntu under the Wine+plsql, before the network does not pass, what offline version of the installed, network through the case, spend not too much time
You can get the wine+plsql done. Wine's official website: http://www.winehq.org/
2. Install Wine:
sudo add-apt-repository Ppa:ubuntu-wine/ppa
sudo apt-get UPDATE
sudo apt-get install wine
Smooth way:
$ wine–version
wine-1.6.1
To view the version, the installation was successful.
3, directly Win7 under the installed Plsql directory d:/plsql-developer Copy to my Ubuntu system directory
Under the/home/panda/pragrafile;
4. Copy the file Tnsnames.ora from the Oracle client previously used in Win7:/home/sf/pragrafile.
5, to the Oracle official website Download instant Client Basic packge, I am under the instantclient-basic-nt-12.1.0.1.0.zip. After decompression:
/home/sf/pragrafile/instantclient_12_1
6, CD to Plsql directory under the/home/panda/pragrafile/plsql-developer/
$ Wine Plsqldev.exe
7, in the open plsql:toos-preferences->connection
Oracle Home=/home/sf/pragrafile/instantclient_12_1
OCI Library=/home/sf/pragrafile/instantclient_12_1/oci.dll
8. Configure the environment variables to run Plsql:
$wine regedit
HKEY_CURRENT_USER->environment under increase
Set Plsql to find the environment variable for Tnsnames.ora:
Tns_admin=/home/sf/pragrafile
To set the language of Oracle, add environment variables:
Nls_lang = Simplified Chinese_china. Zhs16gbk
9, open again plsql will be in the database in the Oracledata option to enter the user name password can login.
Ubuntu Installation Wine+plsql