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 and Archive log backups

Re: RMAN and Archive log backups

From: sybrandb <sybrandb_at_gmail.com>
Date: 25 Sep 2006 07:28:06 -0700
Message-ID: <1159194485.880306.262030@k70g2000cwa.googlegroups.com>

Stephen wrote:
> Thanks for your help. This is a test (for my use) system, so nothing
> to disastrous. I can recover (the important data) with my previous non
> rman offline backup.
>
> I am using to backup daily:
>
> backup full
> database
> format 'xxxxxxx\back%U.bak' ;
>
> I am relying on the fact datafile 1 is backed up, to backup the
> controlfile and spfile;
>
> Periodically throughout the day I am running:
>
> backup
> archivelog all
> format 'xxxxxxx\back%U.bak'
> delete all input ;
>
> I think that I need to get this sorted, and then move to using a
> recovery catalog.
>
> > Once you have restored the control
> file(s) and if you are not using a recovery catalog I don't see how you
>
> are going to get back the archive logs.
>
> And
>
> > You can, IIRC, in 9i and higher, manually restore archivelogs. But you
> still would need to make RMAN think it would need those to recover.
>
> Explains the problem very well.
>
> Thanks Again, Stephen.

Just one remark:
you don't need a recovery catalog if you have your controlfile back-upped automatically (configure controlfile autobackup on). In that case your controlfile is being backed up with any backup, including the archivelog backup.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Mon Sep 25 2006 - 09:28:06 CDT

Original text of this message

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