Start/Stop the Workflow Services in Oracle Apps


Navigation:Navigate to Workflow Administrator> Oracle Application Manager > Workflow Manager > Service Components > Workflow Agent Listener Services

Start and Stop the Oracle Workflow Services

--------------------------------------------------------------------------------------------

There also is a script to check all workflow service status

SET PAGESIZE 400
SET LINESIZE 120
SET PAGESIZE 50
COLUMN COMPONENT_NAME FORMAT A45
COLUMN STARTUP_MODE FORMAT A15
COLUMN COMPONENT_STATUS FORMAT A15
SELECT FSC.COMPONENT_NAME,FSC.STARTUP_MODE,FSC.COMPONENT_STATUS
FROM APPS.FND_CONCURRENT_QUEUES_VL FCQ, FND_SVC_COMPONENTS FSC
WHERE FSC.CONCURRENT_QUEUE_ID = FCQ.CONCURRENT_QUEUE_ID(+)
ORDER BY COMPONENT_STATUS , STARTUP_MODE , COMPONENT_NAME;
Sample Output :

COMPONENT_NAMESTARTUP_MODECOMPONENT_STATUS
Workflow Notification MailerAUTOMATICDEACTIVATED_SYSTEM
ECX Inbound Agent ListenerAUTOMATICRUNNING
ECX Transaction Agent ListenerAUTOMATICRUNNING
WF_JMS_IN Listener(M4U)AUTOMATICRUNNING
Web Services IN AgentAUTOMATICRUNNING
Web Services OUT AgentAUTOMATICRUNNING
Workflow Deferred Agent ListenerAUTOMATICRUNNING
Workflow Deferred Notification Agent ListenerAUTOMATICRUNNING
Workflow Error Agent ListenerAUTOMATICRUNNING
Workflow Inbound JMS Agent ListenerAUTOMATICRUNNING
Workflow Inbound Notifications Agent ListenerAUTOMATICRUNNING
Workflow Java Deferred Agent ListenerAUTOMATICRUNNING
Workflow Java Error Agent ListenerAUTOMATICRUNNING



请使用浏览器的分享功能分享到微信等