Executing Stored Objects


Database stored procedures and functions may be examined and executed using the Execute Stored Objects feature.
Note: It has been noted that this feature's ability to correctly execute any stored objects varies depending on the database product and JDBC driver in use.
  1. Select the menu item Database > Execute Stored Objects or the Execute Stored Objects button from the main tool bar
  2. Select the connection to use for object browsing and execution
  3. Select the catalog or schema containing the objects to be examined or executed
  4. Select the object type - function of procedure
  5. Select from the available objects to display their relevant input and output parameters
  6. Enter any relevant input parameter values against the parameter shown
  7. select the Execute button to execute the selected object
Generated results output and any errors will be displayed within the output pane at the bottom of the panel.