How to Tweak the Performance with Workflow Concurrent Request
(Doc ID 863780.1)
Last updated on FEBRUARY 01, 2022
Applies to:
Oracle Workflow - Version 12.0.6 to 12.2.2 [Release 12 to 12.2]Information in this document applies to any platform.
Goal
The database is being impacted by performance related issues. During an initial investigation found that two dba_jobs run frequently FND_SVC_COMPONENT.EXECUTE_REQUEST,
WF_BES_CLEANUP.CLEANUP_SUBSCRIBERS. Are these needed to run?
6642,declare errbuf varchar2(4000); retcode varchar2(4000); begin WF_BES_CLEANUP.CLEANUP_SUBSCRIBERS(errbuf, retcode); end;,24/07/2009 16:03, sysdate + 4/24
5945,FND_SVC_COMPONENT.EXECUTE_REQUEST (p_component_request_id => 10000);,25/07/200908:26,SYSDATE + (1440/(24*60))
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |