上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页
摘要: [20201204]为什么返回2行记录.txt--//在itpub问的问题,http://www.itpub.net/thread-2140116-1-1.html。花了一点点时间,大概知道问题在哪里,--//问题出在一致性读取上,参考链接http://blog.itpub.net/267265/v 阅读全文
posted @ 2020-12-08 11:24 lfree 阅读(232) 评论(0) 推荐(0)
摘要: [20201126]11g VPD的问题.txt--//链接https://hourim.wordpress.com/2020/09/30/ddl-optimization-and-vpd/提到的问题在测试环境测试看看。--//你可以查看中文版本更加详细的介绍10g,11g与12c增加列的一些操作方 阅读全文
posted @ 2020-11-26 09:55 lfree 阅读(324) 评论(0) 推荐(0)
摘要: [20201121]显示时间戳高精度版本.txt--//工作需要,需要写一个高精度显示事件戳的版本。--//以前的版本如下:# cat ts.awk# /bin/bashgawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'--//我看了一下man 阅读全文
posted @ 2020-11-23 09:06 lfree 阅读(246) 评论(0) 推荐(0)
摘要: [20201117]使用DBMS_SHARED_POOL.MARKHOT与sql语句6.txt--//前几天我看了链接:https://blog.pythian.com/reducing-contention-on-hot-cursor-objects-cursor-pin-s/--//里面提到使用 阅读全文
posted @ 2020-11-17 16:21 lfree 阅读(684) 评论(0) 推荐(0)
摘要: [20201112]tmpwatch 删除文件.txt--//tmpwatch命令用来removes files which haven't been accessed for a period of time。--//一般发布版本用来通过crond调用tmpwatch删除一定时间内不使用的文件。# 阅读全文
posted @ 2020-11-13 09:22 lfree 阅读(216) 评论(0) 推荐(0)
摘要: [20201105]mtime, ctime and atime in Linux.txt--//大家都知道linux 文件系统的文件存在3个时间mtime, ctime and atime。简单解析如下:--//https://linoxide.com/file-system/file-times 阅读全文
posted @ 2020-11-05 10:34 lfree 阅读(670) 评论(1) 推荐(0)
摘要: [20200904]12c invisible column impdp segment_column_id.txt--//12c提供一个新特性,可以设置隐藏列.这样会导致select * from ..的一些问题,甚至改变显示顺序.--//所以在程序中一般代码禁止使用select *.如果设置隐藏 阅读全文
posted @ 2020-09-05 11:07 lfree 阅读(336) 评论(0) 推荐(0)
摘要: [20200824]12c sqlplus rowprefetch arraysize 显示行数量的关系.txt--//以前写的:[20181108]12c sqlplus rowprefetch参数4.txt => http://blog.itpub.net/267265/viewspace-22 阅读全文
posted @ 2020-08-25 20:39 lfree 阅读(291) 评论(0) 推荐(0)
摘要: [20200814]8K数据库最大行号.txt--//昨天听别人上课,对方想演示ITL槽不足出现的阻塞和死锁情况,讲到oracle 8K的数据块最大行号不能超过736.实际上--//比较准确的提法是1块(数据块大小8k)最多仅仅容纳736条记录,实测733.估计采用mssm模式可以达到736条(注: 阅读全文
posted @ 2020-08-17 21:18 lfree 阅读(294) 评论(0) 推荐(0)
摘要: [20200401]优化的困惑5.txt--//春节前对一个生产系统做优化,完成后使用ash_wait_chains.sql检查,发现control file parallel write有点多。--//当时并没有在意,总感觉哪里不对,感觉这套系统磁盘IO有问题,现在有空分析看看。1.环境:> @ 阅读全文
posted @ 2020-04-02 10:47 lfree 阅读(486) 评论(1) 推荐(1)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 58 下一页