RMAN 11g Import catalog fails RMAN-6429 (Doc ID 457392.1)

rongshiyuan發表於2014-12-06

RMAN 11g Import catalog fails RMAN-6429 (Doc ID 457392.1)


In this Document
  Symptoms
  Cause
  Solution


Platforms: 1-914CU;

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.


Applies to:

Oracle Server - Enterprise Edition - Version: 11.1.0.6 to 11.1.0.6 - Release: 11.1 to 11.1
Information in this document applies to any platform.

Symptoms

Attempt to import a 9.2 RMAN recovery catalog schema into an 11g RMAN recovery catalog schema fails:

$ rman catalog rman11g/rman11g

Recovery Manager: Release 11.1.0.6.0 - Production on Thu Jul 26 18:59:37 2007

Copyright (c) 1982, 2007, Oracle. All rights reserved.

connected to recovery catalog database

RMAN> import catalog rman92/rman92@v92 ;

Starting import catalog at 26-JUL-07
connected to source recovery catalog database
PL/SQL package RMAN92.DBMS_RCVCAT version 09.02.00 in IMPCAT database is too old
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of import catalog command at 07/26/2007 18:59:58
RMAN-06429: IMPCAT database is not compatible with this version of RMAN

Cause

RMAN needs connectivity to the source and destination catalogs for the import command.

In this example, a connection is made to the 11g recovery catalog schema and a connection is made to the v9.2  recovery catalog schema. The intent is to import the v9.2 schema catalog. The RMAN executable is 11g.

Per the documentation:  "When using IMPORT CATALOG, the version of the source recovery catalog schema must be equal to the current version of the destination recovery catalog schema. If the source catalog schema is a lower version, then upgrade it to the current version before importing the schema. "Upgrading the Recovery Catalog" explains how to upgrade."   

Reference

Bug 11830163 - RMAN-06429: IMPCAT DATABASE IS NOT COMPATIBLE WITH THIS VERSION OF RMAN

Solution

1.  First upgrade the v9.2 rman recovery catalog to 11g

RMAN> connect catalog rman/rman@v92

RMAN> upgrade catalog;

recovery catalog owner is RMAN

enter UPGRADE CATALOG command again to confirm catalog upgrade

RMAN> upgrade catalog;

recovery catalog upgraded to version 11.01.00.03

DBMS_RCVMAN package upgraded to version 11.01.00.03

DBMS_RCVCAT package upgraded to version 11.01.00.03


2.  Import the catalog into an 11g recovery catalog.



 

Document Details

 
Rate this document Email link to this documentOpen document in new windowPrintable Page
Type:
Status:
Last Major Update:
Last Update:
PROBLEM
MODERATED
Mar 3, 2011
Mar 3, 2011
     
 

Related Products

 
Oracle Database - Enterprise Edition
     
 

Document References

 
No References available for this document.
     
 

Recently Viewed

 
     

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1358847/,如需轉載,請註明出處,否則將追究法律責任。

相關文章