delete obsolete device type disk;It is anoying to type device type disk every time, but
delete obsolete;causes:
RMAN-03002: failure of delete command at 09/12/2005 08:44:27 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management LibraryThe reason is that some time ago I was testing backups to tape. There is simple solution:
Configure CHANNEL device type 'SBT_TAPE' clear;It will remove information about tape device configuration, so all commands will use default device: disk.
Cheers, Paweł