how disable Automatic sql tunig advisor.
I want to disable tuning pack.
five days ago
I put control_management_pack_access=NONE.
I run
DBMS_AUTO_TASK_ADMIN.DISABLE( client_name => 'sql tuning advisor', operation => NULL, window_name => NULL);
But when I select sys.dba_feature_usage_statistics the Option tuning pack /last Usage Date is last night
when I select dba_autotask_window_clients the column Sql_tune_advisor is disable.
why the Option tuning pack /last Usage Date is last night in dba_feature_usage_statistics ?