oracle 11g 由于0rc4km05kgzb9占用undo 使用率高问题

设置参数解决

alter system set "_smu_debug_mode"=33554432;

设置这个之后v$undostat.tuned_undoretention会取(maxquerylen secs + 300)和参数undo_retention里的最大值
alter system set "_undo_autotune"=false;

直接禁用了Automatic Tuning of Undo Retention特性
alter system set "_HIGHTHRESHOLD_UNDORETENTION"=900;

设置UNDORETENTION保留时间

High Undo Space Usage Due to Query 0rc4km05kgzb9 (Doc ID 2584684.1)

posted @ 2023-10-26 10:08  蚌壳里夜有多长  阅读(23)  评论(0编辑  收藏  举报