EXP导出用户下的表不全的问题

select table_name from user_tables where NUM_ROWS=0;
select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0
执行结果集中的SQL

原文地址:https://www.cnblogs.com/Tiago/p/6478036.html