摘要: [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 阅读(1) 评论(0) 推荐(0)
摘要: [20260628]测试不同字符集使用dblink的情况.txt--//测试不同字符集使用dblink的情况,数据库oracle 21c。--//网络地址 主机名 数据库字符集 国家字符集--//192.168.56.101 centtest 使用ZHS16GBK字符集 AL16UTF16--//1 阅读全文
posted @ 2026-06-30 21:52 lfree 阅读(2) 评论(0) 推荐(0)
摘要: [20260626]locate的使用问题.txt--//最近安装centos 9,遗漏一些rpm包,经常需要补充安装,经常需要查询那些rpm包在iso映像里面,快速查询需要使用locate命令,--//遇到一些问题,做一个记录。--//mount iso映像# mkdir -p /mnt/cdro 阅读全文
posted @ 2026-06-30 21:51 lfree 阅读(4) 评论(0) 推荐(0)
摘要: [20260622]centos 9为什么不使用配置hugepages.txt--//昨天安装数据库,检查发现启动的数据库没有使用hugepages,主要原因当设置use_large_pages=only时启动失败.SQL> startupORA-27125: unable to create sh 阅读全文
posted @ 2026-06-30 21:49 lfree 阅读(4) 评论(0) 推荐(0)
摘要: [20260621]centos 9安装oracle 21c遇到的关于stat的问题.txt--//放假一直在尝试centos 9上安装oracle 21c遇到一大堆问题,最终还是安装完成.重点介绍遇到关于stat的问题.--//首先centos 9 不在oracle 21c安装列表里面,要定义环境 阅读全文
posted @ 2026-06-30 21:49 lfree 阅读(7) 评论(0) 推荐(0)
摘要: [20260611]SQLNET.EXPIRE_TIME的相关问题.txt--//SQLNET.EXPIRE_TIME 是 Oracle Net 的一个参数,用于 检测死连接(Dead Connection Detection, DCD)。它通过定期向空闲连接发--//送探测包,来判断连接是否仍然有 阅读全文
posted @ 2026-06-15 21:04 lfree 阅读(13) 评论(0) 推荐(0)
摘要: [20260607]建立完善通用的prz.sql脚本.txt--//自己写一个比较通用的版本prx.sql,参考链接 : [20251014]建立完善通用的prx.sql脚本.txt --//参数1支持2种格式,第1种格式使用数字序列使用,分开,输出对应字段。第2种格式使用正则表达式输出对应字段.- 阅读全文
posted @ 2026-06-08 20:57 lfree 阅读(5) 评论(0) 推荐(0)
摘要: [20260604]为什么cdb与pdb下密集执行性能差异巨大.txt--//上午在测试取sid的最佳方法时,发现通过密集执行select sid into v_sid from v$mystat where rownum=1;,cdb与pdb下执行性能--//差异巨大,单独写一篇文章仔细分析。1. 阅读全文
posted @ 2026-06-08 20:56 lfree 阅读(13) 评论(0) 推荐(0)
摘要: [20260604]简单测试获取sid的最佳方法.txt--//对比测试sys_context('userenv', 'sid') ,userenv('sid'),以及执行sql语句select sid from v$mystat where rownum=1;。--//那种方法最佳。--//另外测 阅读全文
posted @ 2026-06-08 20:55 lfree 阅读(3) 评论(0) 推荐(0)
摘要: [20260525]跟踪library cache lock library cache pin使用systemtap(21c)2.txt--//链接:[20260525]跟踪library cache lock library cache pin使用systemtap(21c)1.txt 列出几种 阅读全文
posted @ 2026-05-28 21:19 lfree 阅读(3) 评论(0) 推荐(0)