Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

DROP PACKAGE in Oracle

DROP PACKAGE
statement drops body and specification of a package from the database.

Syntax:
DROP PACKAGE Package_Name;


Example:
DROP PACKAGE emp_salary;


Note:

Dependent objects will be invalid when package is dropped.