Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-03002: failure of delete command at RMAN-06091: no channel allocated for maintenance (of an ap

edited Apr 26, 2020 5:16PM in Database Backup and Recovery (MOSC) 18 commentsAnswered

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>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center