发布时间:2015-10-29 17:31:43
DB2, Oracle 并发机制比较:http://www.db2china.net/home/space.php?uid=23781&do=blog&id=13519......【阅读全文】
发布时间:2015-10-22 14:05:45
系统默认值:nzsystem showRegistry|grep Concurrenthost.graMaxConcurrent = 48一般更改的话, 只会改小:To change this value,you need to stop or pause the server.Then execute the below command(to set it to 25)nzsystem set -arg host.gkM.........【阅读全文】
发布时间:2015-09-17 20:37:21
oracle Architecture<br />cube<br />partition<br />paralle<br />SQL tuning<br /><br />instance= memory+process<br /><br />database 狭义上,磁盘上的数据文件<br /><br />database buffer cache, 数据文件中的数据块, 默认8KB,database buffer cache越大越好<br /><br />避免全表扫描,<br /><br />.........【阅读全文】
发布时间:2015-09-16 18:02:49
<p style="margin-top:0px;margin-bottom:0px;clear:both;height:auto;overflow:hidden;color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;line-height:28px;white-space:normal;background-color:#FFFFFF;"><span style="padding:0px;margin:0px;color:#0066cc;font-size:small;font-family.........【阅读全文】
发布时间:2015-02-03 16:30:40
在这个环境开始安装前,我就对udev 这块内容感到迷茫,之前只是在虚拟机环境安装过oracle 11g RAC并且使用的是udev 方式,举例如下:for i in b c d e;doecho "KERNEL==\"sd*\", BUS==\"scsi\", PROGRAM==\"/sbin/scsi_id -g -u -s %p\", RESULT==\"`scsi_id -g -u -s /block/sd$i`\", NAME=\"asm-disk$i\", OWNER=\"gr.........【阅读全文】