performance degradation in OeBS when executing a seemingly standard process
Hello, everybody.
We are experiencing performance degradation in our Oracle E-Business Suite system when executing a seemingly standard process. System response time has significantly increased, and database load is higher than expected.
From the DBA logs, we have identified the following SQL statement executing frequently:
sqlCopyEditUPDATE JTM_CON_REQUEST_DATA SET LAST_RUN_DATE = :B2 WHERE PACKAGE_NAME = :B1 || '_PKG' AND PROCEDURE_NAME = 'REFRESH_ACCESS_RECORDS'
Could you please advise on:
- The purpose of this statement and whether it is part of a standard Oracle process?
- Possible reasons for high execution frequency and system slowdown?
- Recommended steps for investigation and resolution?