Specific SQL ID causing Auto SQL Tuning Task to Fail
We've been seeing these hang errors on one of our databases several times per week: Process 0xxxx appears to be hung in Auto SQL Tuning Task. Using the queries mentioned here: Bug 9874145, I found the specific sql id that is causing the time out. It's a query run from a wf that runs daily, so there is no chance of the query getting aged out. This document suggests either disabling auto tuning (no!) or increasing the time limit interval: 1344499.1.
I was wondering though, if since we know the exact sql id of the query causing the issue, is there any way to get the auto tuning task to ignore a particular sql id instead of having to change a parameter value?
2