-- -- Groups that implement the profile provider interface -- -- @author yon@openforce.net -- @version $Id: profiled-group-drop.sql,v 1.2 2002/03/08 00:26:20 yon Exp $ -- drop package profiled_group; declare begin acs_object_type.drop_type( object_type => 'profiled_group' ); end; / show errors drop table profiled_groups;