Dropping a Procedure
You drop a procedure using DROP PROCEDURE
.
DROP PROCEDURE update_salary;
Home »
Oracle »
PL/SQL »
Oracle »
PL/SQL »
Procedures:
- Creating a Procedure
- Pass parameters using named and mixed notation.
- Information on Procedures
- Dropping a Procedure
- Viewing Errors in a Procedure
Related: