Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Unique identifier for the session.
Hi,
I want to get the unique identifier for the sesssion. I tried gettting session id using this query:
select sid, username, user#, type from v$session where username = USER But it gives me multiple sid if the user is logon from more than one location or has multiple session on the same machine.
Is there any way to get the identifier which is unique to a session.
Thanks.
Asif
===
Received on Fri Jul 03 1998 - 00:00:00 CDT
![]() |
![]() |