Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insufficient Privileges error when running a job

user7202581Jan 9 2014 — edited Jan 10 2014

Hi,

One of the developers is getting an error ORA-27486:insufficient privileges

ORA-06512:at SYS.DBMS_ISCHED

when trying to run this job.

dbms_scheduler.create_job(

job_name => 'run_rulemgr',

job_type => 'PLSQL_BLOCK',

job_action => 'begin ath_load_rulemgr_pkg.run_rulemgr; end; ',

start_date => null,

repeat_interval =>null,

enabled => TRUE,

comments => 'Rule manager'

);

I would not want to give DBA privilege to the user.

Please let me know what privileges need to be given ?

Regards,

Narayan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2014
Added on Jan 9 2014
3 comments
587 views