MySQL Experts | Performance & Scalability | MySQL Consulting
Pages
Home
Contact
Popular Posts
MariaDB Dynamic Columns
MariaDB Dynamic columns Very interesting new feature included in MariaDB 5.3 onwards and I hope it will get enough attention for continu...
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