cancel
Showing results for 
Search instead for 
Did you mean: 

Trouble shooting with PID

Former Member
0 Kudos

Hi,

Our ECC system got stuck while shutting down database. I could get unix PID from Oracle trace file, which created this problem. It happened 2 days back. After which system was restarted. Is it possible to know, which process was running on that PID ?

Thanks,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

commands:

ps -ef |grep <sid>adm

ps -ef |grep ora<sid>

Thanks,

former_member193294
Active Participant
0 Kudos

These are the commands to see the current runing PIDs.The question refers to a PID number (no process name) which was captured in a Oracle trace log.

Syslog is the place were the PID from past 2 days should be logged and the right place to search for it.

Answers (1)

Answers (1)

former_member193294
Active Participant
0 Kudos

Hi Raj,

it is recommended that u consult your UNIX admin to get the PID by parsing the syslogs.

Hope that helps.

Rgds,

Loukas