02 2025 档案

摘要:[20250215]21c library cache mutex的深入探究15(_mutex_spin_count).txt--//探究_mutex_spin_count隐含参数在_mutex_wait_scheme=2的情况下。1.环境:SYS@book> @ver2 PORT_STRING : 阅读全文
posted @ 2025-02-19 21:19 lfree 阅读(3) 评论(0) 推荐(0) 编辑
摘要:[20250207]21c library cache mutex的深入探究13.txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=2的情况下修改mutext值的0-3字节。--//关于mutex的结构,我的测试的结果如下:-- 阅读全文
posted @ 2025-02-19 21:16 lfree 阅读(2) 评论(0) 推荐(0) 编辑
摘要:[20250210]21c library cache mutex的深入探究12(补充).txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=2的情况下修改mutext值的0-3字节。--//关于mutex的结构,我的测试的结果如 阅读全文
posted @ 2025-02-19 21:14 lfree 阅读(1) 评论(0) 推荐(0) 编辑
摘要:[20250206]21c library cache mutex的小结.txt--//这几天一直在做21c library cache mutex相关测试,测试非常乱,实际上整个测试就是一个在摸索探究的过程,中间遇到许多自己--//不知道的知识以及"奇怪"现象。1.关于21c library ca 阅读全文
posted @ 2025-02-19 21:11 lfree 阅读(1) 评论(0) 推荐(0) 编辑
摘要:[20250206]21c library cache mutex的深入探究使用的sql脚本.txt--//在做21c library cache mutex的深入探究使用一些sql脚本,附在每天文章后面太繁琐,单独写一篇汇总。--//其中有一些来自tpt的脚本,比如fchaz.sql(我仅仅注解p 阅读全文
posted @ 2025-02-19 21:09 lfree 阅读(4) 评论(0) 推荐(0) 编辑
摘要:[20250205]21c library cache mutex的深入探究10(_mutex_wait_scheme=1).txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=1的情况的相关细节。1.环境:SCOTT@book0 阅读全文
posted @ 2025-02-19 21:07 lfree 阅读(3) 评论(0) 推荐(0) 编辑
摘要:[20250205]21c library cache mutex的深入探究9(_mutex_wait_scheme=0).txt--//探究library cache mutex阻塞导致的相关等待事件,分析_mutex_wait_scheme=0的情况的相关细节。--//补充说明:注意测试前关闭r 阅读全文
posted @ 2025-02-19 21:05 lfree 阅读(3) 评论(0) 推荐(0) 编辑
摘要:[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 阅读(6) 评论(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 阅读(4) 评论(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 阅读(1) 评论(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 阅读(1) 评论(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 阅读(2) 评论(0) 推荐(0) 编辑
摘要:[20250201]21c library cache mutex的深入探究4.txt--//前面的测试已经大致确定这48字节的具体内容:--//0-7,8-15字节分别是对象句柄的尾首指针,如果仅仅存在1个对象,两者相等(保存为父游标句柄地址)。如果存在多个对象会形成1--//个双向链表,如果仅仅 阅读全文
posted @ 2025-02-19 20:54 lfree 阅读(1) 评论(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 阅读(3) 评论(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 阅读(3) 评论(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 阅读(6) 评论(0) 推荐(0) 编辑
摘要:[20250214]设置_disable_last_successful_login_time=true.txt--//看了生产系统一些隐含参数,感觉设置_disable_last_successful_login_time=true还是很有必要的。--//生产系统经常会遇到频繁登录退出的情况,而且 阅读全文
posted @ 2025-02-18 20:52 lfree 阅读(2) 评论(0) 推荐(0) 编辑
摘要:[20250211]更正11g x$mutex_sleep_history记录的一些疑问.txt--//在11g下测试遇到的问题,看了以前的链接:[20241018]21c x$mutex_sleep_history记录的变化.txt,实际上当时自己的理解也存在--//错误,有必要在11g下重复验证 阅读全文
posted @ 2025-02-18 20:51 lfree 阅读(1) 评论(0) 推荐(0) 编辑
摘要:[20250210]library cache mutex X与library cache bucket mutex X的区别(11g).txt--//以前在学习参考文档里面:链接https://tanelpoder.com/files/Oracle_Latch_And_Mutex_Contenti 阅读全文
posted @ 2025-02-18 20:49 lfree 阅读(0) 评论(0) 推荐(0) 编辑
摘要:[20250208]library cache mutex X与library cache bucket mutex X的区别(21c).txt--//以前在学习参考文档里面:链接https://tanelpoder.com/files/Oracle_Latch_And_Mutex_Contenti 阅读全文
posted @ 2025-02-18 20:48 lfree 阅读(2) 评论(0) 推荐(0) 编辑
摘要:[20250128]21C下测试CBC latch相关测试5.txt--//元旦前别人问的问题,看vage的<oracle内核技术揭秘>,里面提到的各种情况,实际上从11.2.0.4开始全表扫描,唯一索引,rowid--//模式以及快速全索引扫描的读读模式下(共享模式)基本不会出现cbc latch 阅读全文
posted @ 2025-02-05 20:46 lfree 阅读(6) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示