-- -- Copyright (C) 2001, 2002 OpenForce, Inc. -- -- This file is part of dotLRN. -- -- dotLRN is free software; you can redistribute it and/or modify it under the -- terms of the GNU General Public License as published by the Free Software -- Foundation; either version 2 of the License, or (at your option) any later -- version. -- -- dotLRN is distributed in the hope that it will be useful, but WITHOUT ANY -- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -- FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -- details. -- -- -- Groups that implement the profile provider interface -- -- @author yon@openforce.net -- @version $Id: profiled-group-drop.sql,v 1.3 2002/03/29 17:48:17 yon Exp $ -- drop package profiled_group; declare begin acs_object_type.drop_type( object_type => 'profiled_group' ); end; / show errors drop table profiled_groups;