"targeted at the development of stored program units for Oracle Databases"
PL/SQL Developer is an Integrated Development Environment that is specifically targeted at the development of stored program units for Oracle Databases. Over time we have seen more and more business logic and application logic move into the Oracle
Server, so that PL/SQL programming has become a significant part of the total development process.
PL/SQL Developer focuses on ease of use, code quality and productivity, key advantages during Oracle application development.
PL/SQL Developer 7.1 - New Features
Unicode support for the PL/SQL editor, SQL editor, and object definitions
The SQL and PL/SQL editors now support Unicode, so that you can write programs and queries that include Unicode characters. You can also use Unicode characters in object definitions such as tables, views, and so on.
Code folding
The PL/SQL Editor now features code folding, which allows you to hide pieces of PL/SQL code you are not currently interested in, or show just the code you are focused on. It generally gives a better overview of complex PL/SQL programs, and makes it easier to identify the code structure.
Split editing
The PL/SQL Editor allows you to split the editor into 2 parts, so that you can view or edit 2 related code sections in the same program.
SQL Exporter
In addition to the CSV, XML, HTML exporters, you can now also export query results to an SQL file. The resulting file will contain insert statements for the selected records.
New editor preferences
Line number interval - display line numbers in PL/SQL and
SQL Editors with 1, 5 or 10 interval, or display only the current line number.
Show line status - Show the line status in the editor margin: yellow = changed, green = new.
Wrap lines - Wrap long lines when they reach the right margin.
Allow folding - Allow or disallow PL/SQL code folding.