上一页 1 2 3 4 5 6 7 8 ··· 62 下一页
摘要: [20260607]建立完善通用的prz.sql脚本.txt--//自己写一个比较通用的版本prx.sql,参考链接 : [20251014]建立完善通用的prx.sql脚本.txt --//参数1支持2种格式,第1种格式使用数字序列使用,分开,输出对应字段。第2种格式使用正则表达式输出对应字段.- 阅读全文
posted @ 2026-06-08 20:57 lfree 阅读(11) 评论(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 阅读(30) 评论(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 阅读(8) 评论(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 阅读(8) 评论(0) 推荐(0)
摘要: [20260525]跟踪library cache lock library cache pin使用systemtap(21c)1.txt--//去年6月份做的测试,当时测试失败,当时的记录如下。$ cat lkpn21c.stpglobal lk=0, pn=0#globak off_set=0# 阅读全文
posted @ 2026-05-28 21:18 lfree 阅读(26) 评论(0) 推荐(0)
摘要: [20260523]ORA-01801 date format is too long for internal buffer.txt--//测试使用dbms_profiler遇到的问题,做1个记录。1.环境:SCOTT@book01p> @ ver2 PORT_STRING : x86_64/Li 阅读全文
posted @ 2026-05-24 20:06 lfree 阅读(36) 评论(0) 推荐(0)
摘要: [20260506]建立完善ipcs.sql脚本.txt--//最近几天都在使用linux ipcs,发现从12c开始引入视图x$ksmssinfo,可以通过它查看共享内存段,相当于oracldebug ipc的转储.--//不过这个X表的定义有点奇葩,字段名出现空格,并且SIZE还是oracle的 阅读全文
posted @ 2026-05-06 21:18 lfree 阅读(11) 评论(0) 推荐(0)
摘要: [20260505]关于内核参数kernel.shmmax.txt--//在探究ipcs -m 输出shmid值遇到的问题,单独写一篇blog。1.环境:# cat /etc/redhat-releaseCentOS Linux release 7.3.1611 (Core)SYS@book> @ 阅读全文
posted @ 2026-05-06 21:18 lfree 阅读(11) 评论(0) 推荐(0)
摘要: [20260503]21c下测试pre_page_sga=false时的疑问.txt--//21c下测试pre_page_sga=false时遇到的问题,发现ipcs -m显示中nattch列显示的信息与11g遇到的情况不同,做一个记录与分析。1.问题提出:SYS@book> @ ver2 PORT 阅读全文
posted @ 2026-05-06 21:17 lfree 阅读(10) 评论(0) 推荐(0)
摘要: [20260429]21c下设置pre_page_sga=true使用hugepages的疑问3.txt--//补充测试,最近的测试21c下设置pre_page_sga=true使用hugepages时,总发现存在小量的hugepages没有分配,跟11g存在差异,11g--//是全部分配。--// 阅读全文
posted @ 2026-05-06 21:16 lfree 阅读(48) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 62 下一页