RMAN-03002: failure of delete command at RMAN-06091: no channel allocated for maintenance (of an ap
Facing the above error, while deleting obsolete backup through RMAN.
run {
show all;
allocate channel d1 type disk;
backup full tag backup_2 filesperset 2 format 'E:\oracle\oradata\backup\%d_%t.%p.%s.%c.%n.%u_%D.bus' database include current controlfile;
crosscheck backup;
report obsolete;
delete noprompt obsolete;
}
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 12/22/2015 11:52:45
RMAN-06091: no channel allocated for maintenance (of an appropriate type)
RMAN>