BrogainTechnology ( Oracle DBA Training)
Pages
Oracle Database Related Scripts
Oracle Database Scripts
About Brogain Technolgy
Oracle DBA Course Summary
Stand Database/Data Guard
Showing posts with label
3. How to Identify the Server Process Id using the oracle session id (sid) in oracle database
.
Show all posts
Showing posts with label
3. How to Identify the Server Process Id using the oracle session id (sid) in oracle database
.
Show all posts
Friday, January 13, 2012
3. How to Identify the Server Process Id using the oracle session id (sid) in oracle database
select spid
from
v$process
where background is null
and
addr in (select paddr
from
v$session
where
sid=&session_id);
Older Posts
Home
Subscribe to:
Posts (Atom)