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: Hannes Erven <h.e_at_gmx.at>
Date: Sun, 1 Jul 2001 20:33:48 +0200
Message-ID: <3b3f697f$0$25322$6e365a64@newsreader02.highway.telekom.at>

"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 Received on Sun Jul 01 2001 - 13:33:48 CDT

Original text of this message

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