SQL Tuning Advisor with Materialized Views
OEM 13.5.U4 on OL
Target databases: 19.10 RAC on Exadata
We have some rather complex complete refresh Materialized Views that I wanted to unleash the tuning advisor on. The databases have been recently migrated from 11.2.0.4. I recall this working in the past with the 11g databases on possibly an older version of OEM.
The SQL Text is similar to:
/* MV_REFRESH (INS) */INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO "APPOWN"."MV_TABLE_NAME" SELECT
...
The recommendation is:
Type of SQL statement not supported.
Is it possible to use the Tuning Advisor on MVs?
Regards,
Doug