WineHQ
Category: Main Productivity Database PL/SQL Developer

PL/SQL Developer

PL/SQL Developer is an Integrated Development Environment that is specifically targeted at the development of stored program units for Oracle Databases.

Application Details:

Developer: Allround Automations
URL: http://www.allroundautomations...

Super Maintainers: About Maintainership

No maintainers. Volunteer today!

For more details and user comments, view the versions of this application

VersionDescriptionLatest RatingLatest Wine version testedTest resultsComments
10.0.1.1694Silver1.410
10.0.5.1710Platinum1.9.510
12.0.3.1821PL/SQL Developer 12.0Gold2.11-staging10
15.0.3.2059Current. Version 15.0.3Gold8.010
6.0.xVersion 6.0Garbage0.9.2.10
7.0.xVersion 7.0.2Gold1.0-rc440
7.1.xVersion up to 7.1.5Bronze1.1.1650
8.0.xPL/SQL Developer is an Integrated Development Environment that is specifically targeted at the development of stored program units for Oracle Databases.Platinum1.3.2520
9.0.xNew features:Platinum1.3.3020
PL/SQL Developer HOWTO
To successfully run PL/SQL Developer on wine you need to follow this steps:
0. Review associated bugs and limitations of chosen version and vote for them;
1. Install the latest possible wine version. Please note, in versions 1.3.22 and 1.3.23 there is regression, so do not use them;
2. Download Oracle Instant Client 32bit windows, version 11.1.0.7.0. Higher versions currently hang on use.
3. Unzip it in your drive c oracle directory, presumably .wine/drive_c/oracle;
4. Copy there tnsnames.ora and sqlnet.ora , where your database connection strings are described;
5. Install PL/SQL Developer as usual;
6. When running PL/SQL Developer you need to pass some environment variables to show where Oracle client lives and some language variables:
env LC_ALL=bg_BG.UTF-8 ORACLE_HOME="C:\ORACLE" NLS_LANG="BULGARIAN_BULGARIA.CL8MSWIN1251" TNS_ADMIN="C:\ORACLE" wine "C:\Program Files\PLSQL Developer\PLSQLDev.exe"
This is the commandline string I use for Bulgarian locale and you should change it for your case.
Back