Consider accepting the recommended SQL profile in Recommendation
Hi Team,
I have ran the SQL Advisor.
1- SQL Profile Finding (see explain plans section below)
--------------------------------------------------------
A potentially better execution plan was found for this statement.
Recommendation (estimated benefit: 99%)
---------------------------------------
- Consider accepting the recommended SQL profile.
execute dbms_sqltune.accept_sql_profile(task_name => 'TASK_127324',
task_owner => 'SAKAYM', replace => TRUE);
could you please help me to explain on this? If i execute SQL Profile what will be the issue?
Thank You!