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
dcpromo a child domain
Licensing Small Business Server 2008 Standard plus Microsoft Server 2008 Standard
Photoshop - picture blurring
IPSEC tunnels of Cisco ISR routers
OCS 2007 R2 and Cisco call manager
DBGrid's content into email
Have to restart service to get network printer to work
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
Password reset at next logon
Are Mac's easier to support than PC's? Why or why not?