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

Thread: RMAN

  1. #1
    Join Date
    Jul 2000
    Posts
    53
    Hi,

    When you register a database with RMAN, how does the local host resolve the DB of the target name.
    For eg.

    I am on host unixhost1
    my RMAN database is called RMAN
    I am trying to register a database called PROD that lives on host LIVE1

    Does it use the tnsnames.ora in $TNS_ADMIN??? Or some other method??


    Thanks

    Steve

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    The rman would use your tnsnames.ora file to resolve the service name

    $ rman target sys/passwd@pdb catalog rman_pdb/passwd@rcat
    RMAN>

    Check your tnsnames.ora file to make sure that you are calling the correct service name.


    Good luck,
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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