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: RMAN error - archived log not found

Re: RMAN error - archived log not found

From: Evangelos Giannoulas <job_at_giannoulas.com>
Date: Thu, 18 Oct 2001 18:47:37 +0200
Message-ID: <9qn139$bku$1@rex.ip-plus.net>


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

Original text of this message

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