1. opmnctl status
2. Check the component container
ps -ef | grep OC4J_SECURITY
3. Is Java Mailer running ?
ps -ef | grep Service_Component_Container
or
SQL> select SC.COMPONENT_TYPE, SC.COMPONENT_NAME,
FND_SVC_COMPONENT.Get_Component_Status(SC.COMPONENT_NAME) COMPONENT_STATUS
from FND_SVC_COMPONENTS SC
order by 1, 2;
Cheers!!!
No comments:
Post a Comment