drop user 用户名 时出现下边错误ora-01922: CASCADE must be specified to drop 用户名 drop user 用户名 cascade;
drop user xx :只是删除用户drop user xx cascade:会删除此用户名下的所有表和视图