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