Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dataguarad Real Time Apply
On Aug 29, 4:17 am, vitalis..._at_gmail.com wrote:
> On Aug 29, 9:52 am, hikaru <hikaru_naruto2..._at_yahoo.co.jp> wrote:
>
> > Thanks Jerome,
> > The version is 10.2.0.3 physical standby on RAC environment.
> > I think real-time apply contributes in a failover duration and
> > synchronous level during read only mode.
> > but it is not necessary if our system does'nt need to get those
> > advantages.
> > Even worse if Primary database gets overhead even if slightly.
> > That's why I would like to know about overhead of Primary database.
>
> Real-time apply, in comparison with delayed apply, won't generate any
> overhead on the primary database. The redo data is directly applied
> from the standby redo log as it is written instead of being applied
> when the standby redo log is archived: the mechanism is relevant to
> the remote site only.
This is illustrated in the diagram at the link I provided to you; the process is on the standby server, not the primary, and thus no additional overhead is produced on the primary.
The documentation explains this fairly well, I think.
David Fitzjarrell Received on Wed Aug 29 2007 - 11:02:40 CDT
![]() |
![]() |