I need details for installing the OEM agent as a different user from the oracle middleware.
Here is the scenario:
All oracle software is owned by linux user "oracle".
However, we don't login to any of the machines as that user. We login using our personal ID and sudo su - oracle which is setup to use an RSA keyfob
This allows the personal ID to be associated with RSA groups such that only DBA's can sudo to oracle on database machines and only middleware-admins can sudo to oracle on middleware machines.
OEM is administered by the middleware-admins.
I want to install the oem agent as a different user, "oemagent".
I know that the user oemagent and oracle must both be in the "oinstall" group.