PL/SQL-Editor
- This editor is designed for creating and maintaining PL/SQL program units such as triggers, functions, procedures, packages, and object types.
- It provides both SQL and PL/SQL code completion to speed up development and reduce typos.
- Hyperlink navigation lets you jump between package specifications and bodies, and follow references throughout your PL/SQL code.
- For packages and object types, the editor provides separate tabs for the specification and the body, keeping both parts neatly organized in one place.
- Compilation warning levels can be configured in detail via preferences, allowing fine-grained control over which warnings are reported.
- A dedicated PL/SQL Problems view lists warnings and errors with full details and lets you navigate directly to the relevant positions in the source.