DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Problems to register a database in the recovery catalog

  1. #1
    Join Date
    Mar 2008
    Location
    Santiago de Chile
    Posts
    2

    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 target sys/xxxxx@psp1 catalog rman/rman@catalogo

    Recovery Manager: Release 8.1.7.4.0 - Production

    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


    SQL> select * from rc_database;

    DB_KEY DBINC_KEY DBID NAME RESETLOGS_CHANGE# RESETLOGS
    ---------- ---------- ---------- -------- ----------------- ---------
    1041936 1041937 1959756135 PSP1 1 15-JAN-08


    Thanks a lot.
    Luis Flores Z.

  2. #2
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    I am thinking this could be a bug or something
    Did you check metalink ?

    regards
    Hrishy

  3. #3
    Join Date
    Mar 2008
    Location
    Santiago de Chile
    Posts
    2
    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.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    don't you have to be sysdba? try being on the server itself to register.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width