Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN error code

Re: RMAN error code

From: Drake Emko <drakee_at_ufl.edu>
Date: Fri, 04 Mar 2005 10:33:28 -0500
Message-ID: <42287FC8.2090807@ufl.edu>


Mercadante, Thomas F wrote:
> Drake,
>
> Just for grins, try deleting the backup sets one at a time.
>
> RMAN> change backupset 698 delete;

Thomas,

Thanks for your reply. I have tried deleting the backup sets one at a time, unfortunately with the same result.

 > Sorry - I don't have any information about "additional information 2".

A few other helpful people have emailed me with information about "Additional information: 2" - thanks! Here is what they've told me:

John Clarke:
My guess is that "2" is an O/S return code, and in /usr/sys/include/errno.h, you'll see that error# 2 is "no such file or directory. Accompanied with ORA-27191, I'd guess that your problem is that your tape library doesn't currently have the tape(s) loaded and/or can't find them.

Mladen Gogala:
Additional information 2 means that OS returned status 2. That is a "file not found" error. In plain Spanglish, you cannot delete files from tape, only from the disk drives.

Niall Litchfield:
The source error is the ora-27191 error
(http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10744/e24280.htm#ORA-27191) which suggests a tape library issue to me. You can search for RMAN errors using the error search page as well http://otn.oracle.com/pls/db10g/db10g.error_search?search=rman-03009 for example

Thanks again everyone for your help! I now have much more to go on than before.

-Drake

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 04 2005 - 10:36:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US