Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Difference between Clustering and Replication

Re: Difference between Clustering and Replication

From: hansF <fuzzy.greybeard_at_gmail.com>
Date: Sun, 07 May 2006 04:03:13 GMT
Message-Id: <pan.2006.05.07.04.04.32.766000@gmail.com>


On Sat, 06 May 2006 18:35:47 -0700, raghu wrote:

> I am confused between clustered and replicated databases.
> What is the basic difference between them and when are they used?
>
> Thanks.

There are several definitions for 'clustered database', depending on the vendor. However, in general I would say the differences between clustered and replicated:

clustered: each computer accesses the one copy of the data directly replicated: each computer has it's own copy of the data

In Oracle's clustered database, all computers actually access the same disks and therefore have access to all of the data. Other clustered databases may elect to partition the data across computers and have a way of sharing that from the 'owning' computer, making it look like each computer has access to the single data set.

Replication requires copying and storing the data across all interested computers.

Each has it's own benefits, drawbacks, deterrents and proponents. Received on Sat May 06 2006 - 23:03:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US