删除包使用 DROP PACKAGE 语句,删除包时会把包声明和包体一起删除。语法格式如下:

    1. DROP PACKAGE package_name ;

    示例:删除包

    1. obclient> drop package pkg_test ;