pl/sql scripts are running
Problem:
Customer is facing an issue that pl/sql scripts from application user (applmgr) are running from more than 7 days. This is impacting the performance as this is a PRODUCTION SERVER. These are Seeded scripts, some of them are related to EAM, some are not:
Module: EAMWOCMP
SELECT '1' FROM DUAL WHERE EXISTS (SELECT '1' FROM WIP_DISCRETE_
JOBS WDJ, WIP_ENTITIES WE WHERE WDJ.WIP_ENTITY_ID = WE.WIP_ENTIT
Y_ID AND WDJ.PARENT_WIP_ENTITY_ID = :B4 AND WDJ.MANUAL_REBUILD_F
LAG = 'Y' AND WDJ.STATUS_TYPE NOT IN (:B3, :B2,:B1))
There is no activity on the server, and no user is using the completion form. They are facing performance issue and whenever they bounce the DB, these scripts automatically get started and at that time no task is performed and no single user is connected.