Microsoft
Software
Hardware
Network
Question : Oracle session ID
Hey guys how can i find the session id for any particular SQL is running with it. I appreciate your help and time in advance.
Answer : Oracle session ID
Can u try this:
select
sys_context('USERENV','SID
')
from dual;
select
sid
from
v$mystat
where
rownum <=1;
select
to_number(substr(dbms_sess
ion.unique
_session_i
d,1,4),'XX
XX') mysid
from dual;
select distinct
sid
from v$mystat;
Random Solutions
Clearing a submit form once submitted
Delete USB Virtual Printer Ports
SBS 2003 server losing computer account
Problems Replicating SYSVOL and NETLOGON on new DC WS 2008 R2 Standard in 2003 AD
Event ID 1050 MSEx Runtime
asp - The resource could not be found
Backup Exec 2010 fails on VSS services
Convert web.config from .NET 3.5 to 4.0
MS SQL count total time.
asp.net: My problem is, I am using an ajax extender Calendar to enter BeginDate & EndDate values