Privileges to run a job by user other than job owner
twrzJan 2 2009 — edited Jan 5 2009Hi,
Does ALTER privilege on a job have to be granted directly to a user (other than job owner) to run this job? I try to grant it to role, and then this role to a user, but get error:
ORA-27476: "owner.job_name" does not exist
ORA-06512: at "SYS.DBMS_ISCHED", line 150
ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
Everything is ok when I grant ALTER on job directly to user or grant create any job.
TWR