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: can we replicate data through log? Please help!

Re: can we replicate data through log? Please help!

From: Dave Mausner <dmausner_at_brauntech.com>
Date: 1997/04/10
Message-ID: <5ihkcs$rb4@client3.news.psi.net>#1/1

In article <5ih621$j0d_at_lace.colorado.edu>,

   zhouf_at_rintintin.Colorado.EDU (Fengqing Zhou) wrote:
>My boss asked if we can do database replication through
>transaction log and/or rollback. I do not know about what
>the answer is. Could someone give me some hints to the
>above question? If yes, could you explain me a little bit
>more?

investigate a new oracle feature called "stand-by" database. it is a duplicate database which is permanently in recovery mode, and which is kept up-to-date by reading the logs produced by its sister database while in archivelog mode. the delivery of logs into the stand-by is not automatic, but you could devise a pipe of some kind to advance the state of the art.

--
Dave Mausner, Consulting Manager, Braun Technology Group, Chicago.
Received on Thu Apr 10 1997 - 00:00:00 CDT

Original text of this message

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