会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfree
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
56
下一页
2024年11月12日
[20241110]使用xto10.sql脚本遇到的问题.txt
摘要: [20241110]使用xto10.sql脚本遇到的问题.txt--//自己在使用xto10.sql脚本时,输入参数错误,我没有想到竟然执行有结果,例子:SYS@book> @ xto10 d5f8b304 10BASE10 BASE10 d5f8b304 136591304--//按照道理我输入一
阅读全文
posted @ 2024-11-12 20:57 lfree
阅读(32)
评论(0)
推荐(0)
2024年11月8日
[20241108]跟踪library cache lock library cache pin使用gdb(11g)4.txt
摘要: [20241108]跟踪library cache lock library cache pin使用gdb(11g)4.txt--//验证前面建立的gdb脚本确定library cache pin address是否正确.1.环境:SCOTT@book> @ver1PORT_STRING VERSI
阅读全文
posted @ 2024-11-08 20:57 lfree
阅读(14)
评论(0)
推荐(0)
[20241108]跟踪library cache lock library cache pin使用gdb(11g)3.txt
摘要: [20241108]跟踪library cache lock library cache pin使用gdb(11g)3.txt--//前一段时间写的使用gdb跟踪library cache lock/library cache pin的脚本。--//我看过以前的笔记,当时测试过链接https://n
阅读全文
posted @ 2024-11-08 20:56 lfree
阅读(12)
评论(0)
推荐(0)
[20241107]nocache的编译.txt
摘要: [20241107]nocache的编译.txt--//原来的测试环境不存在,需要建立nocache工具了解文件缓存情况,学习OS相关知识。--//实际上linux对这些工具从应用角度讲不重要,如果有用,linux实用程序里面应该包含类似工具。可惜一直不提供。--//一般这类安装,我都会写安装笔记,
阅读全文
posted @ 2024-11-08 20:28 lfree
阅读(36)
评论(0)
推荐(0)
2024年11月6日
[20241105]跟踪library cache lock library cache pin使用gdb(11g)2.txt
摘要: [20241105]跟踪library cache lock library cache pin使用gdb(11g)2.txt--//前一段时间写的使用gdb跟踪library cache lock/library cache pin的脚本。--//我看过以前的笔记,当时测试过链接https://n
阅读全文
posted @ 2024-11-06 20:19 lfree
阅读(32)
评论(0)
推荐(0)
2024年10月21日
[20241021]使用gdb查看修改内存地址以及相关值.txt
摘要: [20241021]使用gdb查看修改内存地址以及相关值.txt--//执行oradebug poke报错,感觉oracle已经禁止这类hack操作。1.环境:SYS@book> @ver2 PORT_STRING : x86_64/Linux 2.4.xxVERSION : 21.0.0.0.0B
阅读全文
posted @ 2024-10-21 20:46 lfree
阅读(109)
评论(0)
推荐(0)
2024年10月19日
[20241018]21c x$mutex_sleep_history记录的变化.txt
摘要: [20241018]21c x$mutex_sleep_history记录的变化.txt--//mutex很少会成为主要等待事件,如果遇到多数情况非常特别,比如bug。mutex本身和保护对象是一体的,不像latch一样有单独的--//latch,而且mutex本身占内存也更小,mutex没有等待和
阅读全文
posted @ 2024-10-19 21:18 lfree
阅读(29)
评论(0)
推荐(0)
2024年10月16日
[20241016]Oracle C functions annotations补充.txt
摘要: [20241016]Oracle C functions annotations补充.txt--//网站orafun.info可以查询oracle c functions.Created by Frits Hoogland with a little help from Kamil Stawiars
阅读全文
posted @ 2024-10-16 20:33 lfree
阅读(30)
评论(0)
推荐(0)
2024年10月14日
[20241013]sqlplus spool与文件覆盖.txt
摘要: [20241013]sqlplus spool与文件覆盖.txt--//这个问题在8月份遇到的问题,我发现在sqlplus下spool a.sql文件,并没有在当前目录产生a.sql文件,后来我发现建立在环境变量--//ORACLE_PATH定义的目录下,当时以为自己打开多个会话,没有注意自己工作的
阅读全文
posted @ 2024-10-14 20:14 lfree
阅读(74)
评论(0)
推荐(0)
2024年10月12日
[20241012]cursor_sharing=force与函数索引.txt
摘要: [20241012]cursor_sharing=force与函数索引.txt--//今天听了一个课程,提到使用cursor_sharing=force解决sql语句使用文字变量问题以及局限性,实际上一些局限性在新的oracle版--//本已经不存在, 突然想起今年3月份的事情,使用cursor_s
阅读全文
posted @ 2024-10-12 20:29 lfree
阅读(46)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
56
下一页
公告