For *a single SQL* what command stops the automated SQL-TUNING-ADVISOR
Product: Cloud AWS RDS ORACLE 19.25c
Version: 19.0.0.0.ru-2024.ru-2024-10.r1
Hello,
I hope there's a simple solution.
Occasionally, our live AWS-RDS 19 database Oracle will automatically tune a SQL statement, especially when across a database link.
Instead of taking a millisecond it will now consume a second or two per execution. The whole application will then take hours instead of minutes.
Once I have identified the SQL-id, I would like to know what oracle DBA statement I can run that will “immediately” force all live SQL to IGNORE SQL-TUNING-ADVISOR for a single statement [eg select *From V$SQL where sql_id='2t1qhrcr672c0' ]