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

Home -> Community -> Usenet -> c.d.o.tools -> Re: kproc

Re: kproc

From: Greg Wimpey <greg.wimpey_at_westerngeco*removetomail*.com.invalid>
Date: 10 Jan 2001 12:07:43 -0700
Message-ID: <sn4rz7z0n4.fsf@ddcspn37.denver.waii.com>

Paul Bennett <spacey845_at_my-deja.com> writes:

> After reboot, when I run a ps -fu"oracle" (or a ps -ef), there are
> about a dozen different kproc processes running, all owned by user
> oracle and all started within a second of each other.
>
> Is this normal/expected? Are these zombies that are midway thru being
> reaped? Do I need to reconfig something?

They are definitely not zombies. They are processes providing kernel services (thus the name "kproc"). I would suspect that they are asynchronous IO servers. You can verify this with the "pstat -A" command. If you see these processes listed as "aioserver", then that's what you've got. I don't know of any other kernel process that runs as a user other than root. The AIO processes run under the user ID that first requested an AIO operation. However, they continue to provide service to any user making AIO requests.

Hope this helps.

-- 
Greg Wimpey 
Received on Wed Jan 10 2001 - 13:07:43 CST

Original text of this message

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