6.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 NUMBER

Parameters

Table 6-1 GET_MAX_SCHEDULER_JOBS Parameters

Parameter Description
p_application_id The application ID.