Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN error - archived log not found
I thought the "change archivelog all validate" command does not
work in the nocatalog mode?
Correct me if I'm wrong...
Evangelos
"Steve Bourgeois" <sb299_at_netzero.net> schrieb im Newsbeitrag
news:xljz7.129571$vq.28384701_at_typhoon.ne.mediaone.net...
>
> DJ,
>
> You've got the right idea. The "change archivelog all validate"
> command will cause rman to validate all archived redo logs found on disk.
>
>
> I use the code snippet below for the same purpose:
>
> run {
> # Update catalog to current state
> resync catalog;
>
> # Validate archived redo log files on disk
> change archivelog all validate;
> }
>
>
> Steve
>
Received on Thu Oct 18 2001 - 11:47:37 CDT
![]() |
![]() |