先查询一下当前用户下的所有空表select table_name from user_tables where NUM_ROWS=0;用以下这句查找空表select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0