Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RCVCAT database is not compatible with this version of RMAN

GKJoeJul 20 2007 — edited Jul 20 2007
I am getting the below error while trying to configure rman catalog datababse.


rman target prod_dba/Pass1234@proddb catalog cat_dba/Pass1234@catdb

Recovery Manager: Release 9.2.0.1.0 - Production

Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.

connected to target database: TESTDB (DBID=2409515669)
connected to recovery catalog database
recovery catalog is not installed

RMAN>

RMAN> register database;

recovery catalog is not installed
recovery catalog is not installed
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of register command at 07/20/2007 19:05:40
RMAN-06429: RCVCAT database is not compatible with this version of RMAN

RMAN>


And Oracle version is same in proddb and catdb

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
PL/SQL Release 9.2.0.1.0 - Production
CORE 9.2.0.1.0 Production
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
NLSRTL Version 9.2.0.1.0 - Production

any inputs...

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2007
Added on Jul 20 2007
3 comments
578 views