Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Dropping a Package
Skip Headers
Previous
Previous
 
Next
Next

Dropping a Package

To drop a package (specification and body), use either the SQL Developer navigation frame and Drop tool, or the DDL statement DROP PACKAGE.

To drop a package using the Drop tool:

  1. On the Connections tab, expand the hr_conn information by clicking the plus sign (+) to the left of the hr_conn icon.

    Under the hr_conn icon, a list of schema object types appears.

  2. Expand Packages.

    A list of packages appears.

  3. Right-click the name of the package to drop.

    A list of choices appears.

  4. Click Drop Package.

    The Drop window opens.

  5. Click Apply.

    The Confirmation window opens.

  6. Click OK.

Related Topics

Oracle Database PL/SQL Language Reference

Creating and Managing Packages