7.13 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
| Parameter | Description |
|---|---|
p_application_id |
The application ID. |
See Also:
Parent topic: APEX_APPLICATION_ADMIN