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

Thread: RMAN-20001 Target database not found

  1. #1
    Join Date
    Dec 2000
    Posts
    75
    Hi,

    We are doing cold backup to disk using RMAN on 8.1.7. The catalog was created sometime ago and we successfully performed hot backups. I don't know after turning off archivelog that it might cause the catalog to be messed up. I checked rc_database by connect as rman user, and the database was register there ok. However running "select owner from dba_objects where
    object_name='DBMS_RCVCAT';"

    as SYS user, didn't find anything.

    Iam thinking about clean it up.
    Here are the error messages.


    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: d1
    RMAN-08031: released channel: d3
    RMAN-08031: released channel: d2
    RMAN-08031: released channel: d4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: backup
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target database not found in recovery cat
    alog

    Recovery Manager complete.

    [Edited by goodhealth on 08-02-2001 at 02:08 PM]
    goodhealth

  2. #2
    Join Date
    Feb 2001
    Location
    Bombay,India
    Posts
    530
    Hi,
    Please explicitly resync the recovery catalog through the command
    RMAN>resync catalog;
    If after explicitly syncronising the database the same error occurs while taking the backup see that the recovery catalog is created in user RMAN or other user and not in SYS and SYSTEM.
    In case of any help please be free to ask me at rohitsn@altavista.com

    Regards,
    ROhit Nirkhe,Oracle DBA,OCP 8i
    rohitsn@altavista.com

  3. #3
    Join Date
    Jun 2001
    Posts
    6

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