摘要:
[20250204]21c library cache mutex的深入探究8(_mutex_wait_scheme=2 _mutex_wait_time大于1).txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=2,_mute 阅读全文
posted @ 2025-02-19 21:03
lfree
阅读(11)
评论(0)
推荐(0)
摘要:
[20250204]21c library cache mutex的深入探究7(_mutex_wait_scheme=2).txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=2的情况的相关细节。1.环境:SYS@book> @v 阅读全文
posted @ 2025-02-19 21:01
lfree
阅读(11)
评论(0)
推荐(0)
摘要:
[20250203]21c library cache mutex的深入探究6(gets的变化).txt--//探究library cache mutex gets的变化,记录自己测试遇到的一个奇怪问题。1.环境:SYS@book> @ver2 PORT_STRING : x86_64/Linux 阅读全文
posted @ 2025-02-19 20:59
lfree
阅读(12)
评论(0)
推荐(0)
摘要:
[20250203]21c library cache mutex的深入探究5(补充).txt--//前面的学习已经了解21c library cache mutex chunk分布的特点,再次总结如下:--//1个chunk 有256个mutex地址,占用12304,每个前面有16字节开头,许多c 阅读全文
posted @ 2025-02-19 20:57
lfree
阅读(7)
评论(0)
推荐(0)
摘要:
[20250202]21c library cache mutex的深入探究5.txt--//前面的学习已经了解21c library cache mutex chunk分布的特点,再次总结如下:--//1个chunk 有256个mutex地址,占用12304,每个前面有16字节开头,许多chunk 阅读全文
posted @ 2025-02-19 20:56
lfree
阅读(11)
评论(0)
推荐(0)
摘要:
[20250201]21c library cache mutex的深入探究4.txt--//前面的测试已经大致确定这48字节的具体内容:--//0-7,8-15字节分别是对象句柄的尾首指针,如果仅仅存在1个对象,两者相等(保存为父游标句柄地址)。如果存在多个对象会形成1--//个双向链表,如果仅仅 阅读全文
posted @ 2025-02-19 20:54
lfree
阅读(8)
评论(0)
推荐(0)
摘要:
[20250128]21c library cache mutex的深入探究3.txt--//下面测试使用相同muext地址的对象句柄如何链接在一起的。1.环境:SCOTT@book01p> @ ver2 PORT_STRING : x86_64/Linux 2.4.xxVERSION : 21.0 阅读全文
posted @ 2025-02-19 20:53
lfree
阅读(12)
评论(0)
推荐(0)
摘要:
[20250128]21c library cache mutex的深入探究2.txt--//探究21c library cache mutex address的chunk分布。0. 测试前准备:--//测试前最好设置db_cache_size,shared_pool_size大小,避免其大小发生变 阅读全文
posted @ 2025-02-19 20:51
lfree
阅读(10)
评论(0)
推荐(0)
摘要:
[20250127]21c library cache mutex的深入探究1.txt--//后记:应该是去年的事情,在21c下做oradebug dump library_cache,发现其library cache Bucket Mutex的地址的偏移量大多数--//48字节,而以前11g下看到 阅读全文
posted @ 2025-02-19 20:51
lfree
阅读(16)
评论(0)
推荐(0)