oracle server cpu 100%分析

http://wenku.baidu.com/link?url=rYVSUJK6be_Zmw7R8Hfm6KGj25XUaFbbQnG3a_Kjyh-GOPSswNMoL3CbLEsp2gmVQhAw-CFWRrQh71hYQ-vxjXpOhrqdjWirLXYY3ixRIAa
http://blog.sina.com.cn/s/blog_3cba7ec101015b5w.html


1.首先通过Top命令查看,找出cpu占用率高的oracle进程id
2.找到存在问题的进程信息,ps -ef|grep pid
3.连接数据库,用getsql.sql脚本找到问题sql及进程(脚本见以上原文)
4.通过dbms_system包来跟踪该进程,通过getsid,查询到sid和serial


还有一个不同的思路的
http://database.ctocio.com.cn/494/7595494.shtml

猜你喜欢

转载自blog.csdn.net/hej027/article/details/17163075