Hi Baharul,
this means that you are creating with system user instead of sys user.
please connect to your database via SQL Developer (available for free download from OTN) as sys (role Sysdba) and execute the following in the sql worksheet:
GRANT EXECUTE ON SYS.UTL_SMTP TO &user;
GRANT EXECUTE ON SYS.DBMS_ALERT TO &user;
GRANT EXECUTE ON SYS.DBMS_JOB TO &user;
GRANT EXECUTE ON SYS.PLITBLM TO &user;
GRANT SELECT ON SYS.V_$PARAMETER TO &user;
Replace ‘&user’ with the user you are currently trying to create.
After that rerun the script in DCC which has caused this error.
The first line applies to most DCC scripts (especially when using the Product-option), the last 4 lines only apply to DCC scripts referring to Optimize (i.e. Analytic, ProcessTracker, …).
Regards,
Holger