自己服务器的输出1. 查看物理CPU的个数#cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l12. 查看逻辑CPU的个数#cat /proc/cpuinfo |grep "processor"|wc -l83. 查看CPU是几核#cat /...
分类:
系统相关 时间:
2014-07-26 00:48:06
阅读次数:
383
物理写的检测:select*fromv$sysstatwherelower(name)like‘physicalwrites%‘;physicalwrites89119//我一共写了多少块select*fromv$sysstatwhereupper(name)like‘DBW%‘;104DBWRcheckpointbufferswritten817312//通过检查点写了多少块。那你就可以用bufferwriter/physicalwriters..
分类:
其他好文 时间:
2014-07-25 19:16:42
阅读次数:
288
一、mysql备份类型1、按照mysql服务器状态cold离线备份,读、写操作均中止warm仅可执行读操作hot读、写操作不受影响2、按照数据一致性consistentinconsistent3、按照备份数据格式logical备份sql语句,在恢复的时候执行备份的sql语句实现数据库数据的重现physical文件系统层面直..
分类:
数据库 时间:
2014-07-23 21:16:27
阅读次数:
287
1,问题描述,standby从库没有应用redo日志Tue Jul 22 09:05:07 2014RFS[8852]: Assigned to RFS process 12956RFS[8852]: Identified database type as 'physical standby': Client is ARCH pid 16028Tue Jul 22 09:05:09 2014RFS...
分类:
数据库 时间:
2014-07-23 16:37:52
阅读次数:
887
变更历史
2010-06-22 添加客户端分布和SASL验证两节,更新spring配置一节。 2010-06-23 添加maven依赖说明 2010-10-17 1.2.6 released 2011-01-04 1.3 released。添加failure模式和standby节点。
XMemcached简介
XMemcached是一个新java memcached client...
This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:
Web程序 时间:
2014-07-19 20:10:57
阅读次数:
307
It's very simple to configure a IBM HTTP Server / Apache service on a server. But sometimes, considering the cost or any other reason, we need to sha....
分类:
Web程序 时间:
2014-07-19 20:09:56
阅读次数:
313
Continue from the last article......2) Confirmed the 80 port of the new added IP is not listened by any other services.Why need to test this? This is....
分类:
Web程序 时间:
2014-07-19 20:06:37
阅读次数:
354
JspSmartUpload 实现上传
save()
saveAs()
相对路径 SAVE_VIRTUAL
绝对路径 SAVE_PHYSICAL...
分类:
Web程序 时间:
2014-07-18 22:02:24
阅读次数:
217
这几天在搭建10g DG Windows 2008 R2的测试环境,主要是明天要去给一客户重新搭建一套生产库的DG,其中发现一些问题,特此记录一下
由于将要部署到生产环境,所以考虑在线搭建DG的方案,即不停库的情况下,而问题主要就是出在不停库时,用RAMN创建STANDBY的时候
通常在线搭建DG,主要是下面几个步骤:
1. 确保主库开启归档并开启force logging模式
2...
分类:
其他好文 时间:
2014-07-18 17:05:29
阅读次数:
309