会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
霸王龙的日常
IT技术分享博客
博客园
首页
新随笔
联系
订阅
管理
2020年7月14日
oracle 重建索引
摘要: 按用户拼接重建索引的sql select 'alter index ' ||d.owner||'.'|| d.index_name || ' rebuild;' from dba_indexes d where d.owner in ('用户名1', '用户名2') AND d.table_name
阅读全文
posted @ 2020-07-14 17:58 霸王龙的日常
阅读(454)
评论(0)
推荐(0)
公告