RE: RMAN archived redo log backup

  • From: "Roger Xu" <roger_xu@xxxxxxxxxxx>
  • To: "Roger Xu" <roger_xu@xxxxxxxxxxx>, "Oracle-L@Freelists. Org (E-mail)" <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 6 Jul 2005 17:15:50 -0500

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@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]On 
Behalf Of Roger Xu
Sent: Wednesday, July 06, 2005 3:05 PM
To: Oracle-L@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@xxxxxxxxxxxx

For technical support please email tech_support@xxxxxxxxxxx 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@xxxxxxxxxxxx

Other related posts: