Re: ORA 12012 01426 06512

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/ORA-12012-01426-06512-tp8892p8894.html

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;
/