会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
崔屹东
代码改变世界
博客园
首页
新随笔
联系
订阅
管理
2018年12月2日
Oracle 11g导出空表、少表的解决办法
摘要: 执行下面语句: begin for obj in (select 'alter table '||table_name||' allocate extent' objsql from user_tables where num_rows=0) loop execute immediate obj.o
阅读全文
posted @ 2018-12-02 09:58 itcui
阅读(243)
评论(0)
推荐(0)
公告