------------恢复内容开始------------
执行sql语句查询空表
select \'alter table \'||table_name||\' allocate extent;\' from user_tables where num_rows=0;
将结果粘贴执行即可导出空表
------------恢复内容结束------------
------------恢复内容开始------------
执行sql语句查询空表
select \'alter table \'||table_name||\' allocate extent;\' from user_tables where num_rows=0;
将结果粘贴执行即可导出空表
------------恢复内容结束------------
相关文章: