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

Thread: How 2 check host name..

  1. #1
    Join Date
    May 2001
    Location
    Dallas, US
    Posts
    78

    Exclamation

    Hai Friends,
    How to check the details which user using different host (service ) names in the server?????

    We can find the user name, user id , password from dba_users... But i want to know which is the service name that particular user working...

    We are having different domains for working...

    Thnx.

    Write back 2
    [email protected]


    R.Palani Kumar.
    RP Kumar
    You Can Win, if u believe Yourself

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Code:
    SQL> l
      1* select global_name from global_name
    SQL> /
    
    GLOBAL_NAME
    -----------------------------------------
    NT817.US
    Jeff Hunter

  3. #3
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    If you want the host name of the machine on which oracle instance is running:

    select host_name from v$instance;

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