Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> simple V$process PID question???
We have ORALE 9ir2 and I tried to get PID info from
v$process and it always show "no raws". Please give
me a hint.
no rows selected
SQL> select * from v$process where pid =12427;
no rows selected
SQL> select * from v$process where pid like '12427%';
no rows selected
SQL> exit
%ps -ef|grep 12427
oracle 12586 12245 0 10:26:15 pts/2 0:00 grep
12427
oracle 12427 1 0 10:19:42 ? 1:05
oracleRECODB (DESCRIPTION=(LOCAL=no)(ADDRESS=(PROTOCOL=BEQ)))
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Aug 29 2005 - 09:40:29 CDT
![]() |
![]() |