A DBMS_SCHEDULER Jobs
The DBMS_SCHEDULER
package provides a collection of scheduling functions and procedures that can be called from any PL/SQL program.
- List of DBMS_SCHEDULER Jobs
The following table describesDBMS_SCHEDULER
jobs that are created in the database when you install Oracle APEX.
A.1 List of DBMS_SCHEDULER Jobs
The following table describes DBMS_SCHEDULER
jobs that are
created in the database when you install Oracle APEX.
Job Name | Description | To Learn More |
---|---|---|
ORACLE_APEX_AUTOMATIONS |
Executes due automations every 2 minutes. |
See Managing Automations in Oracle APEX App Builder User’s Guide |
ORACLE_APEX_BACKUP |
Performs backups of applications that have been modified. Purges backups according to limit defined by the "Number of backups per application" instance setting. The backup job will be disabled when the setting is zero (0). The backup job runs every day starting at 0200. |
See Configuring the Number of Application Backups |
|
Kicks off background page process executions. Runs every 2 minutes for a duration of 1 minute and about 57 seconds |
See Understanding Background Page Processing in Oracle APEX App Builder User’s Guide |
|
This job runs nightly at 0100 to gather statistics and data analysis of all workspace schema tables and caches into the Oracle APEX Data Dictionary. If the Data Dictionary Cache is incorrect or out of date, you can update Data Dictionary Cache manually from the Workspace Cache report. |
|
|
Performs nightly maintenance, every day at 0100. This job archives the activity summary and runs the workspace purge process. |
n/a |
|
This job inserts the overall metrics at instance, workspace and schema level on a daily basis. Runs every day at 02:00 AM. |
See Purging Inactive Workspaces in Oracle APEX App Builder User’s Guide |
|
SQl Workshop data loading processes spawn jobs named
While the jobs are running, you can view them in Oracle APEX Administration Services under Monitor Activity, Developer Activity, Data Loading Jobs. |
See Monitoring Activity Across an Instance and Using Data Workshop in Oracle APEX SQL Workshop Guide |
|
Determines Team Development notifications that must be sent. This job runs every hour. |
See Configuring the Number of Application Backups in Oracle APEX App Builder User’s Guide |
|
Sends mail that is in the mail queue every 5 minutes. |
See APEX_MAIL in Oracle APEX API Referenceand Configuring Email |
|
Purges sessions older than 12 hours (the default). This job runs every hour. |
|
|
Sends Push Notifications every 2 minutes. |
See Creating a Progressive Web App (PWA) in Oracle APEX App Builder User’s Guide |
|
Executes due REST Source Synchronizations every 10 minutes. |
See Managing Data Synchronization in Oracle APEX App Builder User’s Guide |
ORACLE_APEX_TASKS_EXPIRE |
Expires any task in the task instance table that is past the due date with an expiration policy set to Expire or Renew. Creates a new task for any task set to Renew, as long as the maximum number of renewals is not exceeded. Executes any Before Expire or Expire actions. This job runs hourly. | See Creating a Task Definition in Oracle APEX App Builder User’s Guide. |
ORACLE_APEX_TASKS_PURGE |
Purges completed tasks with a retention period that is less than or equal to the current date. Purges errored, expired, and canceled tasks. Saves the purged task details as a JSON document. This job runs nightly at 0200 hours. | See About Task Retention and Task Purging in Oracle APEX App Builder User’s Guide and Configuring Workflow Settings. |
ORACLE_APEX_WFS_PURGE |
Purges completed workflows with a retention period that is less than or equal to the current date. Purges terminated workflows. This job runs nightly at 0300 hours. | See Workflow Instance Retention in Oracle APEX App Builder User’s Guide. |
ORACLE_APEX_WF_TIMEOUT |
Runs every 5 minutes to check for workflow activites for which the specified due date has elapsed, and performs timeout-handling for these activities. | See Defining Activity Timeout in Oracle APEX App Builder User’s Guide. |
|
Sends interactive report subscription that is in the queue every 30 minutes. |
n/a |
Parent topic: DBMS_SCHEDULER Jobs