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: Connection refused during opmnctl startall

Re: Connection refused during opmnctl startall

From: Jim Smith <jim_at_jimsmith.demon.co.uk>
Date: Sat, 25 Feb 2006 06:51:00 +0000
Message-ID: <XrvgorIU5$$DFwfc@jimsmith.demon.co.uk>


In message <1140816030.692647.57290_at_p10g2000cwp.googlegroups.com>, Nick <NickFCook_at_gmail.com> writes
>I have found some processes that appear to be hung... the following is
>output from ps -fu oracle:
>
> UID PID PPID C STIME TTY TIME CMD
> oracle 3845 1 0 15:29:18 ? 0:00 oraclempris10g
>(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
> oracle 3859 3855 0 15:33:08 pts/2 0:00 -ksh
> oracle 418 1 0 14:02:12 ? 0:00 ora_pmon_mpris10g
> oracle 420 1 0 14:02:12 ? 0:00 ora_mman_mpris10g
> oracle 422 1 0 14:02:12 ? 0:01 ora_dbw0_mpris10g
> oracle 424 1 0 14:02:12 ? 0:01 ora_lgwr_mpris10g
> oracle 426 1 0 14:02:13 ? 0:04 ora_ckpt_mpris10g
> oracle 428 1 0 14:02:13 ? 0:05 ora_smon_mpris10g
> oracle 430 1 0 14:02:13 ? 0:00 ora_reco_mpris10g
>
>The ? lead me to believe these processes are hung, the main issue is
>that I cannot kill them b/c their parent process is pid 1 - init.
>
>Any advice on how to proceed?
>

These are mostly oracle database background processes and are almost certainly not hung. The ? just means they are not attached to a terminal. Under no circumstances should they be killed.

The first one (PID 3845) is an oracle client shadow process and its parent ought to be a sqlplus session or something similar and might be hung.

These are probably not related to your problem.

If you want to get rid of the hung process, kill -9 3845 as root ought to get rid of it and you can then bounce the database if you want.

-- 
Jim Smith
I'm afraid you've mistaken me for someone who gives a damn.
Received on Sat Feb 25 2006 - 00:51:00 CST

Original text of this message

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