RCVCAT database is not compatible with this version of RMAN
GKJoeJul 20 2007 — edited Jul 20 2007I 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.