Job scheduler issue [message #626387] |
Mon, 27 October 2014 09:19 |
evoradba
Messages: 144 Registered: April 2005 Location: Canada
|
Senior Member |
|
|
Hi all
trying to run a purge job as sysdba and keep getting "insufficient privileges", I don't know how to correct the issue
Many thanks
SQL> begin
test.data_purge.executeJob;
test.data_purge.executeJobCust;
test.data_purge.executeJobAudit;
commit;
end;
/
2 3 4 5 6 7 begin
*
ERROR at line 1:
ORA-27486: insufficient privileges
ORA-06512: at "SYS.DBMS_ISCHED", line 124
ORA-06512: at "SYS.DBMS_SCHEDULER", line 271
ORA-06512: at "test.DATA_PURGE", line 790
ORA-06512: at line 2
SQL> show user
USER is "SYS"
SQL>
|
|
|
|
|