11 2020 档案
摘要:[20201126]11g VPD的问题.txt--//链接https://hourim.wordpress.com/2020/09/30/ddl-optimization-and-vpd/提到的问题在测试环境测试看看。--//你可以查看中文版本更加详细的介绍10g,11g与12c增加列的一些操作方
阅读全文
摘要:[20201121]显示时间戳高精度版本.txt--//工作需要,需要写一个高精度显示事件戳的版本。--//以前的版本如下:# cat ts.awk# /bin/bashgawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }'--//我看了一下man
阅读全文
摘要:[20201117]使用DBMS_SHARED_POOL.MARKHOT与sql语句6.txt--//前几天我看了链接:https://blog.pythian.com/reducing-contention-on-hot-cursor-objects-cursor-pin-s/--//里面提到使用
阅读全文
摘要:[20201112]tmpwatch 删除文件.txt--//tmpwatch命令用来removes files which haven't been accessed for a period of time。--//一般发布版本用来通过crond调用tmpwatch删除一定时间内不使用的文件。#
阅读全文
摘要:[20201105]mtime, ctime and atime in Linux.txt--//大家都知道linux 文件系统的文件存在3个时间mtime, ctime and atime。简单解析如下:--//https://linoxide.com/file-system/file-times
阅读全文