exp导出oracle数据库时 无法导出空表的解决方法

给数据库设置:
select' alter table '||table_name||' allocate extent;' from user_tables where num_rows=0 or num_rows is null
可以导出空表

posted on 2016-07-25 16:55  lihfei89  阅读(113)  评论(0编辑  收藏  举报

导航