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

2018年11月23日

摘要: 如果有空表都需要导出执行 select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0 后将查询出的语句全部执行 重新执行导出dmp exp *****/*****@**.*.*.*/ 阅读全文

posted @ 2018-11-23 14:01 咸鱼传说 阅读(135) 评论(0) 推荐(0) 编辑