Where are OEM12c Auto SQL Tuning Recommendations stored in database?
I just inherited support for a database which is the backend for HP Service Manager (SM7) and noticed on the OEM > Administration > Oracle Scheduler > Home screen that there are 274 SQL statements previously identified by the nightly SQL Tuning process as having possible benefits from adding SQL profiles or adding new indexes. Some of the benefits show over 10000 sec wait savings on a weekly basis and I would like to get a better idea of what indexes may have been identified as "missing".
I didn't want to manually open and close 274 individual tasks and was hoping to pull the "create index" recommendations directly from the underlying database table/view for quicker and easier access. I see the DBA_ADVISOR_RECOMMENDATIONS view, but the "create index" statement I see on each SQL tuning breadcrumb for each statement is not visible.