Hi,

I am giving the following commands in RMAN for catalog cleanup.

CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 30 DAYS;
Allocate channel for maintenance device type ‘sbt_tape’;
DELETE NOPROMPT FORCE OBSOLETE;

This is promptly cleaning up the backup sets, but not removing archivelog backup records. when I issue
DELETE FORCE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE-30';
its just not doing anything( Returning to prompt immdly).
I could find archivelog records in catalog for the same database incarnation. Can someone pls help me where I am going wrong??

tia
Mano