I want to net send a message to logged on users:
select distinct 'net send ' || substr(machine,instr(machine,'\')+1) || ' This is a test' ,machine from v$session
where terminal is not null
If my machine name is "ABC\MEERA" I expect the outpout to be "net send MEERA This is a test"
but I am...
Is it possible to determine the last login date and time by a user into an oracle instance.
I do not need any suggestion for future use but want to determine when a list of my existing users had last logged on into my oracle instance.
Urgent !
Is it possible to determine the last login date and time by a user into an oracle instance.
I do not need any suggestion for future use but want to determine when a list of my existing users had last logged on into my oracle instance.
Urgent !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.