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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Design problem; distributed DB

Re: Design problem; distributed DB

From: Andreas Michler <Andreas.Michler_at_adicom.de>
Date: Fri, 14 Jan 2000 12:40:32 +0100
Message-ID: <387F0B30.331185BA@adicom.de>

Create to separate Table with other names and concat them to the application via views.
I've done this a few time ago and it works.

Thorsten Kubis wrote:

> Hello All!
>
> After successfull design of some multi-master-replications I have
> the following problem now. I have two DB´s on different locations.
> Database A should be called the master and my DB B is a subset of
> A.
> Now my problem: Table B1 (mine) has primary key from table A1 and
> some columns of A1. Also B1 should have some more columns that are
> not in A1. So B1 is a Mix of Columns from the Master table
> and my own columns.
>
> So full table replication or snapshots is not the solution.
> How can my table B1
> be updated with the data from table A1. Should I use
> procedureal replication or just triggers on the Master DB A tables
> that insert Data into my tables?
>
> Are there any suggestions on this forum or is there a simple
> solution I never heard about?
>
> regards
>
> Thorsten

--



ADICOM Informatik GmbH
Andreas Michler
Wiesfleckenstr. 34
72336 Balingen
Tel: 07433/9977-57,Fax: -90
E-Mail: Andreas.Michler_at_adicom.de
http:\\www.adicom.de
Received on Fri Jan 14 2000 - 05:40:32 CST

Original text of this message

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