Administrator
|
That job seems related with Auto Space advisor.
*As per document 1604533.1, apply the patch -> 16621589
Don't forget to take the post actions of the patch (documented in its readme)
*Also, if you are not using it, you can disable autospace advisor;
Workaround:
BEGIN
DBMS_AUTO_TASK_ADMIN.DISABLE(
client_name => 'auto space advisor',
operation => NULL,
window_name => NULL);
END;
/
|