Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdpii\tdpii_repcont015.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <title>About N-Way Replication Environments</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1.1 Build 005" /> <meta name="date" content="2009-06-04T17:1:1Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="About N-Way Replication Environments" /> <meta name="relnum" content="11g Release 2 (11.2)" /> <meta name="partnum" content="E10703-01" /> <link rel="copyright" href="./dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="./dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="prev" href="tdpii_repcont014.htm" title="Previous" type="text/html" /> <link rel="next" href="tdpii_repcont016.htm" title="Next" type="text/html" /> <script src="./callback.js" type="text/javascript"></script> <noscript>Your browser does not support JavaScript. This help page requires JavaScript to render correctly.</noscript> </head> <body> <div class="zz-skip-header"><a href="#BEGIN">Skip Headers</a></div> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="tdpii_repcont014.htm"><img src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdpii_repcont016.htm"><img src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="CIHEBHDG" name="CIHEBHDG"></a><a id="TDPII135" name="TDPII135"></a></p> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h1>About N-Way Replication Environments<a id="sthref165" name="sthref165"></a><a id="sthref166" name="sthref166"></a></h1> <a name="BEGIN" id="BEGIN"></a> <p>An <span class="bold">n-way replication environment</span> 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.</p> <p>An n-way replication environment typically has the following basic components:</p> <ul> <li> <p>Each database has one or more capture processes or synchronous captures to capture changes to the replicated database objects.</p> </li> <li> <p>Each database has propagations that send the captured changes to each of the other databases.</p> </li> <li> <p>Each database has apply processes that apply changes from each of the other databases. A different apply process must apply changes from each source database.</p> </li> <li> <p>For the best performance, each capture process and apply process has its own queue.</p> </li> </ul> <p><a href="#CIHEAJED">Figure: N-Way Replication Environment</a> shows an n-way replication environment.</p> <div class="figure"><a id="CIHEAJED" name="CIHEAJED"></a><a id="TDPII227" name="TDPII227"></a> <p class="titleinfigure">N-Way Replication Environment</p> <img src="img/tdpii501.gif" alt="Description of this figure follows" title="Description of this figure follows" longdesc="img_text/tdpii501.htm" /><br /> <a id="sthref167" name="sthref167" href="img_text/tdpii501.htm">Description of "N-Way Replication Environment"</a><br /> <br /></div> <!-- class="figure" --> <p><a id="sthref168" name="sthref168"></a><a id="sthref169" name="sthref169"></a><a id="sthref170" name="sthref170"></a>You can configure an n-way replication environment by using the following Oracle-supplied packages:</p> <ul> <li> <p><code>DBMS_STREAMS_ADM</code> can be used to perform most of the configuration actions, including setting up queues, creating capture processes or synchronous captures, creating propagations, creating apply processes, and configuring rules and rule sets for the replication environment.</p> </li> <li> <p><code>DBMS_CAPTURE_ADM</code> can be used to start any capture processes you configured in the replication environment.</p> </li> <li> <p><code>DBMS_APPLY_ADM</code> can be used to configure apply processes, configure conflict resolution, and start apply processes, as well as other configuration tasks.</p> </li> </ul> <p>See <a href="tdpii_intro2ii004.htm#CFHJAAEA">"When to Replicate Data with Oracle Streams"</a> for information about when n-way replication is useful.</p> <p>Typically, in an n-way replication environment, you should configure conflict resolution to keep the replicated database objects synchronized.</p> <p>Configuring an n-way replication environment is beyond the scope of this guide. See <a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=STREX004','newWindow').focus()"><span class="italic">Oracle Streams Extended Examples</span></a> for a detailed example that configures an n-way replication environment.</p> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="tdpii_repcont012.htm#CIHGGCCB">About the Common Types of Oracle Streams Replication Environments</a></p> <p><a href="tdpii_repcont010.htm#BABGAACC">About Conflicts and Conflict Resolution</a></p> </div> </div> <!-- class="sect3" --> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="./dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="tdpii_repcont014.htm"><img src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdpii_repcont016.htm"><img src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de