BEGINdbms_auto_task_admin.disable(client_name => ‘sql tuning advisor’, operation => NULL, window_name => NULL);END;/select client_name, status,attributes,service_name from dba_autotask_client/
Your email address will not be published. Required fields are marked *
Save my name, email, and website in this browser for the next time I comment.
Δ
Please enable JavaScript in your browser to view the content
BEGIN
dbms_auto_task_admin.disable(client_name => ‘sql tuning advisor’, operation => NULL, window_name => NULL);
END;
/
select client_name, status,attributes,service_name from dba_autotask_client
/
Josselin Joly