rem rem $Id: dedrop.sql,v 1.1 1998/01/08 01:44:08 yxia Exp $ rem rem Copyright (c) Oracle Corporation 1991. All Rights Reserved, Worldwide. rem rem deddrop.sql rem rem This script drops the DE tables from the account rem in which they reside (usually SYSTEM). rem drop table de__attached__libs; drop view de_attached_libs; drop public synonym de_attached_libs;