Oracle使用PLSQL导出数据时空表默认不导出解决方法

select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0;

执行拿到的sql语句即可

原文地址:https://www.cnblogs.com/liuzhenguo/p/14048751.html