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

Thread: Connect to +ASM from remote machine

  1. #1
    Join Date
    Jan 2003
    Location
    hong kong
    Posts
    29

    Connect to +ASM from remote machine

    Dear All,

    I am new to Oracle ASM. I would like to monitor the ASM instance remotely from my desktop. Should I do the remote connect to SYS? Or am I able to create an admin user in ASM instance? Any suggestions are welcome.

    Thanks a lot,

    -- Chris

  2. #2
    Join Date
    Aug 2007
    Location
    Cyberjaya,kuala lumpur
    Posts
    340
    Thanks/Gopu

  3. #3
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    use SYS and special tns connect string which include UR = A

    something like

    Code:
    ASM1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxx)(PORT = 1561))
        (CONNECT_DATA =
        (SERVER = DEDICATED)
        (SERVICE_NAME = +ASM)
        (UR =A)
      )
    )

  4. #4
    Join Date
    Jan 2003
    Location
    hong kong
    Posts
    29
    Dear All,

    Thanks a lot for all the responses.

    Regards,

    -- Chris

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