Jmodic,

When I ran

BEGIN
DBMS_UTILITY.ANALYZE_SCHEMA('TEST','COMPUTE');
END;
/

it ran fine, but when I sued DBMS_JOB and it won't run , I look into the log files and it said insufficient privilege to run DBMS_UTILITY, but look at the user from DDL, I have the grant privilege on DB_ADMIN.