Originally posted by: roberto
I have an AIX 6.1 box hosting some Oracle instances. When I run "ps -ef" I find the oracle processes associated to the different instances.
As an example:
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
These background processes should be spawned off when Oracle starts up and so they all should come out of $ORACLE_HOME/bin/oracle
Is there any command whose output allows to associate the pid to the binary $ORACLE_HOME/bin/oracle ?
#AIX-Forum