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 registering database

Re: RMAN error registering database

From: MICHAEL.SALE <MICHAEL.SALE_at_oracle.com>
Date: Fri, 31 May 2002 04:48:21 -0800
Message-ID: <F001.00470A8E.20020531044821@fatcity.com>

Without having better information (i.e. I assume you are running Oracle between 8.1.6 and 8.1.7.2), I would say that you are running into bug 1467871 fixed in 9i and patched in 8.1.7.3 and 4. The work around is to recreate your control file, thus loosing all your backup information stored in the control file. You can capture this information manually via a controlfile dump, but it isn't of much use to you (and besides that it can reoccur if you don't apply the patch). Not necessarily a horrid problem, but certainly good to move past.

You should upgrade to 8.1.7.3 (or 9i) and then upgrade your catalog in order to avoid this problem in the future. You need to upgrade your catalog after applying the patchset:

RMAN> CONNECT CATALOG <user/passwd@catalog>
RMAN> UPGRADE CATALOG;

Regards,

Michael Sale
Author: Oracle9i for Windows(R) 2000 Tips & Techniques


when I try to register my database in RMAN, I get the following error..

RMAN-08002: starting full resync of recovery catalog
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
RMAN-07004: unhandled exception during command execution on channel default
RMAN-10035: exception raised in RPC: ORA-01403: no data found
RMAN-10031: ORA-1403 occurred during call to DBMS_RCVCAT.CHECKBACKUPPIECE

does anyone know how to get around this problem...I have an ITAR open with oracle right now and wanted to try this forum while I am waiting on a resolution.

TIA

Danny Hughes
DBA
Knobias.com
601-978-3399 x103
dhughes@knobias.com
www.knobias.com

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Danny Hughes
INET: DHUGHES@knobias.com

Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: MICHAEL.SALE
  INET: MICHAEL.SALE_at_oracle.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri May 31 2002 - 07:48:21 CDT

Original text of this message

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