删除用户下的数据和表

drop user user_name cascade;

手动删除

select 'drop table '||table_name||';' from cat where table_type='TABLE'

posted @ 2016-12-08 19:04  星火spark  阅读(702)  评论(0编辑  收藏  举报