一直更新seg$数据字典信息没有提交状态active!
2020.1.10到现在一直update seg$……表信息。状态active能否kill?还是一直不处理。等待oracle自己内部处理。
我来答
添加附件
收藏
复制链接
微信扫码分享
在小程序上查看
分享
添加附件
问题补充
8条回答
默认
最新
update seg$ 一般是空间维护的内部操作,要找出原因,看看发起方是谁,发起的操作是什么。
不建议kill,可能会引起不一致。
可以上传一个 awr 报告,我们分析一下看看。
评论
有用 0update seg$
set type# = :4,
blocks = :5,
extents = :6,
minexts = :7,
maxexts = :8,
extsize = :9,
extpct = :10,
user# = :11,
iniexts = :12,
lists = decode(:13, 65535, NULL, :13),
groups = decode(:14, 65535, NULL, :14),
cachehint = :15,
hwmincr = :16,
spare1 = DECODE(:17, 0, NULL, :17),
scanhint = :18,
bitmapranges = :19
where ts# = :1
and file# = :2
and block# = :3
评论
有用 0回答交流
提交
问题信息
请登录之后查看
附件列表
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏

