Here is a list of common Oracle10g installation problems and other issues.
Note that most of the issues are due to not following correctly the installation procedure. And some errors are due to not
...
Replica Set
中文翻译叫做副本集,不过我并不喜欢把英文翻译成中文,总是感觉怪怪的。其实简单来说就是集群当中包含了多份数据,保证主节点挂掉了,备节点能继续提供数据服务,提供的前提就是数据需要和主节点一致。如下图:
Mongodb(M)表示主节点,Mongodb(S)表示备节点,Mongodb(A)表示仲裁节点。主备节点存储数据,仲裁节点不存储数据。客户端同时连接主节点与备节点,不
...
centos安装说明(源码安装):
进入MongoDB下载中心:http://www.mongodb.org/downloads
We recommend using these binary distributions (官方推荐使用二进制版本!)
根据自己的实际系统环境,下载所要的文件,我的是Linux 64-bit.
wget http://fastdl.mongodb.org/linux
...
Oracle Database 10g on other Linux Distributions
People recommended this installation guide for:
WhiteBox Linux 3
Works exactly like on RHEL AS 3.
Mandrake 10.0 Community Edition
Some files/pac
...
最新评论