Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle shadow process parent id of 1
Yong:
See below different behavior for Oracle 9.2 and 10.1 on HP UNIX 11i. a. sqlplus scott/tirger_at_svc b. sqlplus scott/tiger:
1 Using oracle9.2.0.5 on HP UNIX 11i:
a,.pqmsadm 19426 19412 0 20:18:14 ? 0:00 oraclepqms
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
b. oracle 21710 1 0 20:21:14 ? 0:00 oraclepqms (LOCAL=NO)
2. Using Oracle 10.1.0.4 on HP UNIX 11i:
a, oracle 27756 1 3 20:25:05 ? 0:00 oraclebdc
(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
b, oracle 27666 1 0 20:23:58 ? 0:00 oraclebdc (LOCAL=NO)
Received on Sat Oct 22 2005 - 19:32:50 CDT
![]() |
![]() |