oracle 表空数据导出dmp ,空表导出失败

执行 此SQL

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

查到的数据导出tsv格式文件;

然后执行tsv格式文件 内容;

再次执行 导出 dmp

posted on 2016-06-16 16:09  一値很安靜;︶  阅读(202)  评论(0编辑  收藏  举报

导航