标签:
select count(*) from user_tables where NUM_ROWS=0;
2、生成执行语句
Select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0
ORACLE 11g 导出空表的解决方案
原文地址:http://my.oschina.net/liyonglee/blog/499212