博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
10.2.0.4 11.1.0.7UNDO可能异常增大的BUG
阅读量:6259 次
发布时间:2019-06-22

本文共 789 字,大约阅读时间需要 2 分钟。

表现为
 select tuned_undoretention from v$undostat;
的值异常大,UNDO_DATAFILE 不断的自动扩张。
mos有相关的BUG说明
Bug 7291739  Contention with auto-tuned undo retention or high TUNED_UNDORETENTION
Product (Component)Oracle Server (Rdbms)
Range of versions believed to be affectedVersions BELOW 11.2
Versions confirmed as being affected
Platforms affectedGeneric (all / most platforms affected)

     Description

High 'latch: row cache objects' contention may be seen on dc_rollback_segmentstogether with high 'enq: US - contention' waits when using system managed undowith an auto tuned undo retention period. As another aspect, long running query can raise tuned_undoretention tovery high value and exhaust undo tablespace resulting in ORA-1628.
Workaround Disable auto tuning by setting "_undo_autotune" = false
 
 
记录于此备查

转载地址:http://rzesa.baihongyu.com/

你可能感兴趣的文章
Tensorflow快餐教程(1) - 30行代码搞定手写识别
查看>>
聊聊flink Table的Set Operations
查看>>
3.3 卷积神经网络进阶-Inception-mobile_net
查看>>
JS学习系列 06 - 变量对象
查看>>
Swift开发应用时如何更方便地使用颜色?
查看>>
ubuntu虚拟机设置静态ip(windows能够ping通ubuntu虚拟机)
查看>>
Redis高级特性介绍及实例分析
查看>>
Android的复选框的详细开发案例分析
查看>>
iOS FMDB数据库之增删改查使用
查看>>
EventBus源码解析
查看>>
Android中绘制简单几何图形和路径Path
查看>>
Internationalization(i18n) support in SAP CRM,UI5 and Hybris
查看>>
Xcode Debug调试汇总
查看>>
设计模式:再严谨的单例也尽量不要使用
查看>>
TiDB at 丰巢:尝鲜分布式数据库
查看>>
三篇文章了解 TiDB 技术内幕 —— 谈调度
查看>>
Next.js踩坑入门系列(六) —— 再次重构目录
查看>>
1. Context - React跨组件访问数据的利器
查看>>
Git常用操作、提交到GitHub等
查看>>
Android基础 四大组件之广播(Broadcast)
查看>>