

The Diagram Window allows you to create a graphical representation of a selection of objects. This makes it very easy to run your own frequently used custom reports. These custom reports can be saved in a report file, which can in turn be included in the reports menu. There are a number of standard reports, and you can easily create your own custom reports. To run reports against your application data or against the Oracle dictionary, you can use PL/SQL Developer's built-in Report functionality. Now you can develop your scripts without the "edit script / save it / switch to SQL*Plus / run script" cycle, and without leaving the comfortable PL/SQL Developer IDE. This window has the same look and feel as SQL*Plus, and additionally has a built-in script editor with corresponding syntax highlighting. To develop and execute SQL scripts you can use PL/SQL Developer's Command Window. The SQL editor provides the same powerful features as the PL/SQL Editor. You can easily recall previously executed SQL statements from a history buffer. The result grid supports a Query By Example mode to search specific records in a result set. The SQL Window allows you to enter any SQL statement or multiple statements and view or edit the results in a grid.
#PL SQL DEVELOPER HISTORY BUFFER CODE#
This feature will increase your coding productivity and will improve the readability of your PL/SQL code if you are working in large project teams. Your code can automatically be beautified when you compile, save, or open a file. The PL/SQL Beautifier allows you to format your SQL and PL/SQL code through a user-defined set of rules. You can debug any program unit without making any modification to it, including triggers and object types.

The integrated debugger offers all features you could wish for: Step In, Step Over, Step Out, Run Until Exception, Breakpoints, View & Set Variables, View Call Stack, and so on.

Information is automatically presented to you when you need it, or is at most one click away. With its Syntax Highlighting, SQL and PL/SQL help, Object Descriptions, Code Assistant, Compiler Hints, Refactoring, PL/SQL Beautifier, Code Contents, Code Hierarchy, Code Folding, Hyperlink Navigation, Macro Library and many other sophisticated features, the Unicode compliant editor will appeal to the most demanding user. PL/SQL Developer features context sensitive help and database object descriptions, syntax highlighting, data querying and editing, a graphical browser, and other functions to make a developer's life easier. PL/SQL Developer is an Integrated Development Environment for developing, testing, debugging and optimizing Oracle PL/SQL stored program units like packages, triggers and so on.
