Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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