码迷,mamicode.com
首页 > 其他好文 > 详细

解决11g无法导出空表的问题

时间:2016-05-22 00:32:30      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:

select table_name from user_tables where NUM_ROWS=0

Select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0

alter table DISPATCHIMG allocate extent;

解决11g无法导出空表的问题

标签:

原文地址:http://www.cnblogs.com/kele-ting/p/5515918.html

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