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: Question re basic replication

Re: Question re basic replication

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 01 Mar 2005 11:18:14 +0100
Message-ID: <d01fcs$8v6$1@news1.zwoll1.ov.home.nl>


John Leslie wrote:
> Why do I want to initiate the refresh from the master site?
>
> Bascically because there will be a person at the master site who is
> responsible for the data in the master tables. They would like to be
> able to update the master tables and test the application before
> explicitly releasing the updated tables to the snapshot sites.
>
> John

And then what: data is wrong; delete it, try again, and again, and again...
Sure a fine way to fill up your snapshot log tables... add a record, delete it, add it, delete it, etc. etc. All that will get replicated, of course - you *do* want your databases to be consistent, don't you?

To me, it looks like you don't want replication. You want your test instances copied to other locations.

Then do so - the closest your come to replication, is full refreshes (basically: truncate, and update table select * from remote table)

And yes - this can be done on the remote side/sites; just create refresh packages/procedures, and call these from the master site.

But I fail to see what this has to do with replication as I know it.

-- 
Regards,
Frank van Bortel
Received on Tue Mar 01 2005 - 04:18:14 CST

Original text of this message

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