ps -ef | grep ^oracle | cut -c 10-15 | xargs kill -9
参考cut的用法:http://blog.csdn.net/zsf8701/article/details/7718680
2015年6月12日Linux
ps -ef | grep ^oracle | cut -c 10-15 | xargs kill -9
参考cut的用法:http://blog.csdn.net/zsf8701/article/details/7718680