上一页 1 2 3 4 5 6 ··· 62 下一页
摘要: [20260811]简单探究row cache mutex的定位问题.txt--//如果知道某个对象hash值,在row cache如何定位呢?--//首先说明这些分析讲的不好听就是瞎猜,对不对我自己都不是很清楚.1.环境:SYS@book> @ ver2 PORT_STRING : x86_64/ 阅读全文
posted @ 2026-08-19 20:54 lfree 阅读(9) 评论(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 阅读(6) 评论(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 阅读(21) 评论(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 阅读(7) 评论(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 阅读(4) 评论(0) 推荐(0)
摘要: [20260709]centos 9登录提示信息.txt--//安装centos 9,使用kitty(putty变体)从windows登录linux服务器,总是出现如下内容:Using username "root".root@192.168.56.103's password:Send autom 阅读全文
posted @ 2026-07-09 21:11 lfree 阅读(44) 评论(0) 推荐(0)
摘要: [20260629]跟踪library cache lock library cache pin使用bpftrace.txt--//以前写过一个跟踪library cache lock library cache pin使用gdb的脚本,尝试使用bpftrace在写一个类似脚本。$ cat lkpn 阅读全文
posted @ 2026-06-30 21:53 lfree 阅读(4) 评论(0) 推荐(0)
摘要: [20260628]测试不同字符集使用dblink的情况.txt--//测试不同字符集使用dblink的情况,数据库oracle 21c。--//网络地址 主机名 数据库字符集 国家字符集--//192.168.56.101 centtest 使用ZHS16GBK字符集 AL16UTF16--//1 阅读全文
posted @ 2026-06-30 21:52 lfree 阅读(9) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 62 下一页