PL/SQL Editor module for NetBeans IDE (Version History)
This project will add support for editing Oracle PL/SQL objects right inside the NetBeans IDE, including syntax highlighting, code folding and indentation.
About PL/SQL Editor
The aim of PL/SQL Editor is to provide a convenient way to work with the following Oracle objects inside NetBeans IDE:
- Functions
- Procedures
- Packages Specification
- Packages Body
- Types Specification
- Types Body
- Triggers
- Add - create a new object
- Edit - edit the object source code
- Compile - compile the server-side object
- Compile Local File - compile the object from the local file
- Delete - drop the object
To start working with PL/SQL Editor you should click on Window -> Oracle menu item.
Screenshot
Requirements
All available for download modules in bundle are compiled with JDK 5 (jdk1.5.0_15)
- NetBeans 6.1 or newer.
- Oracle Database 9i Release 2 or newer. Language recognition is based on Oracle 11g PL/SQL syntax.
- To parse PL/SQL code for the first time PL/SQL Language module required about 500MB Java heap memory free.
Installation
Download the latest PL/SQL Editor bundle and unpack it.
- Choose Tools -> Plugins from the main menu. The Plugins window opens.
- Switch to Downloaded tab and click on Add Plugins... button.
- Select all nbm files you have extracted from the downloaded bundle.
- Press Install button. Follow the installation wizard to install modules.
Documentation
The documentation is integrated into the PL/SQL Editor module. To read it click on Help -> Help Contents menu item and then select PL/SQL Editor from Contents.
Feedback
I would appreciate any comments and suggestions. Please leave your feedback on this page.