一、
 spool c:\droptable.sql
 select 'drop table '||table_name||';'
 from user_tables;
 spool off二、把droptable.sql文件里面不要的内容删除,如“-------"等三、在SQL*PLUS里面执行@c:\droptable.sql