oracle导出空表解决
选择'分析表'|| table_name ||' 计算统计;' 来自user_tables;
选择'alter table'|| table_name ||' 分配程度;' 来自user_tables,其中num_rows = 0
执行完就可以开心的导出DMP啦
选择'alter table'|| table_name ||' 分配程度;' 来自user_tables,其中num_rows = 0
执行完就可以开心的导出DMP啦