Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DataGuard: verify recovery progress
Hi Ivan
I've seen this behaviour of Data Guard before. When you perform both
queries right after a log switch, you'll see dat the archived log view
shows 'NO' to applied for a while, until the standby completes the recovery
from the archived logfile. The archived_log_dest view doesn't get updated
at that moment, appearently it is only updated at log-switch time. Because
of this I always use the archived_log view for monitoring DG configurations.
I think you have a good point with your question. Documentation doesn't make a difference between both views. I think it is a bug, at least a documentation bug.
Regards, Carel-Jan
===
If you think education is expensive, try ignorance. (Derek Bok)
===
At 05:12 PM 7/7/2004 -0400, you wrote:
>Hi,
>I tried to verify if archived logs get applied correctly to my standby
>database via v$archived_log and v$archive_dest_status but they both returned
>different results.
>
>if v$archived_log.applied=YES for sequence#881, I would expect that
>v$archive_dest_status.applied_seq#=881 too, isn't it? Instead it reports
>that the max
>sequence that has been applied is 880. Am I making the right comparision?
>Which view should I rely on?
>
>DB: 9.2.0.4
>
>thanks.
>
>Ivan
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Jul 07 2004 - 17:36:56 CDT
![]() |
![]() |