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

Home -> Community -> Usenet -> c.d.o.server -> Re: A replication question/mlml

Re: A replication question/mlml

From: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Thu, 03 Jun 2004 08:07:21 +0200
Message-ID: <9tftb01vskejvn90m3nbcuh9b393ar20d8@4ax.com>


On 3 Jun 2004 03:35:16 GMT, ae299_at_FreeNet.Carleton.CA (Michel Lee) wrote:

>
>A replication question/mlml
>
>Hi,
>I have 2 sites far apart(Asia & North America),
>one with a large table , the other with a small table, same structure.
>
>Inserts are done in the small table.
>I would like to copy this data to the large table routinely.
>
>(North America) large table <-----<------ small table (Asia)
>
>How would I do it?
>I thought of a few ways but they dont really fit in.
>1) MultiMaster Replication (NO)
>2) Materialized view (NO)
>3) Updateable Materialized view (NO)
>
>Maybe this is not a replication question?
>This seems like a simple question, but how would I do this?
>
>thanks in advance
>Mike

Simple replication would do, no need for multimaster replication. Just set up a snapshot and a snapshot log and a snapshot refresh job. You seem to reject those solutions (looking at the 'NO' label), the alternative would be a remote insert, which is just cumbersome and unstable, compared to replication.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Jun 03 2004 - 01:07:21 CDT

Original text of this message

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