dbTalk Databases Forums  

RMAN Archive logs

comp.databases.oracle.server comp.databases.oracle.server


Discuss RMAN Archive logs in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
The Magnet
 
Posts: n/a

Default RMAN Archive logs - 04-05-2011 , 01:19 PM






Just a question about RMAN. We have the 'include archive logs'
clause in our configuration. Problem is sometimes out archive
destination location gets filled. So, I wrote a script to move them
to the RMAN location and catalog them.

I noticed something, archive logs processed by the normal RMAN process
have a backup piece name: arc_03282011_NI00_110018.

But if I move it and catalog it, it still has the normal archive log
name: arch_1_141388.638873632.arc

Is this a problem? What does the 'include archive logs' clause do? I
thought that included the logs in the backup piece itself and the
actual log was no longer needed.

Reply With Quote
  #2  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: RMAN Archive logs - 04-05-2011 , 03:19 PM






On Tue, 05 Apr 2011 11:19:35 -0700, The Magnet wrote:

Quote:
Just a question about RMAN. We have the 'include archive logs' clause
in our configuration. Problem is sometimes out archive destination
location gets filled. So, I wrote a script to move them to the RMAN
location and catalog them.
Well, in Oracle 11g there is a brand new option which enables you to say
"BACKUP ARCHIVELOG UNTIL TIME 'SYSDATE - 1/48' DELETE INPUT" or,
alternatively,
"BACKUP ARCHIVELOG ALL DELETE ALL INPUT"

Rumors are that in version 12g of Oracle it will be possible to do
something like
"BACKUP AS COMPRESSED BACKUPSET ARCHIVELOG ALL DELETE INPUT"

If your rman is connected to the catalog, the backup of those deleted
archivelog will be automagically cataloged.



--
http://mgogala.byethost5.com

Reply With Quote
  #3  
Old   
John Hurley
 
Posts: n/a

Default Re: RMAN Archive logs - 04-05-2011 , 06:36 PM



The Magnet:

#*Problem is sometimes out archive destination location gets filled.

You are not using some kind of pro active monitoring and knowing/
predicting when your mount points or archive log destinations are
going to fill up well before it happens?

It is easy enough to script out monitoring solutions on any recent
platforms unix/linux even windows.

I would start with getting something like this setup first before
exploring the rman implications personally.

If you need to move things around when mount points come under space
pressure you can also script that out. One alternative is keeping
rman informed of where you have moved things another alternative is
hiding them from rman ... if you hide them better do cross checks to
let rman know that they have ( at least temporarily ) gone missing.

Reply With Quote
  #4  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: RMAN Archive logs - 04-05-2011 , 06:50 PM



On Tue, 05 Apr 2011 16:36:48 -0700, John Hurley wrote:

Quote:
The Magnet:
The Magnet and, at one time dbaplusplus are my favorite targets. They
never read the manuals.



--
http://mgogala.byethost5.com

Reply With Quote
  #5  
Old   
Sybrand Bakker
 
Posts: n/a

Default Re: RMAN Archive logs - 04-06-2011 , 05:15 PM



On Tue, 5 Apr 2011 23:50:14 +0000 (UTC), Mladen Gogala
<mgogala (AT) no (DOT) address.invalid> wrote:

Quote:
On Tue, 05 Apr 2011 16:36:48 -0700, John Hurley wrote:

The Magnet:

The Magnet and, at one time dbaplusplus are my favorite targets. They
never read the manuals.

How about zigzagdna?
Posts all of his questions both here and on OTN!!!

------
Sybrand Bakker
Senior Oracle DBA

Reply With Quote
  #6  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: RMAN Archive logs - 04-06-2011 , 05:27 PM



On Thu, 07 Apr 2011 00:15:15 +0200, Sybrand Bakker wrote:


Quote:
How about zigzagdna?
Posts all of his questions both here and on OTN!!!
I stand corrected. Zigzagdna, too, belongs to the same category.



--
http://mgogala.byethost5.com

Reply With Quote
  #7  
Old   
Hemant K Chitale
 
Posts: n/a

Default Re: RMAN Archive logs - 04-19-2011 , 03:45 AM



CATALOGing the ArchiveLog does NOT mean that it is backed up ! The
archivelog remains "in place". You have to explicitly run a BACKUP
ARCHIVELOG .... command.

The "arc_...." name follows from the FORMAT that you have specified in
the BACKUP command.

(and when you say "include archivelog", I believe that you mean "plus
archivelog").

On Apr 6, 2:19*am, The Magnet <a... (AT) unsu (DOT) com> wrote:
Quote:
I noticed something, archive logs processed by the normal RMAN process
have a backup piece name: *arc_03282011_NI00_110018.

But if I move it and catalog it, it still has the normal archive log
name: *arch_1_141388.638873632.arc

Hemant K Chitale

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.