accept specific profile from SYS_AUTO_SQL_TUNING_TASK with DBMS_SQLTUNE.ACCEPT_SQL_PROFILE
Hi guys,
I would like to accept one specific profile from the SYS_AUTO_SQL_TUNING_TASK and not all of the profiles proposed using the command line.
what parameter should I use to identify the profile I want to activate?
I want to script it, and I extract the informations from the views DBA_ADVISOR_RECOMMENDATIONS and DBA_ADVISOR_FINDINGS.
What value from these views can I use to pass in what parameter to the procedure DBMS_SQLTUNE.ACCEPT_SQL_PROFILE to setup one specific profile?
Thanks for your help.