最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Oracle Kernel : Function kglic & Library Cache Latch
时间:2022-06-29 10:05:31 编辑:袖梨 来源:一聚教程网
以下是关于KGLIC函数的功能简要说明:
代码如下 | 复制代码 |
1. kglic means Kernel Generic Library cache Iterate Chain (AFAIK), it's the function which is executed when you access most X$KGL tables. 2. kglic is the code which goes through the library cache and row cache to answer queries on various dictionary fixed views and tables. This is the function which returns data for the fixed views and tables that scan the sql area. Therefore, it was highly possible that such queries could also be coming from monitoring tools used by DBAs and they are not restricted to the two views specifically mentioned in the bug by Joan. Any monitoring job which looks at v$open_cursor would also use the kglic iterator. |
与此相关的BUG,在10g中仍然存在,最后确认客户有较为频繁的查询访问v$sql视图,导致了严重的library cache的竞争。
以下BUG的影响版本为10.2.0.4,10.2.0.5,11.2.0.2 :
代码如下 | 复制代码 |
Bug 9287616 - Accessing [G]V$SQL or [G]V$SQLTEXT_WITH_NEWLINES may be slow / takes a long time / latch contention (Doc ID 9287616.8) |
相关文章
- 少年西游记2流沙河宝箱在哪-流沙河宝箱位置 09-14
- 少年西游记2高老庄宝箱在哪-高老庄宝箱位置 09-14
- 射雕手游引雷针怎么获得-引雷针攻略 09-14
- 泰拉瑞亚月亮领主怎么出现-月亮领主召唤条件 09-14
- 烟雨江湖洛阳鬼市怎么进去-洛阳鬼市进入方法 09-14
- 向僵尸开炮装备怎么洗炼-装备洗炼方法 09-14