Re: Excessive cpu usage on 10.2.0.3 linux 64bit

From: Yong Huang <yong321_at_yahoo.com>
Date: Thu, 26 Jun 2008 11:11:53 -0700 (PDT)
Message-ID: <974388.85658.qm@web80605.mail.mud.yahoo.com>


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       

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 26 2008 - 13:11:53 CDT

Original text of this message