View Single Post

   
  #5 (permalink)  
Old 06-23-2008, 11:46 AM
usenetpersongerryt@gmail.com
 
Posts: n/a
Default Re: missing processes in /usr/ucb/ps output compared to the outputfrom /usr/bin/ps

On Jun 20, 5:16 pm, SonydreamZ <sune...@gmail.com> wrote:
> I am trying to see if my oracle "tnslsnr" process running or not by
> using the above command.

I recall there is an Oracle command to tell you that.
At least on 10g EE. You dont need ps for that.
> I see "tnslsnr" in the output of /usr/bin/ps
> but I do not see "tnslsnr" in the output from /usr/ucb/ps -
> auxlwwwwwwwwww.
> So is there any difference between thses commands?


Well if you cant spell maybe you cant read ?? I dunno (sp.)
Like I said - on my system there is no difference. Both report
exactly the same number of processes. Even with all those "w"'s
Theres nothing special about tnslsnr. Unless maybe ucb ps with those
args push you way past 80 characters maybe.

Pipe the output of both commands to wc -l
It should be the same number.
Reply With Quote