HuckleberryDBA
database musings and other technical stuff.
Thursday, November 5, 2015
Kill all non-local Oracle processes
* be very careful with this one
$ ps -ef | grep '(LOCAL=NO)' | grep -v grep | awk '{print $2}' | xargs kill -9
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment