How to Edit Stored Procedure in Oracle SQL Developer?

How to Edit Stored Procedure in Oracle SQL Developer?

Follow these steps to edit stored procedure in Oracle SQL Developer.

  1. In Oracle SQL Developer, click on the Schema to expand the node on the left side.
  2. Then click on the Procedure node to expand.
  3. List of Stored Procedure will display.
  4. Then click on the procedure name which you want to edit.
  5. It will open on the right side pane in SQL editor window.
  6. There you can make the changes and click on the Gear icon to compile.

See also:

This Post Has 2 Comments

  1. akhil

    i need help regarding creation of package and package body

    1. Vinish Kapoor

      Please ask your question on orclqa.com

Comments are closed.