Oracle Drop Package

The Oracle Drop Package Tool allows users to select a Package to be dropped. The tool then generates the SQL to drop the Package.

Listed below is an example SQL statement generated by the Drop Package Tool.

DROP PACKAGE TESTUSER.TEST_PACKAGE

Oracle Drop Package