上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页
摘要: [20201231]单实例data buffer states.txt--//别人问的一个问题PI是什么状态,PI表示past image.是rac环境特有的状态,不会出现在单实例的数据库中。--//既然提到这个问题,今天就是探究一下单实例data buffer states。1.环境:SCOTT@ 阅读全文
posted @ 2020-12-31 10:33 lfree 阅读(176) 评论(0) 推荐(0) 编辑
摘要: [20201208]为什么返回2行记录补充.txt--//在itpub问的问题,http://www.itpub.net/thread-2140116-1-1.html。花了一点点时间,大概知道问题在哪里,--//问题出在一致性读取上,参考链接http://blog.itpub.net/267265 阅读全文
posted @ 2020-12-08 11:25 lfree 阅读(127) 评论(0) 推荐(0) 编辑
摘要: [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 阅读(162) 评论(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 阅读(286) 评论(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 阅读(213) 评论(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 阅读(552) 评论(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 阅读(185) 评论(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 阅读(565) 评论(1) 推荐(0) 编辑
摘要: [20200904]12c invisible column impdp segment_column_id.txt--//12c提供一个新特性,可以设置隐藏列.这样会导致select * from ..的一些问题,甚至改变显示顺序.--//所以在程序中一般代码禁止使用select *.如果设置隐藏 阅读全文
posted @ 2020-09-05 11:07 lfree 阅读(306) 评论(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 阅读(261) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 43 下一页