In the interest of saving resources, auto space advisor can be disabled by running the following script from SQLPlus logged in as SYS as SYSDBA:
BEGIN DBMS_AUTO_TASK_ADMIN.disable(client_name => 'auto space advisor',
operation => NULL,
window_name => NULL);
END;
/