Functions/Procedures

A procedure or function is a schema object that consists of a set of SQL statements and other PL/SQL constructs, grouped together, stored in the database, and run as a unit to solve a specific problem or perform a set of related tasks.

Procedures and functions are identical except that functions always return a single value to the caller, while procedures do not.

Just simply click to open an object pane for Function. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit and delete the selected function/procedure.

Create Function/Procedure

To create a new function/procedure

Edit Function/Procedure

To edit the existing function/procedure

Run Function/Procedure

To run a function/procedure in the navigation pane/object pane

To run a function/procedure in the Function/Procedure Designer

Debug Function/Procedure

To debug a function/procedure in the object pane

To debug a function/procedure in the Function/Procedure Designer

Maintain Function/Procedure

To maintain a function/procedure

Delete Function/Procedure

To delete a function/procedure

Achieve Function/Procedure Information

To achieve a function/procedure information (Owner, Type and DDL, etc)