查询空表select table_name from user_tables where num_rows=''生成分配空间的执行语句select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0 or num_rows is null复制出来执行即可。