oracle HA 高可用性详解(之一,client、server端服务详解):http://write.blog.csdn.net/postedit
我们已经看到TAF是的Oracle的会话能够自动重新连接,需要说明的是,这个能力是基于OCI的,是OCI的一个功能,JDBC Thin Driver无效,因为这种驱动不是构建在OCI库上的。
虽然这个功能发起于RAC,但TAF并不局限于RAC,单实例、DG环境都可以享受这个好处。Oralce声称其TAF能够保证用户会话自动的转移到另一个实例上。这一点确实是...
分类:
数据库 时间:
2014-08-08 12:43:06
阅读次数:
318
Note: This is not the most highly recommended method to move from CentOS 6 to CentOS 7 ... but it can be performed, at your own risk, if the tool says...
分类:
其他好文 时间:
2014-08-07 22:36:38
阅读次数:
499
Memcache自身并没有实现集群功能,如果想用Memcahce实现集群需要借助第三方软件或者自己设计编程实现,这里将采用memagent代理实现,memagent又名magent,大家注意下,不要将这二者当成两种工具...
分类:
其他好文 时间:
2014-08-07 13:20:20
阅读次数:
220
题目:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha....
分类:
编程语言 时间:
2014-08-07 05:11:48
阅读次数:
258
sudo?apt-get?update
sudo?apt-get?upgrade
sudo?apt-get?install?python-software-properties
sudo?add-apt-repository?ppa:webupd8team/java
sudo?apt-get?update
sudo?apt-get?remove?--purge?...
分类:
数据库 时间:
2014-08-06 15:07:01
阅读次数:
261
1、首先,要有一张CentOS 6.4的安装介质,使用介质启动电脑出现如下界面界面说明:Install or upgrade an existing system 安装或升级现有的系统install system with basic video driver 安装过程中采用基本的显卡驱动Rescu...
分类:
其他好文 时间:
2014-08-06 14:09:31
阅读次数:
348
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,1,?5,4],
the contiguous subarray [4,?1,2,1] ha...
分类:
其他好文 时间:
2014-08-05 22:37:50
阅读次数:
188
今天想更新ubuntu到最新,听说有个命令,于是总结一下。通常会有、开发版、发行版之分:开发版:devel release (develop release)发行版:dist release(distribution release)版本升级:sudo do-release-upgrade 更新:u...
分类:
其他好文 时间:
2014-08-05 19:10:19
阅读次数:
195
集群技术是目前非常流行的提高系统服务能力与高可靠性( HA- High Availability )的手段,通过把多个独立的服务器组成一个集群可以实现失效无缝转移。也就是说当有某一台集群中的服务器当机后,其上的用户状态数据可以无缝迁移到集群中 的其他服务器上。这样,正在使用应用的客户可以完全感觉.....
分类:
其他好文 时间:
2014-08-05 18:27:49
阅读次数:
313
vsphere高级功能需要vcenter server和共享存储的支持...
分类:
其他好文 时间:
2014-08-04 11:12:27
阅读次数:
239