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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Two-Phase commit to overcome replication delay

Re: Two-Phase commit to overcome replication delay

From: <ryan_gaffuri_at_comcast.net>
Date: Tue, 15 Feb 2005 15:26:33 +0000
Message-Id: <021520051526.14101.421214A90001C701000037152200734748079D9A00000E09A1020E979D@comcast.net>


i thought the algorithm for distributed transactions was a 3 phase commit? how is this faster that replication? have you done a proof of concept to prove this is faster before you develop it? run any tests? you have have replication update your remote database on the fly and you do not have to issue a refresh command.

i dont get it.

all i see you doing here is

user hits a button. this button leads to data add/change/delete from a table. you need this data immediately pushed to a remote DB. so at the same time you execute a package to push it to the remote DB.

how is this faster than using the built in stuff to update the remote DB on the fly?

> Hi All,
>
> Environment:
> We have 2 databases (both are active) physically located in different

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 15 2005 - 10:29:26 CST

Original text of this message

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