摘要: [20260818]21c X$表的分析与直方图信息2.txt--//偶然发现这个问题,在测试环境演示出来,这与我的个人维护习惯有关。1.环境:SYS@book> @ ver2 PORT_STRING : x86_64/Linux 2.4.xxVERSION : 21.0.0.0.0BANNER : 阅读全文
posted @ 2026-08-19 20:59 lfree 阅读(3) 评论(0) 推荐(0)
摘要: [20260813]简单探究row cache的相关问题2.txt--//继续昨天的探究:--//疑问:前面测试查询如下SYS@book> select rownum cache# from dual connect by level <=65 minus select cache# from v$ 阅读全文
posted @ 2026-08-19 20:58 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260812]简单探究row cache mutex的相关问题.txt--//继续昨天的探究.--//假设一个表scott.dept,对象类型dc_objects,oracle如何确定那些chunk上寻找row cache mutex以及row cache hash呢? 必须还--//有chu 阅读全文
posted @ 2026-08-19 20:57 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260811]简单探究row cache mutex的定位问题.txt--//如果知道某个对象hash值,在row cache如何定位呢?--//首先说明这些分析讲的不好听就是瞎猜,对不对我自己都不是很清楚.1.环境:SYS@book> @ ver2 PORT_STRING : x86_64/ 阅读全文
posted @ 2026-08-19 20:54 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260810]简单探究row cache mutex.txt--//昨天的测试使用mutexprofz.sql脚本输出有mutex_addr地址,不知道是否巧合2个hash相差1,对row cache mutex做一个简单探究。1.环境:SYS@book> @ ver2 PORT_STRING 阅读全文
posted @ 2026-08-19 20:53 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260810]测试遇到的问题(21c).txt--//昨天测试遇到的问题,单独拿出来测试验证看看。1.环境:SYS@book> @ ver2 PORT_STRING : x86_64/Linux 2.4.xxVERSION : 21.0.0.0.0BANNER : Oracle Databas 阅读全文
posted @ 2026-08-14 21:57 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260809]Row Cache Mutex 定位具体对象的方法.txt--//利用sql语句select sid from v$mystat where rownum=1;密集执行时会出现row cache mutex等待事件,测试是否能定位具体对象。--//主要原因执行如下查询,没有返回记 阅读全文
posted @ 2026-08-14 21:56 lfree 阅读(9) 评论(0) 推荐(0)
摘要: [20260809]跟踪执行select sid from v$mystat where rownum=1;.txt--//前段时间测试cdb下密集执行select sid from v$mystat where rownum=1;很慢,发现调用kgllkal函数在实例对象上,大量的执行必--//然 阅读全文
posted @ 2026-08-14 21:55 lfree 阅读(5) 评论(0) 推荐(0)
摘要: [20260806]测试11g cursor_sharing=force下的library cache lock pin的情况.txt--//从来没有测试11g下cursor_sharing=force下的library cache lock/library cache pin的情况,才发现与21c 阅读全文
posted @ 2026-08-14 21:54 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260801]测试遇到的问题(11g).txt--//以前在19c测试过在11g重复测试,而且看了以前的帖子,才发现最近测试写的脚本有点小问题,应该采用类似如下的执行方式:select /*+ &&3 */ value into v_val from nls_database_paramete 阅读全文
posted @ 2026-08-14 21:53 lfree 阅读(3) 评论(0) 推荐(0)