Huge Archive logs due to unusable indexes
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.18.0.0.0
Hi,
We had a very different issue which was not observered earlier in Oracle DB.
Sceanario: One of the schedule job which executes every 10 seconds. It checks if there are any entry in specific table for status as 1. If found then it attaches requests to a BATCH ID to group and starts processing. Later once the functionality is completed then it does some business specific data validation checks. Here, it will update table PRM_CTR_CHECKS for all the requests part of BATCH ID. If nothing in BATCH then the UPDATE statement would not do nothing.