写一个函数
beginfor x in (select table_name from user_tables) loopexecute immediate 'truncate table ' || x.table_name ; end loop ; end ;