19.Oracle杂记——Oracle诊断进程监控脚本

前端之家收集整理的这篇文章主要介绍了19.Oracle杂记——Oracle诊断进程监控脚本前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

19.Oracle杂记——Oracle诊断进程监控脚本

主要是ORACLE进程相关。

执行如下:

$ sh dbprocessmon.sh

Invalid Arguments!

pls use like this : ./dbprocessmon.exe [NUMBER ]

the NUMBER can be from 1 to 100

[1] show all sessions processes

[2] kill session,input sid,serial#

当前两条是:

1 显示所有会话进程

2 杀掉输入SID会话的进程

程序名字如下:dbprocessmon.exe

下载地址: http://download.csdn.net/detail/notbaron/9447082

原文链接:https://www.f2er.com/oracle/207444.html

猜你在找的Oracle相关文章