Linux下OUI乱码
在Linux下遇到OUI乱码,第一次遇到这样的情况,首先想到环境变量设置不对。
设置以下环境变量后,未再显示乱码:
export LC_ALL=en_US |
在Linux下遇到OUI乱码,第一次遇到这样的情况,首先想到环境变量设置不对。
设置以下环境变量后,未再显示乱码:
export LC_ALL=en_US |
经常用vi修改tnsnames.ora,有时会发现在A机子上显示得好好的连接格式,复制到B机时,全变乱,如果复制的内容多了,那更是乱得一蹋糊涂,而在一些机子上又可以正常复制。
在HP-UX 11.23上升级9207时,修改升级包解压出来的目录的权限时,居然报错:
$ chmod -R 755 * chmod: can't traverse install chmod: can't traverse response chmod: can't traverse stage |
LVCB(逻辑卷控制块):logical volume control block,保存着逻辑卷的重要信息,在mklv时使用-T O选项可以指定其是否存放于LV的头部:
总结一个去年由于Paging Space不足导致系统挂起的案例。
监控报警,数据库挂起,无法连接,检查主机告警时,发现大量Paging Space不足的告警。
在Unix操作系统上,Oracle创建TEMP表空间,添加TEMP文件时,可以观察到瞬间就完成了,而且文件系统的使用率又没增长多少。这其实就是因为TEMP文件是Sparse Files的原因。
什么是Sparse Files
On many Unix filesystems, files containing long strings of nulls can be stored
much more efficiently than other files. To be specific, if a string of nulls
spans an entire allocation block, that whole block is not stored on disk at all.
Files where one or more blocks are omitted in this way are called sparse files.
The missing blocks are also known as holes.
站内搜索