how can I revoke execution of dbms_job from users ?
83991Aug 21 2006 — edited Aug 21 2006I tried "revoke execute on dbms_job from user_X ;"
and got an error that I can not revoke permission I didn't grant .
I don't want that anyone who wants to schedule a job every 10 seconds will be able to do that . I want to permit only users of dba role , to execute this (or other) package .
Thanks ,
Lior .