上一页 1 2 3 4 5 6 7 ··· 62 下一页
摘要: [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 阅读(5) 评论(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 阅读(47) 评论(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)
摘要: [20260626]locate的使用问题.txt--//最近安装centos 9,遗漏一些rpm包,经常需要补充安装,经常需要查询那些rpm包在iso映像里面,快速查询需要使用locate命令,--//遇到一些问题,做一个记录。--//mount iso映像# mkdir -p /mnt/cdro 阅读全文
posted @ 2026-06-30 21:51 lfree 阅读(27) 评论(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 阅读(9) 评论(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 阅读(62) 评论(0) 推荐(0)
摘要: [20260611]SQLNET.EXPIRE_TIME的相关问题.txt--//SQLNET.EXPIRE_TIME 是 Oracle Net 的一个参数,用于 检测死连接(Dead Connection Detection, DCD)。它通过定期向空闲连接发--//送探测包,来判断连接是否仍然有 阅读全文
posted @ 2026-06-15 21:04 lfree 阅读(41) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 62 下一页