Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: phantom thread consuming cpu on windows
On May 25, 9:57 am, Cristian Cudizio <cristian.cudi..._at_yahoo.it>
wrote:
> On May 25, 3:42 pm, epoko..._at_excite.com wrote:
>
>
>
> > Greetings!
>
> > Our databases run on the HP-UX platform and I've seen something
> > similar on very rare occasions.
>
> > I was able to fix it by relinking (recreating) the "oracle" object
> > file. Never really sure what the root cause ever was. Could have been
> > due to an earlier patch that never mentioned that a relink was
> > mandatory.
>
> > Not sure what the syntax would be to "relink" in Windows. My expertise
> > is Unix-oriented. Certainly worth a shot.
>
> > Regards,
>
> > Eugene Pokopac (Oracle DBA - GSFA - Tucker, GA)
>
> Unfortunately for what i know on window binaries are not relinkable.
> It is a word apart. Only on Windows Oracle
> works with threads, on Unix oracle spawns processes. on unix it is
> easy see a similar situation by a "ps aux",
> then v$process and V$session . On windows it is a bit more
> complicated. (i think that is not possible to kill a thread).
> However maybe that the problem is tha same.
> Thank you, Eugene
>
> Bye
> Cristian Cudizio
>
> http://oracledb.wordpress.comhttp://cristiancudizio.wordpress.com
Try using this to see what is going on... They have cmd line progs
but this is very nice.
The find feature has pinpointed a lot of issues for me.
http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.mspx
Received on Fri May 25 2007 - 09:30:04 CDT