Krish
Krish

Reputation: 13

oracle: creating new jobs and running them

How could I check if I have privileges to create a oracle job? Is there any query to find this out and help me out in creating an oracle job that should run on every last Saturday of each and every month.

Upvotes: 1

Views: 41

Answers (1)

igr
igr

Reputation: 3499

You need CREATE JOB privilege. More info in official documentation http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_sched.htm#CIHHBGGI

Upvotes: 2

Related Questions