Dropping a Procedure

You drop a procedure using DROP PROCEDURE.


DROP PROCEDURE update_salary;
Home »
Oracle »
PL/SQL » 

Procedures:
  1. Creating a Procedure
  2. Pass parameters using named and mixed notation.
  3. Information on Procedures
  4. Dropping a Procedure
  5. Viewing Errors in a Procedure
Related: