Erman Arslan's Oracle Forum
›
EBS 12.2
Search
everywhere
only in this topic
Advanced Search
kill ALL oracle and applmgr processes
Classic
List
Threaded
♦
♦
Locked
2 messages
Daniel
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
kill ALL oracle and applmgr processes
A. How i can kill ALL oracle and applmgr processes.
ErmanArslansOracleBlog
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: kill ALL oracle and applmgr processes
Administrator
In Linux;
with root ->
kill -9 `ps -ef |grep applmgr|awk '{print $2}'`
kill -9 `ps -ef |grep oracle|awk '{print $2}'`
Free forum by Nabble
Edit this page