Re: Excessive cpu usage on 10.2.0.3 linux 64bit

  • From: Yong Huang <yong321@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Thu, 26 Jun 2008 11:11:53 -0700 (PDT)

Giovanni,

In your case, a process stack trace may help. On Linux, unless you download and
install pstack from somewhere on the Internet, you can use gdb assuming you
installed that.

gdb `which oracle` [the server process pid]
bt
detach
exit

Type the commands quickly because a debugger attached process is stopped. Once
you get the stack, go to Metalink and look up the few functions near the top
but below the error handlers (usually named like *err* or *dmp*).

Yong Huang


      
--
//www.freelists.org/webpage/oracle-l


Other related posts: