Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Skip Headers
Previous
Previous
 
Next
Next

About N-Way Replication Environments

An n-way replication environment is one in which each database communicates directly with each other database in the environment. The changes made to replicated database objects at one database are captured and sent directly to each of the other databases in the environment, where they are applied.

An n-way replication environment typically has the following basic components:

Figure: N-Way Replication Environment shows an n-way replication environment.

N-Way Replication Environment

Description of this figure follows
Description of "N-Way Replication Environment"

You can configure an n-way replication environment by using the following Oracle-supplied packages:

See "When to Replicate Data with Oracle Streams" for information about when n-way replication is useful.

Typically, in an n-way replication environment, you should configure conflict resolution to keep the replicated database objects synchronized.

Configuring an n-way replication environment is beyond the scope of this guide. See Oracle Streams Extended Examples for a detailed example that configures an n-way replication environment.

Related Topics

About the Common Types of Oracle Streams Replication Environments

About Conflicts and Conflict Resolution