Problems to register a database in the recovery catalog
I want to register a database in my recovery catalog, in which I have information about 10 databases with release 8.1.7.4. The catalog's database is 9.2.0.1.0 and the database that I want to register is also 8.1.7.4.0, when I try to register it, it happens the following:
RMAN-06005: connected to target database: PSP1 (DBID=1959756135)
RMAN-06008: connected to recovery catalog database
RMAN> register database;
RMAN-03022: compiling command: register
RMAN-03023: executing command: register
RMAN-08006: database registered in recovery catalog
RMAN-03023: executing command: full resync
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-20036: invalid record order
But when I connect to recovery catalog with the rman user, it says to me that the database is registered, however I can not backup this database using the recovery catalog:
sqlplus rman/rman@catalogo
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Mar 18 16:18:54 2008
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
Hi
Thanks for your answer. I have already checked some articles of metalink, I have done different things, which haven't worked. I have also unregistered the database through dbms_rcvcat package and then I have tryied to register it again and the recovery catalog says to me the same error. I think it could be a bug because all others databases are 8.1.7.4 and they have been registered without any problems.
Bookmarks