Multiple archive Destination

  • From: walid alkaakati <walid_alkaakati@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Mon, 29 Jun 2009 00:12:51 -0700 (PDT)

Hallo  list,
 
I need your help.
 
Iam configuring Standby database on SE database, since i can not use 
(arhive_log_dest=service_name) .... i have made a new arhive destination from 
which i will ship logs from the primary to Standby ,my problem is with RMAN 
backup script ,i do want RMAN to backup logs in the Standby Archive destination 
or delete them ,just igonre them and backup archives in FRA only.
To do this i used like operator as follows :
 
backup archivelog like 
'D:\oracle\product\10.2.0\flash_recovery_area\ORCL\ARCHIVELOG\%' delete input;
 
but i get RMAN-20242 error ,
knowig that my FRA has the following format :
D:\oracle\product\10.2.0\flash_recovery_area\ORCL\ARCHIVELOG\2009_06_27
D:\oracle\product\10.2.0\flash_recovery_area\ORCL\ARCHIVELOG\2009_06_28
........................
How i can just backup the FRA only ?
 
Thanks

 

 


      

Other related posts:

  • » Multiple archive Destination - walid alkaakati