Import Rman Catalog Fails with RMAN-06429
(Doc ID 2892470.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.16.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Import of rman catalog fails
$ rman catalog rmanco@rmancat19c
Recovery Manager: Release 19.0.0.0.0 - Production on Fri Aug 19 11:21:22 2022
Version 19.8.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
recovery catalog database Password:
connected to recovery catalog database
RMAN> import catalog rman@rmancat dbid=234345450 no unregister;
Starting import catalog at 19-AUG-22
source recovery catalog database Password:
connected to source recovery catalog database
DBMS_RCVCAT package version 19.16.00.00. in source database is not of version 19.08.00.00.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of import catalog command at 08/19/2022 11:23:28
RMAN-06429: IMPCAT database is not compatible with this version of RMAN
Changes
Source recovery catalog schema version:
select * from rcver;
VERSION
---------------
19.16.00.00.00
Destination recovery catalog schema version:
SQL> select * from rcver;
VERSION
---------------
19.08.00.00.00
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |