博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

导出dmp

Posted on 2018-11-23 14:01  咸鱼传说  阅读(135)  评论(0编辑  收藏  举报

如果有空表都需要导出执行

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

后将查询出的语句全部执行

重新执行导出dmp

exp *****/*****@**.*.*.*/orcl file=C:\Users\zy\Desktop\frount\dmp\*****.dmp

即可