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

Thread: Rman problem when registering database.

  1. #1
    Join Date
    Feb 2001
    Posts
    129
    Hi,

    I'm trying to register a development database thru RMAN and I'm getting a error message stating that the database is already registered. I checked the catalog and sure enough the DBID existed, but was being used by another database(test). Both Test and Dev are having the same DBID(select * from v$database How can I resolve this and register my dev database.

    I appreciate all your help
    Thanks
    Vj

  2. #2
    Join Date
    Apr 2001
    Location
    London
    Posts
    725
    You have probably cloned test from dev (or vive versa).
    databases with the same dbid cannot be stored in the same schema in rman.

    Create another rman user.
    Register dev database in new schema.

    Suresh
    Once you have eliminated all of the impossible,
    whatever remains however improbable,
    must be true.

  3. #3
    Join Date
    Feb 2001
    Posts
    129
    Thanks sureshy!! that worked

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