码迷,mamicode.com
首页 > 数据库 > 详细

oracle exp 无法导出空表

时间:2019-02-01 15:52:09      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:from   图片   img   bubuko   tables   方法   窗口   code   HERE   

oracle exp 无法导出空表

 

select ‘alter table ‘|| a.table_name ||‘ allocate extent;‘ from user_tables a where a.table_name not in (select segment_name from user_segments where segment_type = ‘TABLE‘);

 

执行查出的sql语句,再导出dmp,就能导出空表了。

Oracle 11g无法导出空表的处理方法

在SQL窗口(SQL Window)中 执行以下SQL

 

SQL> select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where initial_extent is NULL

技术分享图片

将复制查询结果放置到SQL窗口(SQL Windows)中执行

oracle exp 无法导出空表

标签:from   图片   img   bubuko   tables   方法   窗口   code   HERE   

原文地址:https://www.cnblogs.com/antis/p/10345779.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!