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

Thread: how can I register more than one database on catalog

  1. #1
    Join Date
    Apr 2005
    Posts
    4

    how can I register more than one database on catalog

    Hi,

    I would like to register more than one database on rman catalog that I created.
    I'm working with rman of oracle db 11g.

    Can you help me on this issue. I need to know too if I can register database of the follow version 8i and 9i and 10g on the same catalog created on my database 11g?

    Thanks,

    Serge

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Wink yes

    To register databases:

    a) From EM console or Grid control: select target>database>{sid} goto management>rman catalog settings

    b) From command line: logon to db server and set the db environment and:

    Code:
    $ rman target / catalog rman/rmanpw@rmcatlg
    RMAN> register database;


    Yes you can register any lower-release database in same 11g catalog.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #3
    Join Date
    Apr 2005
    Posts
    4

    thanks

    I will give more details about my question.

    On the same windows machine I have 3 oracle installation running. 9i, 10g and 11g. I created my catalog on 11g machine. So I like to register the 9i and 10g on the same catalog on oracle 11g. My question is, this is possible? Can I use the same syntax that you sent me?

    Thanks,

    Serge

  4. #4
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Talking Path, home and sid

    Yes it is possible, just follow (b) syntax after szetting the appropiate environment.

    .
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  5. #5
    Join Date
    Apr 2005
    Posts
    4

    thanks

    Thanks a lot.

    I will try.

    Serge

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