The DBA noticed that the BPM_ERRORS table is doing a FULL TABLE SCAN every time it runs, which impacts the database performance. This may also impact application and process performance
The table is currently very large in size. Every time that table is queried, Oracle will have to flush all its buffer data to disk in order to load BPM_ERRORS data for read. Can the records from this table be deleted or truncated?
Release: Any
Note:
Also check if you have any orphaned records as per below: Delete Orphaned records from the BPM_ERRORS table