摘要: 对server事件的监控主要是实现MemberListener类,对Cache事件的监控主要通过MapListener 参考代码 package coherencetest; import com.tangosol.net.CacheFactory;import com.tangosol.net.M 阅读全文
posted @ 2016-09-14 14:47 ericnie 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 最近在客户那里环境中coherence集群不稳定,所以找出一些文档,需要搞清楚Coherence内部的一些机制 1.集群成员的离开 关于状态的检测,官方的说法是: Death detection is a cluster mechanism that quickly detects when a c 阅读全文
posted @ 2016-09-13 20:33 ericnie 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 1.通过util.zip带的gzip压缩程序 Coherence对象压缩程序如下 package coherencetest; import com.tangosol.net.CacheFactory; import java.util.zip.*; import java.io.*; import 阅读全文
posted @ 2016-09-11 10:46 ericnie 阅读(561) 评论(0) 推荐(0) 编辑
摘要: Coherence在extend模式下,proxy的负载均衡机制官方解释是 Extend client connections are load balanced across proxy service members. By default, a proxy-based strategy is 阅读全文
posted @ 2016-09-10 22:06 ericnie 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 之前在一个客户中做压力测试时候Oracle Service Bus性能大概达到900tps左右,和客户期望的1600tps有很大差距. 在研究了Socket Adapter的工作原理之后,判断可能是OS层的参数有关,调整了AIX网络参数后果然好转实现1600tps的目标。 记录如下: OS(AIX) 阅读全文
posted @ 2016-08-29 15:23 ericnie 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 8月1日前广西发生了一次地震, 8月份前又发生了好几次台风,估计对地下的光缆有点损害(比如5根断了2根之类),感觉家里的网速都慢了好多,在客户那里部署的coherence缓存环境也出现了问题,两台hp小机构成的coherence集群环境,客户压力一大就处于集群不可用状态.但停任何一台后,另外一台都能 阅读全文
posted @ 2016-08-29 14:53 ericnie 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 转载自 http://www.eygle.com/archives/2007/08/11g_auto_diag_repository.html#comments Oracle Database 11g的FDI(Fault Diagnosability Infrastructure)是自动化诊断方面的 阅读全文
posted @ 2016-07-08 15:55 ericnie 阅读(203) 评论(0) 推荐(0) 编辑
摘要: weblogic Server 12.1.1全部都可以用原来方式. WebLogic Server 12.1.2后已经取消了console安装模式,目前只有gui和静默安装模式。并且安装方式下也有很大变化 如果静默安装模式,需要创建一个response file,内容如下: 可以采用 readTem 阅读全文
posted @ 2016-07-01 22:33 ericnie 阅读(1164) 评论(0) 推荐(0) 编辑
摘要: 建立主外键的constraint create table emp1(emp_no number(2) constraint emp_emp_no_pk primary key,ename varchar2(15),salary number(8,2),mgr_no number(2) constr 阅读全文
posted @ 2016-06-30 13:03 ericnie 阅读(3520) 评论(0) 推荐(0) 编辑
摘要: RMAN> backup current controlfile tag='bak_ctlfile' format='/home/oracle/backup/bak_ctl_%U_%T'; alter system switch logfile; alter system switch logfil 阅读全文
posted @ 2016-06-21 10:14 ericnie 阅读(4381) 评论(0) 推荐(0) 编辑