Rem Rem Copyright (c) 2000 by Oracle Corporation Rem begin execute immediate 'drop package utl_name_addr'; execute immediate 'drop type utl_name_addr_component_obj'; execute immediate 'drop type utl_name_addr_inputrole_obj'; exception when others then null; end; / commit;