set pages 0 trims on feed off ver off term off
spo drop_pkg.sql
select 'DROP '||'object_type||' '||object_name||';'
from user_objects where object_type = 'PACKAGE';
spo off
@drop_pkg
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.