1827892 Members
1726 Online
109969 Solutions
New Discussion

Re: process log file

 
arupdas
Occasional Advisor

process log file

Hi,

How can i find the log file for any main process or child process which is stopped by force(using kill).
4 REPLIES 4
TTr
Honored Contributor

Re: process log file

Not all processes create log files while they run. What process are you talking about?
Dennis Handly
Acclaimed Contributor

Re: process log file

Why would there be any log?
You would have to turn on auditing.
arupdas
Occasional Advisor

Re: process log file

This is a LISTENER-inherit process of Oracle 10g .
#ps -ef | grep inherit
ora10g 22543 1 0 Dec 16 ? 291:03 /pegasoft/ora10/bin/tnslsnr LISTENER -inherit
root 8113 6839 0 10:00:07 pts/th 0:00 grep inherit
TTr
Honored Contributor

Re: process log file

> /pegasoft/ora10/bin/tnslsnr LISTENER -inherit

The tnslsnr process is the "LISTENER" oracle listener process. It is confusing because the listener is named "LISTENER". The log file is usually in $ORACLE_HOME/network/log. You should talk to the oracle DBA about it.