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: can we replicate inserts not deletes from a primary to an offline

Re: can we replicate inserts not deletes from a primary to an offline

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Wed, 24 Nov 1999 02:01:44 -0800
Message-ID: <383BB788.9D427BC5@us.oracle.com>


Saugato

How are you doing the deletes from the primary? Can you turn off replication before you do the deletes, then turn it back on again afterwards?

Pete

Saugato Mukerji wrote:

> hi
>
> consider an application where there are two servers primary and offline.
>
> The primary is used by actual online applications and keeps only 1month
> worth of data
> in 6 large tables.
>
> The offline keep adding data to 6 similar tables forever by replicating it
> form the primary regularly.
>
> From what i hv understood so far by replicating data from the primary to the
> secondary
> we will replicate all changes.
>
> This is not very useful because we do not wish to delete the last months
> data from the offline
> server when we do so at the primary.
>
> Is there any way to do what i want without writing a set of PLSQL scrips to
> do it.
>
> thanks
>
> Saugato


Received on Wed Nov 24 1999 - 04:01:44 CST

Original text of this message

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