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
SBS2008 migration to Windows 2008 Std
C++ : Avoid ambiguous copy constructor error
How can I rotate a video?
assignment format.
Hyper-V server 2008 R2
Network issues loading company web-site
xcode: iPhone: How do I port this Java into Objective C
Jython Script - Update WebSphere JVM System Properties (jvm custom properties)
Restoring old mail
Looking for NETWORKDAYS VBA Equivalent without Analysis ToolPack or Analysis ToolPack VBA