I ran the Tuning Advisor on a query in Oracle SQL Developer. Under the SQL Profile tab there were two suggestions and I wanted to accept the first.
execute dbms_sqltune.accept_sql_profile(task_name => 'staName',
task_owner => 'DATA', replace => TRUE);
How do I accept the change or see what it is suggesting?