5.12 GET_MAX_SCHEDULER_JOBS Function
This function fetches the application attribute "Maximum Scheduler Jobs."
This function also indicates how many scheduler jobs can run at the same time to execute background page processes.
Syntax
APEX_APPLICATION_ADMIN.GET_MAX_SCHEDULER_JOBS (
p_application_id IN NUMBER )
RETURN NUMBERParameters
Table 5-1 GET_MAX_SCHEDULER_JOBS Parameters
| Parameter | Description |
|---|---|
p_application_id |
The application ID. |
See Also:
Parent topic: APEX_APPLICATION_ADMIN