Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\advrp\intro001.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 Replication</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-23T10:13:5Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="About Replication" /> <meta name="relnum" content="11g Release 1 (11.1)" /> <meta name="partnum" content="A12345-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="intro.htm" title="Previous" type="text/html" /> <link rel="next" href="intro002.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> <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="intro.htm"><img src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="intro002.htm"><img src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABHHBFG" name="BABHHBFG"></a><a id="ADVRP102" name="ADVRP102"></a></p> <div class="sect1"><!-- infolevel="all" infotype="General" --> <h1>About Replication</h1> <p>Replication is the process of copying and maintaining database objects, such as tables, in multiple databases that make up a distributed database system. Changes applied at one site are captured and stored locally before being forwarded and applied at each of the remote locations. Oracle Replication is a fully integrated feature of the Oracle server; it is not a separate server.</p> <p>Replication uses distributed database technology to share data between multiple sites, but a replicated database and a distributed database are not the same. In a distributed database, data is available at many locations, but a particular table resides at only one location. For example, the employees table resides at only the <code>ny.world</code> database in a distributed database system that also includes the <code>hk.world</code> and <code>la.world</code> databases. Replication means that the same data is available at multiple locations. For example, the employees table is available at <code>ny.world</code>, <code>hk.world</code>, and <code>la.world</code>.</p> <p>Some of the common reasons for using replication are:</p> <div class="inftblinformal"> <table class="Informal" title="Common Reasons for Using Replication" summary="Common Reasons for Using Replication" dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <col width="28%" /> <col width="*" /> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t3">Reason</th> <th align="left" valign="bottom" id="r1c2-t3">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t3" headers="r1c1-t3">Availability</td> <td align="left" headers="r2c1-t3 r1c2-t3">Replication improves the availability of applications because it provides them with alternative data access options. If one site becomes unavailable, then users can continue to query or even update the remaining locations.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t3" headers="r1c1-t3">Performance</td> <td align="left" headers="r3c1-t3 r1c2-t3">Replication provides fast, local access to shared data because it balances activity over multiple sites. Some users can access one server while other users access different servers, thereby reducing the load at all servers. Also, users can access data from the replication site that has the lowest access cost, which is typically the site that is geographically closest to them.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t3" headers="r1c1-t3">Network Load Reduction</td> <td align="left" headers="r4c1-t3 r1c2-t3">Replication can be used to distribute data over multiple regional locations. Then, applications can access various regional servers instead of accessing one central server. This configuration can reduce network load dramatically.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t3" headers="r1c1-t3">Disconnected Computing</td> <td align="left" headers="r5c1-t3 r1c2-t3">Users can continue to view and update the replica even when network access is unavailable. A materialized view is a complete or partial copy (replica) of a target table from a single point in time. Materialized views enable users to work on a subset of a database while disconnected from the central database server. Later, when a connection is established, users can synchronize (refresh) materialized views on demand. When users refresh materialized views, they update the central database with all of their changes, and they receive any changes that may have happened while they were disconnected.</td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t3" headers="r1c1-t3">Mass Deployment</td> <td align="left" headers="r6c1-t3 r1c2-t3">Increasingly, organizations need to deploy many applications that require the ability to use and manipulate data. With Oracle Replication, deployment templates enable you to create multiple materialized view environments quickly. You can use variables to customize each materialized view environment for its individual needs. For example, you can use deployment templates for sales force automation. In this case, the template could contain variables for various sales regions and salespersons.</td> </tr> </tbody> </table> <br /></div> <!-- class="inftblinformal" --> <div class="helpinfonote"> <p><span class="bold">Note: </span>Beginning with Oracle 9<span class="italic">i</span> Release 2, the advanced replication functionality is also provided by Oracle Streams. Although Oracle Corporation continues to support the advanced replication functionality, Oracle Streams provides greater flexibility and functionality. <p>To learn more about Oracle Streams, refer the <a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=STREP','newWindow').focus()"><span class="italic">Oracle Streams Replication Administrator's Guide</span></a>.</p> </p> </div> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="getting_started002.htm#CHDFHHJC">Flowchart for Creating a Replication Environment</a></p> </div> </div> <!-- class="sect1" --> <!-- 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 © 2005, 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="intro.htm"><img src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="intro002.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