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

Oracle shadow process parent id of 1

From: <dbaplusplus_at_hotmail.com>
Date: 22 Oct 2005 12:14:17 -0700
Message-ID: <1130008457.776053.11990@f14g2000cwb.googlegroups.com>


I ma using Oracle 10.1.0.4 on hp unix 11i. When I connect to database using sqlplus or any other means, the sahdow process created has a parent id of 1, as shown from output of ps -aef. in Oracle8i or Oracle 9i, we did not see this problem.

ps -aef | grep oracle | grep bdc | grep LOCAL

  oracle 18860     1 22 12:19:30 ?         1:42 oraclebdc (LOCAL=NO)
  oracle  2636     1  0 15:09:00 ?         0:00 oraclebdc
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
  oracle 19044     1  0 12:20:42 ?         0:07 oraclebdc (LOCAL=NO)
  oracle 19060     1  0 12:20:47 ?         0:05 oraclebdc (LOCAL=NO)
  oracle 18866     1  0 12:19:30 ?         0:15 oraclebdc (LOCAL=NO)
  oracle 23301     1  0 13:11:57 ?         0:01 oraclebdc (LOCAL=NO)
  oracle 19058     1  0 12:20:44 ?         0:15 oraclebdc (LOCAL=NO)
  oracle 18858     1  0 12:19:29 ?         0:15 oraclebdc (LOCAL=NO)
Received on Sat Oct 22 2005 - 14:14:17 CDT

Original text of this message

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