Describe principle~
The real application clusters database highly available and extensible.Failure of one node in the cluster does not affect customer usage until the last node in cluster fails.
Defects~
The high cost.Each node has a separate oracle license and also needs a rac license.
The high speed interconnection requirements make the nodes close together, which means that a natural disaster may destroy the whole cluster.
成都創(chuàng)新互聯(lián)公司主要從事網(wǎng)頁設(shè)計(jì)、PC網(wǎng)站建設(shè)(電腦版網(wǎng)站建設(shè))、wap網(wǎng)站建設(shè)(手機(jī)版網(wǎng)站建設(shè))、成都響應(yīng)式網(wǎng)站建設(shè)公司、程序開發(fā)、網(wǎng)站優(yōu)化、微網(wǎng)站、微信平臺(tái)小程序開發(fā)等,憑借多年來在互聯(lián)網(wǎng)的打拼,我們在互聯(lián)網(wǎng)網(wǎng)站建設(shè)行業(yè)積累了豐富的成都網(wǎng)站制作、成都網(wǎng)站設(shè)計(jì)、網(wǎng)站設(shè)計(jì)、網(wǎng)絡(luò)營銷經(jīng)驗(yàn),集策劃、開發(fā)、設(shè)計(jì)、營銷、管理等多方位專業(yè)化運(yùn)作于一體。
The heardware configuration:
For RAC database,include two or more nodes. Redundant power supply,network card,dual CPU and error correction memory.
Shared disks should also have built-in hardware redundancy -multiple power supplies,raid-enabled disks,and so on.
The software configuration:
Cluster Ready Service,CRS
The network configuration:
Each node in RAC has at least three IP addresses.
Public network:All normal connections between the node and the server.
Private network:Intra-cluster node communication.
Virtual IP:Listen for addresses,and support rapid connect-time failover.
Public and private networks are best bond,providing redundancy and bandwidth.
Summary:This blog birefly describes RAC.
NOTE:The next blog will describe the RAC process.