Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: mailx is not working
muddu wrote:
> Steve Howard wrote:
> > I executed this command and it is showing like this > > ps -ef|grep send > oracle 4632 4468 0 23:00:01 pts/3 0:00 grep send > > Can you please explain me regarding above numbers 4632 and 4468 ,0 , > pts/3. > > thanks >
The number 4632 is the process id of the "grep send" command. The number 4468 is the parent process id, or the process that spawned this command. This is your current Unix session.
If sendmail was running, you should also have seen something similar to the following:
root 576 1 0 Aug 28 ? 0:01 /usr/lib/sendmail -bd -q15m
Since you did not see /usr/lib/sendmail in your output above, it is clear at this point that sendmail is not even running on the server. That is why mailx is not working correctly. Please talk with your SysAdmins to get this issue resolved.
HTH,
Brian
-- =================================================================== Brian Peasland dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Thu Aug 31 2006 - 17:48:59 CDT