会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DarJeely
博客园
首页
新随笔
联系
订阅
管理
2016年11月9日
oracle11g处理空表
摘要: 先查询一下当前用户下的所有空表select table_name from user_tables where NUM_ROWS=0;用以下这句查找空表select 'alter table '||table_name||' allocate extent;' from user_tables wh
阅读全文
posted @ 2016-11-09 23:16 DarJeely
阅读(279)
评论(0)
推荐(0)
编辑
公告