dbTalk Databases Forums  

Difference between Clustering and Replication

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Difference between Clustering and Replication in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
raghu
 
Posts: n/a

Default Difference between Clustering and Replication - 05-06-2006 , 08:35 PM






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

Thanks.


Reply With Quote
  #2  
Old   
hansF
 
Posts: n/a

Default Re: Difference between Clustering and Replication - 05-06-2006 , 11:03 PM






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

Quote:
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.


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Difference between Clustering and Replication - 05-07-2006 , 11:01 AM



raghu wrote:
Quote:
I am confused between clustered and replicated databases.
What is the basic difference between them and when are they used?

Thanks.
Two different concepts that bear essentially no relationship
between each other.

In clustering (RAC) you have multiple instances connected
simultaneously to a single database. There is a single copy
of the datafiles being accessed by multiple servers (nodes).

In replication, whether with stand-alone or RAC you are
replicating the data from one database (set of datafiles)
to another.

Daniel Morgan
University of Washington
www.psoug.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.