25.1.2 (2025-08-17)
- PL/SQL Enterprise Workbench Eclipse Plugin:
- Requires Minimum Java 21.
- Eclipse 4.17.x (2024-06)
- PL/SQL Enterprise Workbench Maven Plugin:
- Requires Minimum Java 11.
- Requires Minimum Maven Version 3.6.x
- PL/SQL Enterprise Workbench SQL and PL/SQL Development:
- Minor improvements and fixes.
- PL/SQL Enterprise Workbench Connector Builder:
- Minor improvements and fixes.
25.1.1 (2025-05-22)
Minor update and fixes.
25.1.0 (2025-04-27)
Going in Production Release:
A license key is required to use the PL/SQL Enterprise Workbench and the PL/SQL Connector Builder.
- Sql-Worksheet
- Sql-Worksheet are completely remastered, refitted and optimized.
- Optimized for temporary SQL statements.
- Optimized transaction handling with non blocking other editors.
- Script-Editor
- Script-Editor are completely remastered, refitted and optimized.
- Optimized for persistent scripts in a well organized folder structure.
- Good failure handling and error information.
- Optimized transaction handling with non blocking other editors.
- PL/SQL-Editor
- PL/SQL-Editor completely remastered, refitted and optimized.
- Optimized for for well organized folder structure.
- Hyperlinks for fast navigation between PL/SQL packages, functions and procedures.
- Info, warning and error messages with additional plain information for the developer.
- All functions to compile, recompile and drop objects for full development Oracle DB operations.
- PL/SQL Connector Builder
- PL/SQL Connector Builder completely remastered, refitted and optimized.
- The configuration for each PL/SQL Connector Builder is stored in a file.
- A PL/SQL Connector Builder can be run from the Eclipse IDE or from a Maven build.
Public Beta Phase
2015-2015
- One Phase Generator
- Two phase generator refactored to full configurable single phase generators for different use cases (Spring-Remoting, RawJDBC, JavaRPC, JEE, Batch, RMI, ...).
- Second Layer generates Java 5 Spring-Remoting client layer for Eclipse RCP application.
- Limited supported of data types. Only scalar data types, PL/SQL-Tables and strong ref cursor supported with fixed data type mapping to Java types.
- Full support of all data types supported by the Oracle JDBC driver and Oracle JDBC extensions
- Scalar data types support.
- PL/SQL Tables.
- Nested Tables.
- Zoned date and timestamp data types.
- Subclassed user defined types.
- Support of different Java access strategies to Java transfer objects
- Public Attributes.
- Private attributes using getter- and setter-methods.
- Java-Records.
- Configurable Mapping from Oracle to Java data types
- Configurable Oracle numeric to Java numeric data types.
- Configurable Oracle date and timestamp to Java date and timestamp of old Date/Timestamp and Localdate(time)/ZonedDate(time) data types.
- Full automated test system.
- Full Oracle JDBC driver tests with all combinations of data types, of different Oracle JDBC driver versions to Oracle Databases Oracle 11g, Oracle 12c, Oracle 18c, Oracle 19c, Oracle 21c, Oracle 23c, Oracle 23ai and Oracle Autonomous Database.
Internal Version
2007-2014
- Two Phase Generator
- First phase generator generates Java 1.4 Oracle JDBC access code for server layer.
- Second Layer generates Java 5 Spring-Remoting client layer for Eclipse RCP application.
- Limited supported of data types. Only scalar data types, PL/SQL-Tables and strong ref cursor supported with fixed data type mapping to Java types.