I simulated the same on my test machine.Note. I had configured standby for my primary database but not the upstream.Followings are the excerpts from the RMAN output.
RMAN> delete noprompt archivelog all; using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=24 device type=DISK RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process archived log file name=/u01/app/oracle/admin/db1/arch/1_146_812203684.dbf thread=1 sequence=146 RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process archived log file name=/u01/app/oracle/admin/db1/arch/1_147_812203684.dbf thread=1 sequence=147 RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process archived log file name=/u01/app/oracle/admin/db1/arch/1_148_812203684.dbf thread=1 sequence=148 RMAN-08137: WARNING: archived log not deleted, needed for standby or upstream capture process archived log file name=/u01/app/oracle/admin/db1/arch/1_149_812203684.dbf thread=1 sequence=149
RMAN > delete noprompt force archivelog all;
RMAN> show all; CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY; new RMAN configuration parameters: CONFIGURE ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY; new RMAN configuration parameters are successfully stored RMAN-08591: WARNING: invalid archived log deletion policy
RMAN> show all; CONFIGURE ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY;
RMAN> delete noprompt archivelog all; released channel: ORA_DISK_1 allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=147 device type=DISK List of Archived Log Copies for database with db_unique_name DB1 ===================================================================== Key Thrd Seq S Low Time ------- ---- ------- - --------- 239 1 146 A 24-MAY-13 Name: /u01/app/oracle/admin/db1/arch/1_146_812203684.dbf 247 1 147 A 24-MAY-13 Name: /u01/app/oracle/admin/db1/arch/1_147_812203684.dbf 249 1 148 A 24-MAY-13 Name: /u01/app/oracle/admin/db1/arch/1_148_812203684.dbf 250 1 149 A 24-MAY-13
Name: /u01/app/oracle/admin/db1/arch/1_149_812203684.dbf
..........
..........
deleted archived log
archived log file name=/u01/app/oracle/admin/db1/arch/1_146_812203684.dbf RECID=239 STAMP=816273514
deleted archived log
.........
………
RMAN> crosscheck archivelog all;
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY CLEAR;
CONFIGURE ARCHIVELOG DELETION POLICY TO SHIPPED TO STANDBY;
Comments
Tags: controlfile, controlfile or catalog, DBA Oracle, error identifying, error identifying file, error rman, No such file or directory, O/S-Error, O/S-Error: (OS 2) The system cannot find the file specified, Ora Error, ORA-19625, ORA-27037, ORA-27041, ORA-27041: unable to open file, Oracle Application DBA, oracle archive log error in rman, Oracle Database, Oracle DBA, oracle error, OSD-04002, OSD-04002: unable to open file, RMAN, rman archive error, rman archive log error, rman backup error, RMAN Error, rman oracle archive log error, RMAN repository, RMAN WARNING, RMAN-03002, RMAN-06059, RMAN-08137: WARNING, VR4 Error: 2: No such file or directory