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

Thread: Registering a target DB using RMAN

  1. #1
    Join Date
    Mar 2002
    Posts
    200
    Oracle says you can register a target db (say T-DB) for the recovery catalog ( say R-DB which is on a seperate server) using RMAN.

    (say JOHN is a user account having necessary privs for RMAN operations)

    When we execute the command "RMAN target T-DB catalog JOHN/JOHN@R-DB"

    Since R-DB and T-DB are on different servers, how will Oracle understand where the server and DB is located? Also, do we execute this command from the target server (T-DB) or from RMAN Recovery Catalog Server (R-DB)??

    Kindly advise.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    well it suppose to be

    RMAN target username/password@T-DB catalog JOHN/JOHN@R-DB

    even I can know where the server is located if I see that syntax and tnsnames.ora

    you execute from anywhere, you have already told the target is T-DB and recovery catalog is in R-DB, enough info

  3. #3
    Join Date
    Oct 2000
    Posts
    250
    Hi,
    If u setup ur database network properly - tnsnames.ora at ur catalog database server then u r able to connect to database server.

  4. #4
    Join Date
    Mar 2002
    Posts
    200
    Originally posted by pando
    well it suppose to be

    RMAN target username/password@T-DB catalog JOHN/JOHN@R-DB

    even I can know where the server is located if I see that syntax and tnsnames.ora

    you execute from anywhere, you have already told the target is T-DB and recovery catalog is in R-DB, enough info
    Thank you. That should have been simple common sense for me. Anyway, so I can then register a target db either from the target db server or from recovery catalog server, as long as each is specified and identifed in the tnsnames.ora - RIGHT?

    Many thanks.

  5. #5
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    yes

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