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
Cloud Computing
Vista security center not responding - High CPU Usage
Script to change CD-Rom drive letter
Cpanel LFD firewall (linux LAMP server)
add hiddenfields in to a "total" field
Xerox Scan to email issue - Gmail Google Apps Premiere
java.lang.UnsatisfiedLinkE
rror
extracting BLOBs
Access 2007 and sendkeys
My Windows 7 Professional bootup is very slow