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 06089

Re: rman 06089

From: Jerome Vitalis <vitalismanREMOVETHAT_at_gmail.com>
Date: Fri, 03 Jun 2005 11:27:40 +0200
Message-ID: <pan.2005.06.03.09.27.36.194000@gmail.com>


On Thu, 02 Jun 2005 03:04:33 -0700, hosea.basis wrote:

> We are not using RMAN for any backup/recovery purposes. However, now we
> are using veritas SAN backup at the moment for trial. Below is part of
> the script used by veritas for the backup.
>
>
> d:\oracle\ora81\bin\rman.exe
> connection info: taret 'sys/****' nocatalog
>
>
> This is the error that i got.
>
> rman-06089 archived log d:\oracle\oradata\464.arc not found or out of
> sync with catalog
>
> This database has been running for months so naturally 464.arc is no
> longer existing. However, the script from veritas stated nocatalog, and
> i am puzzled by the missing log archive. Does veritas read this from
> the control file?
>
>
> I searched the net and found the below
> http://www.cryer.co.uk/brian/oracle/RMAN06089.htm
>
> I wanted to go for "reset database" in rman but has absolutely no
> confidence in rman, therefore i hesitated. Lastly, i am not familar
> with the second option abt resetting the logs.
>
> windows oracle <-> veritas net backup
>
> so there is nothing wrong with my windows oracle. Will the below work?
>
> c:\ rman target /
>
> rman> crosscheck backup;
> rman> delete obsolete;
> rman> delete expired;
>
>
> i replace the $ with the c:\ and i am fine?

No, you have to let RMAN know that those archived logs are now expired by issuing the following command:

change archivelog all crosscheck;

HTH
Jerome Received on Fri Jun 03 2005 - 04:27:40 CDT

Original text of this message

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