-
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.
-
Code:
SQL> l
1* select global_name from global_name
SQL> /
GLOBAL_NAME
-----------------------------------------
NT817.US
-
If you want the host name of the machine on which oracle instance is running:
select host_name from v$instance;