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: Oracle shadow process parent id of 1

Re: Oracle shadow process parent id of 1

From: <dbaplusplus_at_hotmail.com>
Date: 22 Oct 2005 12:24:00 -0700
Message-ID: <1130009040.821094.64370@f14g2000cwb.googlegroups.com>


Genrally, parent id is the pid of UNIX process who made connection to database.
That is if I did
sqlplus /nolog
conn scott/tigger

my process say is 1000,
then Oracle will start a shadow process say process id of 1001. ps -aef will
show parent id of process 1001 as 1000 and not 1.

Somehow, in Oracle 10.1.0.4 on my HP unix machine, parent process id is 1
for all oracle shadow processes. Received on Sat Oct 22 2005 - 14:24:00 CDT

Original text of this message

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