We also back stuff up to tape and periodically issue commands to purge old backups. My commands look like:
RMAN> RMAN> allocate channel for maintenance type 'SBT_TAPE'; 2> 3> change backuppiece 415933 delete; 4> change backuppiece 415934 delete;
So, you should be able to delete backups from tape.
Tom
-- --Original Message-- -- From: Drake Emko [mailto:drakee@(protected)] Sent: Friday, March 04, 2005 10:46 AM To: Mahesh Rajendran Cc: Oracle List Subject: Re: RMAN error code
Mahesh Rajendran wrote: > YOu are trying to delete backupsets that reside on tape. > > did your issue this? > rman> allocate channel for maintenance type 'sbt_tape'; > > and this is the issue with media library.
Hi Mahesh,
Yes, I allocated the channel properly beforehand. I agree that this is likely a problem with the media library; I'll have to meet with our TSM administrator to see if there are any problems on the tape end...