MySQL Experts | Performance & Scalability | MySQL Consulting
Pages
Home
Contact
Popular Posts
Startting and Stopping Oracle Apps 11i
Order of StartUp of Services Should be First DB Listener, Database & then Application Tier Services Order of ShutDown of Services Should...
Thursday, January 31, 2008
How to Locate Database Process on OS
This script will map database process to the operating system process (spid), provide username and program (sqlplus, java etc...):
select p.spid, s.username, s.program
from v$process p, v$session s
where p.addr=s.paddr order by 2, 3, 1
/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment