Create Job Class
To create a job class:
- In the Job Class page, click Create Job Class.
- Enter the following fields:
-
Name: Name of the job class.
-
Description: Optional text string that can be used to describe the job class.
-
Logging Level: Specifies how much information is written to the job log:
- RUNS: Detailed information for all runs of each job in this class.
- FULL: RUNS plus all operations performed on all jobs in this class.
- OFF: No logging.
-
Log Retention Period (days): Number of days that job log entries for jobs in this class are retained. The range of valid values is 0 through 999. If set to 0, no history is kept. If NULL (the default), retention days are set by the
log_history
Scheduler attribute. -
Service Name: The database service that the jobs in this class will have affinity to. If no service is specified, the job class will belong to the default service, which means it will have no service affinity and any one of the database instances within the cluster might run the job.
-
Resource Consumer Group: Resource consumer group this class is associated with. If no resource consumer group is specified, the job class is associated with the default resource consumer group.
-
- Click Create.