DEFAULTJOBCLASS - Properties,Features - Oracle DBA

Q.  If you create a job without specifying a job class, the job will be assigned to which job class?
- Published on 12 Aug 15

a. DEFAULT_JOB_CLASS
b. JOB_CLASS
c. CREATE_JOB_CLASS
d. DROP_JOB_CLASS

ANSWER: DEFAULT_JOB_CLASS
 

    Discussion

  • Nirja Shah   -Posted on 21 Aug 15
    -The default job class has the EXECUTE privilege granted to PUBLIC so any database user who has the privilege to create a job can create a job in the default job class.

    -The other common job class tasks and their appropriate procedures and privileges are:

    CREATE_JOB_CLASS - It creates a job class. It needs a MANAGE SCHEDULER privilege.

    DROP_JOB_CLASS -It drops a job class.It needs a MANAGE SCHEDULER privilege.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)