MySQL Experts | Performance & Scalability | MySQL Consulting
Pages
Home
Contact
Popular Posts
MySQL database backup using Linux LVM
LVM - or simply Logical Volume Manager, Linux LVM is the implementation of Logical Volume Manager for the Linix kernel. Most of the Linux di...
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