上一页 1 2 3 4 5 6 7 8 9 ··· 56 下一页
摘要: [20250226]sqlplus sql脚本注意参数1之类的定义.txt--//在调式sql脚本遇到的问题,浪费一点时间,做一个记录。--//我以前写过一个脚本实现10进制,16进制相互转换的脚本,参考 [20240928]10,16进制转10,16进制的sql脚本.txt--//这样改写一些脚本 阅读全文
posted @ 2025-02-27 20:27 lfree 阅读(12) 评论(0) 推荐(0)
摘要: [20250222]利用lcm.sh脚本测试软软解析(21c).txt--//利用自己写的lsm.sh脚本测试软软解析(21c).1.环境:SCOTT@book01p> @ver2 PORT_STRING : x86_64/Linux 2.4.xxVERSION : 21.0.0.0.0BANNER 阅读全文
posted @ 2025-02-27 20:26 lfree 阅读(17) 评论(0) 推荐(0)
摘要: [20250221]library cache bucket mutex等待模式测试脚本.txt--//以前的测试都是手工操作,操作很繁琐,经常在tmux界面上切换session。--//写一个测试脚本方便测试。$ cat lcm.sh#!/bin/bash# arg1=mutex_address 阅读全文
posted @ 2025-02-25 21:09 lfree 阅读(26) 评论(0) 推荐(0)
摘要: [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 阅读(17) 评论(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 阅读(13) 评论(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 阅读(9) 评论(0) 推荐(0)
摘要: [20250206]21c library cache mutex的小结.txt--//这几天一直在做21c library cache mutex相关测试,测试非常乱,实际上整个测试就是一个在摸索探究的过程,中间遇到许多自己--//不知道的知识以及"奇怪"现象。1.关于21c library ca 阅读全文
posted @ 2025-02-19 21:11 lfree 阅读(9) 评论(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 阅读(15) 评论(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 阅读(14) 评论(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 阅读(10) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 56 下一页