分享我個人ORACLE SQL語法學習經驗
DROP PACKAGE [schema.]package_name;
schema : 結構名稱
package_name : 程式包裝名稱
說明 : 刪除預儲程式包裝pack_emp
drop package pack_emp;