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
What Windows 7 Utility Suite Is Best
The trust relationship between this workstation and the primary domain failed
Faulting applications wmiprvse.exe & exwmi.dll on SBS2003 R2
Guest Wireless Network
EASY VPN CISCO
GP10 Security tutorial
RHEL command to do an LS and have the result stop until you hit the space bar
MS-SQL Server 2008 - data location, RAM usage
What is the best GUI for MySQLfor Windows and why?
asp.net: How to bind Images to a ListView from a Database - I have a special need! the Image have already be downloaded