Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: phantom thread consuming cpu on windows

Re: phantom thread consuming cpu on windows

From: Cristian Cudizio <cristian.cudizio_at_yahoo.it>
Date: 25 May 2007 06:57:44 -0700
Message-ID: <1180101463.804011.149530@u30g2000hsc.googlegroups.com>


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.com
http://cristiancudizio.wordpress.com Received on Fri May 25 2007 - 08:57:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US