Login  Register

Re: Concurrent program-RTF

Posted by ErmanArslansOracleBlog on Apr 23, 2020; 2:43pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Concurrent-program-RTF-tp8260p8268.html

Yes.

For instance;

UPDATE fnd_cp_services
SET developer_parameters =
'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-Xmx2048M -Xms2048M'
WHERE service_id = (SELECT manager_type
FROM fnd_concurrent_queues
WHERE concurrent_queue_name = 'FNDCPOPP');

commit;

Check the following MOS note for further details;

Tuning Output Post Processor (OPP) to Improve Performance (Doc ID 1399454.1)