Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle processes on AIX

user2239320Aug 13 2014 — edited Aug 14 2014

I have a machine with some running Oracle instances. When I run "ps -ef" I find the oracle processes associated to the different instances.

For instance

ps -ef | grep ora

  oracle 14535     1   0   Aug 12 ?           0:00 ora_reco_cmdb

  oracle 14545     1   0   Aug 12 ?           0:00 ora_s000_cmdb

Question:

What ora_reco_cmdb corresponds to ? Is it a symlink ?

How can I find the association between ora_reco_cmdb and the underlying executable on AIX ?

For Solaris I find the association by using the command pargs (pargs -l) but I have not found a similar command on AIX.

Thanks,

Roberto

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2014
Added on Aug 13 2014
4 comments
1,878 views