Oracle Drop Package Body

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

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

DROP PACKAGE BODY TESTUSER.TEST_PACKAGE_BODY

Oracle Drop Package Body