Quote Originally Posted by gopu_g
Hi

Grant execute on the user you want to trace.
GRANT EXECUTE ON DBMS_SYSTEM TO username;
then execute the procedure.
gopu
I wouldnt grant execution privilege on a system package such as this one to a user