Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RMAN error code
Drake,
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_at_ufl.edu]
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...
Thanks,
Drake
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Fri Mar 04 2005 - 11:17:21 CST