PL/SQL Development

PL/SQL Workbench Perspective

The PL/SQL Workbench Perspective holds all views similar to the Java perspective.

Editor

The editor supports all expected functionality from developers like code completion, syntax highlighting, error/warning marker, tooltip, bookmarks, tasks. Packages and objects with specification and implementation in different files are shown in the same editor in different tabs.

Outline View

The outline view shows the structure of the PL/SQL code in the editor and makes it easy to jump to any field, procedure or function of the code.

Problem/Error View

PL/SQL problems and warnings are showed in a list. Navigation from errors/warnings to the code is just a mouse klick.

Code Assistant And Navigation

Code completion, code assist, context information and hyperlinks are supported by the PL/SQL editor.

File Based For Team Development

The local files are used for development of the PL/SQL stored procedures. So integration with the team software configuration system like git or subversion is very easy.