After applying 19.32 security patch getting ORA-20000: Insufficient privileges to analyze an object
Hello,
After applying the 19.32 security patch the jobs that are running :
BEGIN SYS.DBMS_STATS.GATHER_SCHEMA_STATS (ownname=>'XXXXXX'); END are failing with the error : ORA-20000: Insufficient privileges to analyze an object in Schema (always pointing to the first table in alphabetic order in the schema) . The job is owned by SYS . When manually executing the above command we do not get any error . This is occurring on several databases . Before applying the 19.32 security patch we did not experienced any errors (and jobs were running for years ago) . Do you know if something changed in 19.32 related to the above error ? Can you please let me know