Dropping a Package

You drop a package using DROP PACKAGE.


DROP PACKAGE emp_package;

Drop package body emp_package;
Home »
Oracle »
PL/SQL » 

Packages:
  1. Create a Package and call its members
  2. Information on Functions and Procedures in a Package
  3. Dropping a Package
Related: