USER1 has a DBMS_SCHEDULER jobs called JOB1.
I want USER2 to be able to see (and run) this job from the Jobs folder in PL/SQL developer (8.0.4.1514).
I have run:
GRANT ALTER ON USER1.JOB1 TO USER2
For USER1 the selected schema is but the job still doesn't appear in the Jobs folder.
Am I missing a permission?