You are apparently missing the execute privilege on the sys.dbms_system package. To correct this, connect as SYS, open a SQL Window, and run the following:
grant execute on dbms_system to
To grant privileges to all users:
grant execute on dbms_system to public