Oracle at the operating system level kill all session statements

Principle, by a corresponding connection to kill process kill all session. Run the following command:

ps -ef | grep LOCAL = NO | grep -v grep | awk '{print $ 2}' | xargs kill -9

Guess you like

Origin www.cnblogs.com/vanwoos/p/12582872.html