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
Secondary active directory not functioning as a login server
Query not inserting rows into table
windows 7 dual monitor not working
Removing Rootkit.Agent on Windows XP SP3 ComboFix log attached
Access 2007, form datasheet view, change display property of an element based on another element in the record
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
Trouble with Menu Drop Down Form
Apache webserver Linux and Gzip
Multilingual Issue in dotnet
CreateProcess terminates immediately