Home » RDBMS Server » Backup & Recovery » fixing missing archive in RMAN (oracle 10g R2 ,Aix)
fixing missing archive in RMAN [message #394934] Mon, 30 March 2009 19:15 Go to next message
Vivek.k.thakur
Messages: 30
Registered: December 2007
Location: DELHI, INDIA
Member

Hi,
My question is, in my server. I missed a archive that is removed. when I started the backup of archive's. It ask for missing archive. Hw I will fix this issue . I mean how I will tell RMAN that exempt that archive. Or any alternative solution.


~Regards
Vivek Kumar
Re: fixing missing archive in RMAN [message #394951 is a reply to message #394934] Mon, 30 March 2009 21:07 Go to previous messageGo to next message
adhika_rexuss
Messages: 3
Registered: March 2009
Junior Member
Hi,

You can do this:
RMAN> CROSSCHECK ARCHIVELOG ALL;
RMAN> CHANGE ARCHIVELOG LIKE '<arch name>' UNAVAILABLE;
then continue with your backup.

or

RMAN> CROSSCHECK ARCHIVELOG ALL;
RMAN> DELETE EXPIRED ARCHIVELOG ALL;
then continue with a full database backup.

Regards,
Adhika
Re: fixing missing archive in RMAN [message #397524 is a reply to message #394951] Sat, 11 April 2009 19:36 Go to previous message
Vivek.k.thakur
Messages: 30
Registered: December 2007
Location: DELHI, INDIA
Member

Thanks a lot
Previous Topic: Unable to perform restore
Next Topic: Recovering 1 terabyte data
Goto Forum:
  


Current Time: Fri Mar 29 02:39:26 CDT 2024