Dropping a Package
You drop a package using DROP PACKAGE
.
DROP PACKAGE emp_package;
Drop package body emp_package;
Home »
Oracle »
PL/SQL »
Oracle »
PL/SQL »
Packages:
- Create a Package and call its members
- Information on Functions and Procedures in a Package
- Dropping a Package
Related: