Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN archived redo log backup

RE: RMAN archived redo log backup

From: Roger Xu <roger_xu_at_dp7uptx.com>
Date: Wed, 6 Jul 2005 17:15:50 -0500
Message-ID: <A6801E8A03316A4DA597866F77A013F7059C965B@irv2kexch01.tx.bg.corp>


No, you can not. I had to do:  

backup format '/oback/obckp/redo-logs/QS1_%s_%p.logs' archivelog sequence 94;
backup format '/oback/obckp/redo-logs/QS1_%s_%p.logs' archivelog sequence 95;
backup format '/oback/obckp/redo-logs/QS1_%s_%p.logs' archivelog sequence 96;
backup format '/oback/obckp/redo-logs/QS1_%s_%p.logs' archivelog sequence 97;
.. .. ..  

-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Roger Xu Sent: Wednesday, July 06, 2005 3:05 PM
To: Oracle-L_at_Freelists. Org (E-mail)
Subject: RMAN archived redo log backup

Hi List,

Can I use the following to backup a range of archived redo logs?

Thanks,

Roger


run {

backup

format '/oback/obckp/redo-logs/QS1_%s_%p.logs'

archivelog from sequence 94 to 103 delete input;

}


This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.



This email has been scanned for all viruses by the MessageLabs Email Security System. Any questions please call 972-721-8257 or email your request to tech_support_at_dp7uptx.com.

For technical support please email tech_support_at_dp7uptx.com or you can call (972)721-8257.
This email has been scanned for all viruses by the MessageLabs Email Security System.

This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.



This email has been scanned for all viruses by the MessageLabs Email Security System. Any questions please call 972-721-8257 or email your request to tech_support_at_dp7uptx.com.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jul 06 2005 - 17:18:21 CDT

Original text of this message

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