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

Home -> Community -> Usenet -> comp.databases.theory -> trying to mirror a db

trying to mirror a db

From: Ike <rxv_at_hotmail.com>
Date: Mon, 03 Apr 2006 14:55:51 GMT
Message-ID: <XHaYf.13250$sL2.754@newsread2.news.atl.earthlink.net>


If I have two databases, A and B, each with only one table, and the tables are supposed to miror each other (yet, B gets interacted with independent of A, and vice versa) and the table in A has a field for the timestamp of last activity for each record, as well as a field for the corresponing id of each record in B that the record in A corresponds to.

I am trying to discern an alogirthm for maintining these two tables to be concurrent with each other. Does anyone have any ideas, given the description above for an algorithm to do this?

Thanks, Ike Received on Mon Apr 03 2006 - 09:55:51 CDT

Original text of this message

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