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: help: standby database config

Re: help: standby database config

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Sun, 01 Jul 2001 17:48:04 -0700
Message-ID: <3B3FC4C3.FE2BF728@exesolutions.com>

Hannes Erven wrote:

> "Daniel A. Morgan" <dmorgan_at_exesolutions.com> wrote in message
> news:3B3EAED7.DEC83A8_at_exesolutions.com...
> > u518615722_at_spawnkill.ip-mobilphone.net wrote:
> >
> > > A friend of mine suggested me to config our standby database without
 using managed recovery because of the following reason:
> > >
> > > If you have corruption or bad data get into the online db you have no
> > > way to easily spot and stop that data from automatically migrating into
> > > the standby db. If you keep everything the same but only apply the
> > > recovery on the failover side every 2 hours or so you then have 2 hours
> > > to catch and stop the recovery. like recover to a point in time just
> > > before the corruption. The way you are doing it now with managed
> > > recovery I don't think it buys you much failover capability.
> > >
> > > Is this really a good idea?
> > >
> >
> > Not in my book. A stand-by database that can't be brought up in a minute
 or two isn't a stand-by database. Exactly what form of
> > corruption is your friend thinking is going to occur in the redo logs?
>
> Think of someone doing an
> DELETE FROM Very_Important_Table;
>
> or
>
> UPDATE CriticalData SET ImportantColumn='WrongValue';
>
> These changes wouldn't make their way through to the standby data. But i
> agree with you, Daniel, not automatically applying archived redo to the
> standby database does not make sense - in case your primary db goes down,
> you'll experience massive data loss.
>
> my 2 cents,
> -hannes

My feeling is apply the redo logs as fast as possible. The point of a stand-by database is not that it is perfect ... but rather that it is an exact replica of the production database at the instant it went down.

Daniel A. Morgan Received on Sun Jul 01 2001 - 19:48:04 CDT

Original text of this message

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