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
freezer healing on side
SSIS Data extract from oracle to sql server
Cloud Computing
run excel and run the enable auto refresh
Toshiba Portege M700 BIOS password
Group Policy settings for BitLocker startup options are in conflict
How Do I Remove The File Tab From Ribbon In Access 2010
windows 7 home password policy
Does this HP ML370 G3 server support 64-bit OS?
extracting BLOBs