问题提出:
这几天,根据一个老师反映,在进行某个批量操作的时候,系统非常非常忙,程序经常卡死。
现象:
使用top命令一查,发现上千个进程在运行,cpu利用率非常高。
再使用ps –ef | grep –c oracle一统计,有831个关于oracle的进程,这其中,有大量的perl进程:
/opt/oracle/product/10.2.0/db_1/sysman/admin/scripts/db/dbresp.pl
原因:
根据metalink Doc ID: 764140.1描述:The Response metric is making a timed out then the Agent starts other process to take the Response metric. The process to kill the PID taking the Response metric is failing increasing the process running dbresp.pl。
解决方法:
同样根据根据metalink Doc ID: 764140.1:
To [...]

最近留言